Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc make -s flags for syslogd and lpd the default



details:   https://anonhg.NetBSD.org/src/rev/373eeb8c308b
branches:  trunk
changeset: 472439:373eeb8c308b
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Apr 29 18:26:43 1999 +0000

description:
make -s flags for syslogd and lpd the default

diffstat:

 etc/rc.conf |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 8671eea15bb8 -r 373eeb8c308b etc/rc.conf
--- a/etc/rc.conf       Thu Apr 29 17:47:19 1999 +0000
+++ b/etc/rc.conf       Thu Apr 29 18:26:43 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.50 1999/04/28 23:32:29 nathanw Exp $
+#      $NetBSD: rc.conf,v 1.51 1999/04/29 18:26:43 perry Exp $
 #
 # see rc.conf(5) for more information.
 
@@ -63,13 +63,13 @@
 
 # Commonly used daemons
 update=YES             update_flags="30"
-syslogd=YES            syslogd_flags=""
+syslogd=YES            syslogd_flags="-s"      # -s "secure" unix domain only
 cron=YES
 named=NO               named_flags=""
 timed=NO               timed_flags=""
 xntpd=NO               xntpd_flags="-p /var/run/xntpd.pid"
 sendmail=NO            sendmail_flags="-bd -q30m"
-lpd=NO                 lpd_flags=""
+lpd=NO                 lpd_flags="-s"          # -s "secure" unix domain only
 
 # Routing daemons
 routed=NO              routed_flags="-q"



Home | Main Index | Thread Index | Old Index