[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /libexec/rc.local...
From: |
Alfred M. Szmidt |
Subject: |
Re: /libexec/rc.local... |
Date: |
Fri, 27 Feb 2004 17:58:51 +0100 (MET) |
--- daemons/rc.sh 8 Jun 2001 22:07:18 -0000 1.23
+++ daemons/rc.sh 27 Feb 2004 16:42:21 -0000
@@ -115,4 +115,9 @@
echo .
+echo -n running local commands...
The person commiting this patch, please remove the -n before
commiting. Sorry for the trouble.
+if [ -r /libexec/rc.local ]; then
+ source /libexec/rc.local
+fi
+
date