Index: head/sbin/reboot/reboot.c =================================================================== --- head/sbin/reboot/reboot.c +++ head/sbin/reboot/reboot.c @@ -76,7 +76,7 @@ howto = RB_HALT; } else howto = 0; - lflag = nflag = qflag = 0; + lflag = nflag = qflag = Nflag = 0; while ((ch = getopt(argc, argv, "dk:lNnpqr")) != -1) switch(ch) { case 'd':