aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/hal/Makefile
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2006-11-17 08:11:33 +0800
committerjylefort <jylefort@FreeBSD.org>2006-11-17 08:11:33 +0800
commit96229bd8deb020638fb28c144dc0bf13f460e151 (patch)
tree45ef74f1bde18744550a65706397905ac7ee0d90 /sysutils/hal/Makefile
parent17d679ff92204cdb74db669ceb40b09ee8557780 (diff)
downloadfreebsd-ports-gnome-96229bd8deb020638fb28c144dc0bf13f460e151.tar.gz
freebsd-ports-gnome-96229bd8deb020638fb28c144dc0bf13f460e151.tar.zst
freebsd-ports-gnome-96229bd8deb020638fb28c144dc0bf13f460e151.zip
Revert the previous commit. It appears that the operator group is for
allowing to mount volumes etc while the wheel group is for allowing to su to root. Reported by: kris
Diffstat (limited to 'sysutils/hal/Makefile')
-rw-r--r--sysutils/hal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index f70ec4eeca9a..f778c22e63d5 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -8,7 +8,7 @@
PORTNAME= hal
PORTVERSION= ${HALVERSION}.${SNAPVERSION}
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= sysutils
MASTER_SITES= http://www.marcuscom.com/downloads/
@@ -97,6 +97,8 @@ post-patch:
${WRKSRC}/hald/Makefile.in
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|txt||' \
${WRKSRC}/policy/Makefile.in
+ @${REINPLACE_CMD} -e 's|user="0"|group="operator"|g' \
+ ${WRKSRC}/hal.conf.in
@${TOUCH} ${WRKSRC}/doc/spec/hal-spec.html
post-install: