1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/chrootuid/files/patch-ad
Don Lewis 1f3432b4db Initialize supplementary groups.
Ensure that a LOG_NOTICE syslog is always generated when the program is
invoked generated when the program is invoked an obvious error.

Submitted by:	Phil Pennock <phil@globnix.org>
2000-06-21 11:10:41 +00:00

12 lines
266 B
Plaintext

--- Makefile.orig Wed Jun 21 03:47:29 2000
+++ Makefile Wed Jun 21 03:48:17 2000
@@ -6,7 +6,7 @@
all: chrootuid chrootuid.1
chrootuid: chrootuid.c
- $(CC) $(CFLAGS) -o $@ $?
+ $(CC) $(CFLAGS) -DUSE_SYSCTL -o $@ $?
#chrootuid.1: chrootuid.c
# srctoman $? >$@