diff options
author | kris <kris@FreeBSD.org> | 2003-04-20 07:13:28 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-04-20 07:13:28 +0800 |
commit | cbc0d8ef484e9004594fe558ef9a283dbd91698a (patch) | |
tree | 061c8240fff60e994832d6c2d6d994896c1e203f /www | |
parent | 72b2574e410d12184319b60b308b70d5181d1cdf (diff) | |
download | freebsd-ports-gnome-cbc0d8ef484e9004594fe558ef9a283dbd91698a.tar.gz freebsd-ports-gnome-cbc0d8ef484e9004594fe558ef9a283dbd91698a.tar.zst freebsd-ports-gnome-cbc0d8ef484e9004594fe558ef9a283dbd91698a.zip |
Install the wb0 binary setuid root, not setuid root + setgid wheel
Diffstat (limited to 'www')
-rw-r--r-- | www/wb0/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wb0/files/patch-Makefile b/www/wb0/files/patch-Makefile index f5c6ab7ca19f..0a9574c37e9f 100644 --- a/www/wb0/files/patch-Makefile +++ b/www/wb0/files/patch-Makefile @@ -1,5 +1,5 @@ --- Makefile.orig Mon Dec 6 00:45:08 1999 -+++ Makefile Wed Jan 31 14:58:33 2001 ++++ Makefile Sat Apr 19 16:12:07 2003 @@ -1,16 +1,17 @@ - -CFLAGS=-O2 -Wall -fomit-frame-pointer -malign-functions=0 @@ -23,7 +23,7 @@ + cp ./etc/wb0/wb0.config ${PREFIX}/etc/ + cp ./data/* ${PREFIX}/share/wb0/ + echo "path ${PREFIX}/share/wb0/" >>${PREFIX}/etc/wb0.config -+ chmod a+s ${PREFIX}/bin/wb0 ++ chmod u+s ${PREFIX}/bin/wb0 + chown root:wheel ${LOCALBASE}/bin/wb0 pkfont: pkfont.c |