1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

PRE-INSTALL -> POST-INSTALL, user and groups are created later

This commit is contained in:
Pawel Pekala 2011-10-23 11:40:43 +00:00
parent 8f708e7fd5
commit 24cfbfb282
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284162
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= murmur
PORTVERSION= 1.2.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= SF/mumble/Mumble/${PORTVERSION}
DISTNAME= mumble-${PORTVERSION}

View File

@ -7,7 +7,7 @@ RUNDIR=/var/run/murmur
DBDIR=/var/db/murmur
case $2 in
PRE-INSTALL)
POST-INSTALL)
mkdir -m 750 ${LOGDIR} ${DBDIR} ${RUNDIR} 2> /dev/null
chown -R murmur:murmur ${LOGDIR} ${DBDIR} ${RUNDIR}