aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql73-server
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-06-26 22:24:10 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-06-26 22:24:10 +0000
commitf782d82915d6c290d0933d7758144bf91974aa46 (patch)
tree3c2d659b42aa9c3b777c31d191593ee3b8cc90c8 /databases/postgresql73-server
parent7e4f99548865c6907f9c40f94d4ded96d8875b28 (diff)
downloadports-f782d82915d6c290d0933d7758144bf91974aa46.tar.gz
ports-f782d82915d6c290d0933d7758144bf91974aa46.zip
There is no point in setting mode of rc.d file to be 554, set it to 555.
Otherwise there could be problems with the service not starting up in the case when owner of the file has been changed.
Notes
Notes: svn path=/head/; revision=166410
Diffstat (limited to 'databases/postgresql73-server')
-rw-r--r--databases/postgresql73-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile
index f9e78ea236ed..fade554de2ed 100644
--- a/databases/postgresql73-server/Makefile
+++ b/databases/postgresql73-server/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= postgresql
PKGNAMESUFFIX?= -server
PORTVERSION?= 7.3.15
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
@@ -239,7 +239,7 @@ do-install:
@ ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%RC_SUBR%%|${RC_SUBR}|g" \
< ${FILESDIR}/pgsql.sh.tmpl \
> ${RCSCRIPT} ;\
- ${CHMOD} 554 ${RCSCRIPT} ;\
+ ${CHMOD} 555 ${RCSCRIPT} ;\
${CHOWN} root:pgsql ${RCSCRIPT} ;\
${CHOWN} -R pgsql:pgsql ~pgsql/. ;\
${MKDIR} ${PREFIX}/etc/periodic/daily ;\