$NetBSD: patch-al,v 1.1 1998/11/10 22:23:02 tron Exp $ --- kdm/kdmconfig.cpp.orig Thu Mar 26 17:37:16 1998 +++ kdm/kdmconfig.cpp Tue Nov 10 22:46:06 1998 @@ -119,10 +119,10 @@ _shutdownButton = KNone; _shutdown = new QString( kc->readEntry( "Shutdown")); if( _shutdown->isNull()) - *_shutdown = "/sbin/halt"; + *_shutdown = "/sbin/shutdown -h now"; _restart = new QString( kc->readEntry( "Restart")); if( _restart->isNull()) - *_restart = "/sbin/reboot"; + *_restart = "/sbin/shutdown -r now"; } else _shutdownButton = KNone; if( kc->hasKey( "GUIStyle")) {