]> pd.if.org Git - startuptools/blobdiff - scripts/rc.multi
added startup scripts
[startuptools] / scripts / rc.multi
diff --git a/scripts/rc.multi b/scripts/rc.multi
new file mode 100644 (file)
index 0000000..0505411
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+. /etc/rc.d/functions.rc
+. /etc/rc.conf
+
+for d in $DAEMONS ; do
+       test -x /etc/rc.d/$d && /etc/rc.d/$d start
+done
+
+test -x /etc/rc.local && status_begin running rc.local && /etc/rc.local && status_check