Skip to content

Instantly share code, notes, and snippets.

@kisoku
Created September 23, 2009 12:15
Show Gist options
  • Save kisoku/191940 to your computer and use it in GitHub Desktop.
Save kisoku/191940 to your computer and use it in GitHub Desktop.
Index: rc
===================================================================
RCS file: /cvs/src/etc/rc,v
retrieving revision 1.332
diff -u -p -r1.332 rc
--- rc 12 Aug 2009 13:21:15 -0000 1.332
+++ rc 23 Sep 2009 12:13:56 -0000
@@ -779,6 +779,12 @@ if [ X"${krb5_slave_kdc}" = X"YES" ]; th
# Remember to enable hpropd in inetd.conf
fi
+if [ -d /etc/rc.d ]; then
+ for s in `ls -1 /etc/rc.d/`; do
+ . ${s}
+ done
+fi
+
[ -f /etc/rc.local ] && . /etc/rc.local
echo -n standard daemons:
Index: mtree/4.4BSD.dist
===================================================================
RCS file: /cvs/src/etc/mtree/4.4BSD.dist,v
retrieving revision 1.199
diff -u -p -r1.199 4.4BSD.dist
--- mtree/4.4BSD.dist 6 Sep 2009 16:51:01 -0000 1.199
+++ mtree/4.4BSD.dist 23 Sep 2009 12:13:57 -0000
@@ -130,6 +130,11 @@ ppp
# ./etc/ppp
..
+# ./etc/rc.d
+rc.d
+# ./etc/rc.d
+..
+
# ./etc/skel
skel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment