diff options
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" |