Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc Pull up rev. 1.27->1.29 to netbsd-1-5 branch, OK'd ...



details:   https://anonhg.NetBSD.org/src/rev/3e919b2837aa
branches:  netbsd-1-5
changeset: 489705:3e919b2837aa
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Sat Oct 07 20:21:35 2000 +0000

description:
Pull up rev. 1.27->1.29 to netbsd-1-5 branch, OK'd by thorpej:

1.28->1.29:
 > As we ship ssh in-tree now, replace the ssh startup example with one
 > for apache.

1.27->1.28:
 > the ssh pkgs now install a /usr/pkg/etc/rc.d/sshd, not
 > /usr/pkg/etc/rc.d/sshd.sh.
 >
 > Whether the existence of this lines is useful with ssh in tree is
 > a seperate issue.

diffstat:

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

diffs (20 lines):

diff -r 94c267c11cec -r 3e919b2837aa etc/rc.local
--- a/etc/rc.local      Sat Oct 07 07:39:59 2000 +0000
+++ b/etc/rc.local      Sat Oct 07 20:21:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.local,v 1.25.10.1 2000/08/09 18:37:38 lukem Exp $
+#      $NetBSD: rc.local,v 1.25.10.2 2000/10/07 20:21:35 hubertf Exp $
 #      originally from: @(#)rc.local   8.3 (Berkeley) 4/28/94
 #
 # This file is (nearly) the last thing invoked by /etc/rc during a
@@ -15,8 +15,8 @@
 # Add your local daemons here.
 #
 
-#if [ -f /usr/pkg/etc/rc.d/sshd.sh ]; then
-#      /usr/pkg/etc/rc.d/sshd.sh start
+#if [ -f /usr/pkg/etc/rc.d/apache ]; then
+#      /usr/pkg/etc/rc.d/apache start
 #fi
 
 echo '.'



Home | Main Index | Thread Index | Old Index