diff options
Diffstat (limited to 'bootscripts/contrib/lsb-v3/init.d/udev')
-rw-r--r-- | bootscripts/contrib/lsb-v3/init.d/udev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootscripts/contrib/lsb-v3/init.d/udev b/bootscripts/contrib/lsb-v3/init.d/udev index 0325b3505..ac91fccf3 100644 --- a/bootscripts/contrib/lsb-v3/init.d/udev +++ b/bootscripts/contrib/lsb-v3/init.d/udev @@ -29,7 +29,7 @@ case "${1}" in boot_mesg -n " will be halted and powered off." boot_mesg -n "\n\nPress Enter to continue..." ${INFO} boot_mesg "" ${NORMAL} - read ENTER + $FAILURE_ACTION /etc/rc.d/init.d/halt stop fi @@ -48,7 +48,7 @@ case "${1}" in boot_mesg -n " will be halted and powered off." boot_mesg -n "\n\nPress Enter to continue..." ${INFO} boot_mesg "" ${NORMAL} - read ENTER + $FAILURE_ACTION /etc/rc.d/init.d/halt stop fi |