Index: sbin/reboot/Makefile =================================================================== --- sbin/reboot/Makefile (revision 245914) +++ sbin/reboot/Makefile (working copy) @@ -14,6 +14,10 @@ MLINKS+= boot_i386.8 boot.8 .endif +BINOWN= root +BINGRP= operator +BINMODE=4550 + LINKS= ${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \ ${BINDIR}/reboot ${BINDIR}/fasthalt Index: sys/amd64/conf/GENERIC =================================================================== --- sys/amd64/conf/GENERIC (revision 245914) +++ sys/amd64/conf/GENERIC (working copy) @@ -80,11 +80,11 @@ options DDB # Support DDB. options GDB # Support remote GDB. options DEADLKRES # Enable the deadlock resolver -options INVARIANTS # Enable calls of extra sanity checking -options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS -options WITNESS # Enable checks to detect deadlocks and cycles -options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed -options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones +#options INVARIANTS # Enable calls of extra sanity checking +#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS +#options WITNESS # Enable checks to detect deadlocks and cycles +#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed +#options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones # Make an SMP-capable kernel by default options SMP # Symmetric MultiProcessor Kernel Index: usr.sbin/acpi/acpiconf/Makefile =================================================================== --- usr.sbin/acpi/acpiconf/Makefile (revision 245914) +++ usr.sbin/acpi/acpiconf/Makefile (working copy) @@ -4,4 +4,8 @@ PROG= acpiconf MAN= acpiconf.8 +BINOWN= root +BINGRP= operator +BINMODE=4550 + .include Index: usr.sbin/apm/Makefile =================================================================== --- usr.sbin/apm/Makefile (revision 245914) +++ usr.sbin/apm/Makefile (working copy) @@ -5,4 +5,8 @@ MLINKS= apm.8 apmconf.8 MANSUBDIR= /${MACHINE_CPUARCH} +BINOWN= root +BINGRP= operator +BINMODE=4550 + .include