View | Details | Raw Unified | Return to bug 175799 | Differences between
and this patch

Collapse All | Expand All

(-)sbin/reboot/Makefile (+4 lines)
Lines 14-19 Link Here
14
MLINKS+= boot_i386.8 boot.8
14
MLINKS+= boot_i386.8 boot.8
15
.endif
15
.endif
16
16
17
BINOWN= root
18
BINGRP= operator
19
BINMODE=4550
20
17
LINKS=	${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \
21
LINKS=	${BINDIR}/reboot ${BINDIR}/halt ${BINDIR}/reboot ${BINDIR}/fastboot \
18
	${BINDIR}/reboot ${BINDIR}/fasthalt
22
	${BINDIR}/reboot ${BINDIR}/fasthalt
19
23
(-)sys/amd64/conf/GENERIC (-5 / +5 lines)
Lines 80-90 Link Here
80
options 	DDB			# Support DDB.
80
options 	DDB			# Support DDB.
81
options 	GDB			# Support remote GDB.
81
options 	GDB			# Support remote GDB.
82
options 	DEADLKRES		# Enable the deadlock resolver
82
options 	DEADLKRES		# Enable the deadlock resolver
83
options 	INVARIANTS		# Enable calls of extra sanity checking
83
#options 	INVARIANTS		# Enable calls of extra sanity checking
84
options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
84
#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
85
options 	WITNESS			# Enable checks to detect deadlocks and cycles
85
#options 	WITNESS			# Enable checks to detect deadlocks and cycles
86
options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
86
#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
87
options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
87
#options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
88
88
89
# Make an SMP-capable kernel by default
89
# Make an SMP-capable kernel by default
90
options 	SMP			# Symmetric MultiProcessor Kernel
90
options 	SMP			# Symmetric MultiProcessor Kernel
(-)usr.sbin/acpi/acpiconf/Makefile (+4 lines)
Lines 4-7 Link Here
4
PROG=	acpiconf
4
PROG=	acpiconf
5
MAN=	acpiconf.8
5
MAN=	acpiconf.8
6
6
7
BINOWN= root
8
BINGRP= operator
9
BINMODE=4550
10
7
.include <bsd.prog.mk>
11
.include <bsd.prog.mk>
(-)usr.sbin/apm/Makefile (+4 lines)
Lines 5-8 Link Here
5
MLINKS=	apm.8 apmconf.8
5
MLINKS=	apm.8 apmconf.8
6
MANSUBDIR= /${MACHINE_CPUARCH}
6
MANSUBDIR= /${MACHINE_CPUARCH}
7
7
8
BINOWN= root
9
BINGRP= operator
10
BINMODE=4550
11
8
.include <bsd.prog.mk>
12
.include <bsd.prog.mk>

Return to bug 175799