Date: Wed, 25 Apr 2001 10:17:56 -0700 (PDT) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql7 Makefile pkg-plist.tcl ports/databases/postgresql7/files pgsql.sh.tmpl Message-ID: <200104251717.f3PHHu613548@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
olgeni 2001/04/25 10:17:56 PDT Modified files: databases/postgresql7 Makefile pkg-plist.tcl databases/postgresql7/files pgsql.sh.tmpl Log: Misc. changes and cleanups. * Move the call to configure.postgresql7 from pre-fetch to pre-extract, so it won't hang while performing batch fetch operations (like portupgrade -F) * Add some TCL related files to pkg-plist.tcl, and add a PLIST_SUB in the Makefile to register the correct tcl version in the plist. * Do not start postgresql if the database directory does not exist: the startup sequence could hang because of this. * Use the "-s" option when starting postgresql with pg_ctl, so it won't display informational messages. Display only the port name, as do other packages startup scripts. Approved by: Palle Girgensohn <girgen@partitur.se> Revision Changes Path 1.79 +6 -8 ports/databases/postgresql7/Makefile 1.6 +2 -0 ports/databases/postgresql7/pkg-plist.tcl 1.11 +2 -2 ports/databases/postgresql7/files/pgsql.sh.tmpl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104251717.f3PHHu613548>