diff options
author | Bill Nottingham <notting@redhat.com> | 2008-07-09 14:25:46 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-07-09 14:25:46 -0400 |
commit | 952ca7a3483c63751239f22cd23f98e4d982d62b (patch) | |
tree | de18f160e77d20ad388f62825610272aa7e95c01 /rc.d | |
parent | b29327813c666850c6ae2fb5d8dcfba90af196d3 (diff) | |
download | initscripts-952ca7a3483c63751239f22cd23f98e4d982d62b.tar initscripts-952ca7a3483c63751239f22cd23f98e4d982d62b.tar.gz initscripts-952ca7a3483c63751239f22cd23f98e4d982d62b.tar.bz2 initscripts-952ca7a3483c63751239f22cd23f98e4d982d62b.tar.xz initscripts-952ca7a3483c63751239f22cd23f98e4d982d62b.zip |
Clean up noise.
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -81,7 +81,6 @@ for i in /etc/rc$runlevel.d/S* ; do # If we're in confirmation mode, get user confirmation if [ "$do_confirm" = "yes" ]; then - set -x confirm $subsys rc=$? if [ "$rc" = "1" ]; then @@ -89,7 +88,6 @@ for i in /etc/rc$runlevel.d/S* ; do elif [ "$rc" = "2" ]; then do_confirm="no" fi - set +x fi update_boot_stage "$subsys" |