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 revisions 1.26-1.27
details: https://anonhg.NetBSD.org/src/rev/6efd878e4889
branches: netbsd-1-5
changeset: 489000:6efd878e4889
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Aug 09 18:37:38 2000 +0000
description:
pull up revisions 1.26-1.27
approved by: thorpej
1.26:
match reality WRT rc.d...
1.27:
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 | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r a7541916de0d -r 6efd878e4889 etc/rc.local
--- a/etc/rc.local Wed Aug 09 18:35:00 2000 +0000
+++ b/etc/rc.local Wed Aug 09 18:37:38 2000 +0000
@@ -1,18 +1,22 @@
-# $NetBSD: rc.local,v 1.25 1998/11/20 17:26:32 hubertf Exp $
+# $NetBSD: rc.local,v 1.25.10.1 2000/08/09 18:37:38 lukem Exp $
# originally from: @(#)rc.local 8.3 (Berkeley) 4/28/94
#
# This file is (nearly) the last thing invoked by /etc/rc during a
-# normal boot.
+# normal boot, via /etc/rc.d/local.
+#
# It is intended to be edited locally to add site-specific boot-time
# actions, such as starting locally installed daemons.
#
+# An alternative option is to create site-specific /etc/rc.d scripts.
+#
echo -n 'starting local daemons:'
-# add your local daemons here, following the startup models in /etc/rc
+# Add your local daemons here.
+#
#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