1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11/XFree86-4/files/patch-config_cf_Server_tmpl
Jean-Marc Zucconi 01cd481a6f Install the X server without the SUID bit, remove the warning about the
possible insecurity of this, and inform users about the x11/wrapper port.

PR:		ports/22380
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-10-28 23:11:09 +00:00

12 lines
456 B
Plaintext

--- config/cf/Server.tmpl.orig Fri Feb 18 08:23:07 2000
+++ config/cf/Server.tmpl Sat Oct 28 10:09:07 2000
@@ -41,7 +41,7 @@
#ifndef SetUIDServerTarget
#if InstallServerSetUID
#define SetUIDServerTarget(server,subdirs,objects,libs,syslibs) @@\
-ServerTargetWithFlags(server,subdirs,objects,libs,syslibs,$(INSTUIDFLAGS))
+ServerTargetWithFlags(server,subdirs,objects,libs,syslibs,$(INSTBINFLAGS))
#else
#define SetUIDServerTarget ServerTarget
#endif