mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
01cd481a6f
possible insecurity of this, and inform users about the x11/wrapper port. PR: ports/22380 Submitted by: Trevor Johnson <trevor@jpj.net>
12 lines
456 B
Plaintext
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
|