aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql73-server
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-06-12 07:25:24 +0800
committerosa <osa@FreeBSD.org>2003-06-12 07:25:24 +0800
commit8557f0045e12db916d90b936d9630229da9857b7 (patch)
tree06441a9f9a03f326208ed01a9c6912e4fea015f5 /databases/postgresql73-server
parent24ce8be927c80514def6fc81270ebffb7f9ea210 (diff)
downloadfreebsd-ports-gnome-8557f0045e12db916d90b936d9630229da9857b7.tar.gz
freebsd-ports-gnome-8557f0045e12db916d90b936d9630229da9857b7.tar.zst
freebsd-ports-gnome-8557f0045e12db916d90b936d9630229da9857b7.zip
The control script that ships with the postgres
port (files/pgsql.sh.tmpl) lacks a parameter in the restart option, causing logs to be send to stdout, instead of the log file. Submitted by: Fernando Schapachnik <fernando@mecon.gov.ar> Approved by: maintainer PR: 53142 Approved by: fjoe (implicit)
Diffstat (limited to 'databases/postgresql73-server')
-rw-r--r--databases/postgresql73-server/files/pgsql.sh.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql73-server/files/pgsql.sh.tmpl b/databases/postgresql73-server/files/pgsql.sh.tmpl
index 98311c868ac3..0d85d6fba25d 100644
--- a/databases/postgresql73-server/files/pgsql.sh.tmpl
+++ b/databases/postgresql73-server/files/pgsql.sh.tmpl
@@ -32,7 +32,7 @@ stop)
restart)
[ -x ${PGBIN}/pg_ctl ] && {
- exec su -l pgsql -c "exec ${PREFIX}/bin/pg_ctl restart -s -m fast"
+ exec su -l pgsql -c "exec ${PREFIX}/bin/pg_ctl restart -s -m fast -l ${logfile}"
}
;;
pan class='insertions'>+43 * Update PostgreSQL to 9.2.1, 9.1.6, 9.0.10, 8.4.14 and 8.3.21 respectively.girgen2012-09-252-3/+3 * PostgreSQL 9.2 is released.girgen2012-09-104-33/+3 * update postgresql 9.2 to RC1girgen2012-08-272-3/+3 * Use pre-build instead of pre-everything for backupwarning-- stop making peoplecrees2012-08-192-2/+2 * update postgresql 9.2 to beta4girgen2012-08-183-3/+4 * Fix fetchcrees2012-08-101-1/+1 * The PostgreSQL Global Development Group announces the third beta releasegirgen2012-08-074-4/+28 * The PostgreSQL Global Development Group today released security updates for allgirgen2012-06-044-17/+6 * - Address postgresql*-servers for crypt vulnerability (CVE-2012-2143)jgh2012-05-312-0/+13 * The PostgreSQL Global Development Group announces the beta release ofgirgen2012-05-166-210/+200 * Break postgresql-pltcl up into versioned ports; now we will have packagescrees2012-03-061-1/+8 * Various tidiness patches:crees2012-03-062-15/+15 * Don't clobber do-build from slave portscrees2012-03-051-3/+1 * Over to new team, pgsql@FreeBSD.orgcrees2012-03-051-1/+1 * Fix plist.crees2012-03-011-1/+1 * The PostgreSQL Global Development Group today released security updates for allgirgen2012-02-286-16/+14 * Remove p5- from postgresql*-plperl 's mention in pkg-message-clientcrees2012-02-201-1/+1 * Fix -plperl plist for 9.1crees2012-02-201-0/+8 * Install new pg_basebackup tool by defaultcrees2012-02-052-2/+11 * Minor changes for UNIQUENAME; remove excessive hyphenscrees2012-02-021-2/+3 * - Stop clobbering postgresql-server/-client OPTIONS with -contrib OPTIONScrees2012-02-011-4/+5 * Use DISTVERSION instead of PORTVERSION to generate UNIQUENAME; optionscrees2012-01-311-1/+1 * - To preserve my sanity, slave 82 and 83 to 84, and 90 to 91, resulting increes2012-01-261-49/+56 * Add OPTION to postgresql9[10]-contrib for building without uuid-osspcrees2012-01-242-4/+12 * - Add profile support for PostgreSQL serversjgh2012-01-223-7/+59 * fix typo %%PG_GROUP%% in pkg-plist-serverjgh2012-01-202-2/+2 * - Reset ports due to maintainer timeouts and lack of response to emailstabthorpe2012-01-191-1/+1 * Fix plist to create directory with proper ownerships PostgreSQL databasejgh2012-01-192-0/+4 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 * The PostgreSQL Global Development Group today released updates for allgirgen2011-12-063-22/+7 * Add DTRACE option for postgresql84-servercrees2011-12-011-1/+6 * - do not conflict with postgresql 7.x (we don't have them in a tree anymore)crees2011-10-293-15/+14 * - Fix plist when postgresql-plpython installed for postgresql 9.1 andglarkin2011-10-261-1/+1 * - Fix packaging issue (missed %%PG_USER%% in pkg-plist-server)crees2011-10-212-0/+2 * This time remember to bump PORTREVISIONcrees2011-10-201-1/+1 * Fix SUB_LIST issue by deconditionalising it.crees2011-10-201-3/+4 * The PostgreSQL Global Development Group today released minor version updatesgirgen2011-10-188-29/+34 * - Add ICU support to PostgreSQL 9.1 servermm2011-10-063-80/+35 * - Unbreak postgresql-plpython: allow build with threaded pythonsunpoet2011-10-032-1/+22 * Don't rebuild manual pages if configure was changedrea2011-09-261-0/+17 * PostgreSQL: unbreak GSSAPI supportrea2011-09-261-0/+7 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+1 * Update to PostgreSQL version 9.1.0girgen2011-09-124-15/+29 * - Unbreak slavespav2011-08-081-0/+3 * - Make those OPTIONS actually working at allpav2011-08-081-2/+2 * Update to 9.1 beta 3girgen2011-07-203-5/+5 * - Mark BROKEN: leave a directory behind on deinstallpav2011-07-121-0/+2 * Update to 9.1beta2girgen2011-06-144-158/+159 * Add postgresql 9.1 beta1.girgen2011-06-128-166/+210 * Fix typo in 502.pgsql scriptgirgen2011-04-202-2/+3 * Update PostgreSQL to 9.0.4, 8.4.8, 8.3.15 and 8.2.21.girgen2011-04-197-28/+43 * Update to versions 9.0.3, 8.4.7, 8.3.14 and 8.2.20.girgen2011-02-012-3/+3 * Fix @dirrmtry since it already filter stderr and return true.az2011-01-301-6/+6 * - Update to 9.0.2mm2010-12-315-7/+68 * - Prepare for devel/icu4 deletionbapt2010-12-171-12/+4 * Chase devel/icu upgradebapt2010-12-151-3/+3 * - Fix build if WITH_ICU or WITH_ICU4 defined (bsd.autotools.mk update)danger2010-12-101-1/+1 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * - Use dirrmtry on share/postgresql/tsearch_data for postgresql{83|84|90}-serversunpoet2010-11-232-2/+2 * - Fix optional dependency on security/heimdalrene2010-11-221-1/+2 * Make postgresql90-client depend on libxml. Technically it does not depend on ...girgen2010-10-261-2/+0 * Punt autoconf267->autoconf268ade2010-10-161-1/+1 * Update all PostgreSQL ports to latest versions.girgen2010-10-07