From cbc0d8ef484e9004594fe558ef9a283dbd91698a Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 19 Apr 2003 23:13:28 +0000 Subject: Install the wb0 binary setuid root, not setuid root + setgid wheel --- www/wb0/files/patch-Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') 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 -- cgit