diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 10:27:53 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 10:27:53 +0800 |
commit | e2569656bbec5bbe939c3acdc25160612dde676c (patch) | |
tree | d74ca27dff1d7a2ed303b9c19690c098fa327e3a | |
parent | 6fe8df236059a73935f8017ed03c6e4f2d13d4fe (diff) | |
download | marcuscom-ports-e2569656bbec5bbe939c3acdc25160612dde676c.tar marcuscom-ports-e2569656bbec5bbe939c3acdc25160612dde676c.tar.gz marcuscom-ports-e2569656bbec5bbe939c3acdc25160612dde676c.tar.bz2 marcuscom-ports-e2569656bbec5bbe939c3acdc25160612dde676c.tar.lz marcuscom-ports-e2569656bbec5bbe939c3acdc25160612dde676c.tar.xz marcuscom-ports-e2569656bbec5bbe939c3acdc25160612dde676c.tar.zst marcuscom-ports-e2569656bbec5bbe939c3acdc25160612dde676c.zip |
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
-rw-r--r-- | sysutils/hal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <marcus@FreeBSD.org> # # $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) |