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