From owner-cvs-all Wed Apr 25 10:18: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F13537B424; Wed, 25 Apr 2001 10:17:56 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3PHHu613548; Wed, 25 Apr 2001 10:17:56 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104251717.f3PHHu613548@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 25 Apr 2001 10:17:56 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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