Source-Changes-HG archive

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

[src/trunk]: src/etc add "start" argument to sshd.sh.



details:   https://anonhg.NetBSD.org/src/rev/40a42357f86e
branches:  trunk
changeset: 495213:40a42357f86e
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jul 24 10:10:05 2000 +0000

description:
add "start" argument to sshd.sh.
- sshd.sh comes with pkgsrc/security/openssh requires "start" argument
- sshd.sh comes with pkgsrc/security/{ssh,ssh6} does not care about argument
- it seems to me, from license twists, openssh installation will get
  more popular

diffstat:

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

diffs (18 lines):

diff -r f2f13a52980e -r 40a42357f86e etc/rc.local
--- a/etc/rc.local      Mon Jul 24 10:04:10 2000 +0000
+++ b/etc/rc.local      Mon Jul 24 10:10:05 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.local,v 1.26 2000/07/22 01:50:30 lukem Exp $
+#      $NetBSD: rc.local,v 1.27 2000/07/24 10:10:05 itojun Exp $
 #      originally from: @(#)rc.local   8.3 (Berkeley) 4/28/94
 #
 # This file is (nearly) the last thing invoked by /etc/rc during a
@@ -16,7 +16,7 @@
 #
 
 #if [ -f /usr/pkg/etc/rc.d/sshd.sh ]; then
-#      /usr/pkg/etc/rc.d/sshd.sh
+#      /usr/pkg/etc/rc.d/sshd.sh start
 #fi
 
 echo '.'



Home | Main Index | Thread Index | Old Index