aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-29 23:37:38 +0000
committerBill Nottingham <notting@redhat.com>2001-01-29 23:37:38 +0000
commit651f425813c49048eac3895481a70eea1e2c9274 (patch)
tree102b755c52c9ab6018e82ddd363b6ce909de30ba /rc.d
parent8e1cad758fcd2ef66cf89723e7af9e9c59c58b08 (diff)
downloadinitscripts-651f425813c49048eac3895481a70eea1e2c9274.tar
initscripts-651f425813c49048eac3895481a70eea1e2c9274.tar.gz
initscripts-651f425813c49048eac3895481a70eea1e2c9274.tar.bz2
initscripts-651f425813c49048eac3895481a70eea1e2c9274.tar.xz
initscripts-651f425813c49048eac3895481a70eea1e2c9274.zip
touch /var/lock/subsys/local so we only get run once
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/rc.local b/rc.d/rc.local
index 72e00b82..a9145ae0 100755
--- a/rc.d/rc.local
+++ b/rc.d/rc.local
@@ -33,3 +33,4 @@ if [ -f /etc/redhat-release ]; then
cp -f /etc/issue /etc/issue.net
echo >> /etc/issue
fi
+touch /var/lock/subsys/local