--- alx-src/trunk/alxconfig-ng/bin/user_reboot.sh 2005/08/28 19:31:34 308 +++ alx-src/trunk/alxconfig-ng/bin/user_reboot.sh 2005/08/28 19:32:13 309 @@ -2,14 +2,14 @@ # # reboots the system and displays a nice message # -# $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/bin/user_reboot.sh,v 1.2 2005-04-12 20:48:36 niro Exp $ +# $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/bin/user_reboot.sh,v 1.3 2005-08-28 19:32:05 niro Exp $ if [ -x /usr/bin/Xdialog ] then /usr/bin/Xdialog \ --title "Reboot" \ --no-buttons \ - --infobox "System reboot in progress ..." 6 30 5000 \ + --infobox "System reboot in progress ..." 6 34 5000 \ & sudo /sbin/reboot else sudo /sbin/reboot