diff options
author | Bill Nottingham <notting@redhat.com> | 2001-01-29 23:37:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-01-29 23:37:38 +0000 |
commit | 651f425813c49048eac3895481a70eea1e2c9274 (patch) | |
tree | 102b755c52c9ab6018e82ddd363b6ce909de30ba /rc.d/rc.local | |
parent | 8e1cad758fcd2ef66cf89723e7af9e9c59c58b08 (diff) | |
download | initscripts-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/rc.local')
-rwxr-xr-x | rc.d/rc.local | 1 |
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 |