diff options
author | Mike Fulbright <msf@redhat.com> | 2000-01-06 01:07:44 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-01-06 01:07:44 +0000 |
commit | 2f5364beda5b899fccb1d4d95e378db0ae1a545b (patch) | |
tree | 61296925b333697bdb58b39b5898bae08d4d132a | |
parent | 96ffc2c8da8ddbf0dc2fa687e7be653d9e286c4c (diff) | |
download | anaconda-2f5364beda5b899fccb1d4d95e378db0ae1a545b.tar.gz anaconda-2f5364beda5b899fccb1d4d95e378db0ae1a545b.tar.xz anaconda-2f5364beda5b899fccb1d4d95e378db0ae1a545b.zip |
add notinngham action magic
-rwxr-xr-x | reconfig.init | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/reconfig.init b/reconfig.init index 1c384d426..e504ee792 100755 --- a/reconfig.init +++ b/reconfig.init @@ -13,6 +13,11 @@ RETVAL=$? +# +# this is required to avoid system logging intercepting input/output +# action on +# + case "$1" in start) if grep -i reconfig /proc/cmdline >/dev/null || [ -f /etc/reconfigSys ]; then |