Author: jilles
Date: Wed May 23 19:25:46 2012
New Revision: 235855
URL: http://svn.freebsd.org/changeset/base/235855

Log:
  shutdown: Remove unnecessary 2-second delay.

Modified:
  head/sbin/shutdown/shutdown.c

Modified: head/sbin/shutdown/shutdown.c
==============================================================================
--- head/sbin/shutdown/shutdown.c       Wed May 23 18:56:29 2012        
(r235854)
+++ head/sbin/shutdown/shutdown.c       Wed May 23 19:25:46 2012        
(r235855)
@@ -356,7 +356,6 @@ perform_shutdown(void)
        syslog(LOG_NOTICE, "%s by %s: %s",
            doreboot ? "reboot" : dohalt ? "halt" : dopower ? "power-down" : 
            "shutdown", whom, mbuf);
-       (void)sleep(2);
 
        (void)printf("\r\nSystem shutdown time has arrived\007\007\r\n");
        if (killflg) {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to