Source-Changes-HG archive

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

[src/trunk]: src/etc Add $sshd and $sshd_flags for use by both usr.bin/sshd a...



details:   https://anonhg.NetBSD.org/src/rev/c0fd42987a3c
branches:  trunk
changeset: 495573:c0fd42987a3c
user:      jwise <jwise%NetBSD.org@localhost>
date:      Mon Jul 31 20:47:41 2000 +0000

description:
Add $sshd and $sshd_flags for use by both usr.bin/sshd and pkgsrc/security/{open,}ssh

As a precedent, note the presence of $gated, even though we do not distribute
gated outside of pkgsrc.

diffstat:

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

diffs (17 lines):

diff -r 8281e36f1f08 -r c0fd42987a3c etc/rc.conf
--- a/etc/rc.conf       Mon Jul 31 20:39:41 2000 +0000
+++ b/etc/rc.conf       Mon Jul 31 20:47:41 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.90 2000/07/22 01:09:44 lukem Exp $
+#      $NetBSD: rc.conf,v 1.91 2000/07/31 20:47:41 jwise Exp $
 #
 # see rc.conf(5) for more information.
 #
@@ -111,6 +111,7 @@
 sendmail=NO            sendmail_flags="-bd -q30m"
 postfix=NO
 lpd=NO                 lpd_flags="-s"          # -s "secure" unix domain only
+sshd=NO                        sshd_flags=""
 
 # Routing daemons.
 #



Home | Main Index | Thread Index | Old Index