mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
This adds a new hack called vigilance. It also comes with a couple of new things for the BSOD hack. There is also assorted bug fixes.
22 lines
580 B
Text
22 lines
580 B
Text
--- driver/Makefile.in.orig 2016-05-24 18:02:30 UTC
|
|
+++ driver/Makefile.in
|
|
@@ -51,7 +51,7 @@ DEPEND_DEFINES = @DEPEND_DEFINES@
|
|
|
|
SHELL = /bin/sh
|
|
INSTALL = @INSTALL@
|
|
-SUID_FLAGS = -o root -m 4755
|
|
+SUID_FLAGS = -m 755
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_SETUID = @INSTALL_SETUID@
|
|
@@ -81,8 +81,8 @@ XPM_LIBS = @XPM_LIBS@
|
|
|
|
|
|
AD_DIR = @APPDEFAULTS@
|
|
-PAM_DIR = /etc/pam.d
|
|
-PAM_CONF = /etc/pam.conf
|
|
+PAM_DIR = ${prefix}/etc/pam.d
|
|
+PAM_CONF = ${prefix}/etc/pam.conf
|
|
|
|
UTILS_SRC = $(srcdir)/../utils
|
|
UTILS_BIN = ../utils
|