From e2569656bbec5bbe939c3acdc25160612dde676c Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 8 Oct 2006 02:27:53 +0000 Subject: Make the better default of mount by change from user="0" to group="operator", since a lot of users already have operator for mount stuff. Approved by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7648 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/hal/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index b6f5e669e..dd85ad3ab 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/sysutils/hal/Makefile,v 1.23 2006/09/17 19:54:19 marcus Exp $ +# $MCom: ports/sysutils/hal/Makefile,v 1.24 2006/10/07 17:10:07 marcus Exp $ # PORTNAME= hal @@ -94,6 +94,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 post-install: .if !defined(HAL_SLAVE) -- cgit v1.2.3