Fix plist problem for postgresql-9.6 [1]
Fix spelling while here [2] Pointed out by: matthew [1], bcr [2] Pointy hat to: girgen
This commit is contained in:
parent
d9c24f77d8
commit
b19404b6e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421475
@ -243,7 +243,9 @@ do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ;\
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/502.pgsql \
|
||||
${STAGEDIR}${PREFIX}/etc/periodic/daily
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${PG_USER}
|
||||
. if ${PORTVERSION:M9.[2345].*}
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${PG_USER}
|
||||
. endif
|
||||
. endif # SERVER_ONLY
|
||||
. if defined(CLIENT_ONLY)
|
||||
@ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-local
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
DISTVERSION?= 9.6rc1
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
|
||||
|
@ -8,8 +8,8 @@ appropriately.
|
||||
The port is set up to use autovacuum for new databases, but you might
|
||||
also want to vacuum and perhaps backup your database regularly. There
|
||||
is a periodic script, %%PREFIX%%/etc/periodic/daily/502.pgsql, that
|
||||
you may find useful. You can use it to backup and perfom vacuum on all
|
||||
databases nightly. Per default, it perfoms `vacuum analyze'. See the
|
||||
you may find useful. You can use it to backup and perform vacuum on all
|
||||
databases nightly. Per default, it performs `vacuum analyze'. See the
|
||||
script for instructions. For autovacuum settings, please review
|
||||
~pgsql/data/postgresql.conf.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user