diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2003-12-06 18:42:09 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2003-12-06 18:42:09 +0000 |
commit | 1a8e09c08ad50ab8338f208ccac83e0f166fd1d4 (patch) | |
tree | 820d99ec1d6d2e2173304870861b9bc258d8e8ff /dev-db/postgresql/files | |
parent | added the new tarball from littlecms.org as 1.11.1 (diff) | |
download | historical-1a8e09c08ad50ab8338f208ccac83e0f166fd1d4.tar.gz historical-1a8e09c08ad50ab8338f208ccac83e0f166fd1d4.tar.bz2 historical-1a8e09c08ad50ab8338f208ccac83e0f166fd1d4.zip |
Removed old ebuilds/files.
Diffstat (limited to 'dev-db/postgresql/files')
-rw-r--r-- | dev-db/postgresql/files/7.3.2/postgresql | 27 | ||||
-rw-r--r-- | dev-db/postgresql/files/7.3/postgresql | 27 | ||||
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-7.3 | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-7.3.2 | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-7.3.3 | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-7.3.4 | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/digest-postgresql-7.4 | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/pgsql | 33 | ||||
-rwxr-xr-x | dev-db/postgresql/files/postgres | 46 | ||||
-rw-r--r-- | dev-db/postgresql/files/postgresql | 13 | ||||
-rw-r--r-- | dev-db/postgresql/files/postmaster-wrapper | 12 |
11 files changed, 0 insertions, 163 deletions
diff --git a/dev-db/postgresql/files/7.3.2/postgresql b/dev-db/postgresql/files/7.3.2/postgresql deleted file mode 100644 index de14f1c33b15..000000000000 --- a/dev-db/postgresql/files/7.3.2/postgresql +++ /dev/null @@ -1,27 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/dev-db/postgresql/files/postgresql.rc6,v 1.1 2002/01/06 00:53:24 woodchip Exp - -depend() { - need net -} - -start() { - ebegin "Starting postgres" - su - $PGUSER -c "/usr/bin/pg_ctl start -D '$PGDATA' -s -l '$PGLOG' -o '$PGOPTS'" - eend $? -} - -stop () { - ebegin "Stopping postgres" - su - $PGUSER -c "/usr/bin/pg_ctl stop -D '$PGDATA' -s -m fast" - eend $? -} - -svc_restart () { - ebegin "Restarting postgres" - su - $PGUSER -c "/usr/bin/pg_ctl restart -D '$PGDATA' -s -m fast -l '$PGLOG' -o '$PGOPTS'" - eend $? -} - diff --git a/dev-db/postgresql/files/7.3/postgresql b/dev-db/postgresql/files/7.3/postgresql deleted file mode 100644 index de14f1c33b15..000000000000 --- a/dev-db/postgresql/files/7.3/postgresql +++ /dev/null @@ -1,27 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/dev-db/postgresql/files/postgresql.rc6,v 1.1 2002/01/06 00:53:24 woodchip Exp - -depend() { - need net -} - -start() { - ebegin "Starting postgres" - su - $PGUSER -c "/usr/bin/pg_ctl start -D '$PGDATA' -s -l '$PGLOG' -o '$PGOPTS'" - eend $? -} - -stop () { - ebegin "Stopping postgres" - su - $PGUSER -c "/usr/bin/pg_ctl stop -D '$PGDATA' -s -m fast" - eend $? -} - -svc_restart () { - ebegin "Restarting postgres" - su - $PGUSER -c "/usr/bin/pg_ctl restart -D '$PGDATA' -s -m fast -l '$PGLOG' -o '$PGOPTS'" - eend $? -} - diff --git a/dev-db/postgresql/files/digest-postgresql-7.3 b/dev-db/postgresql/files/digest-postgresql-7.3 deleted file mode 100644 index fa750243282b..000000000000 --- a/dev-db/postgresql/files/digest-postgresql-7.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3981f3c5c8ebe9d1e1b2e66229f1803a postgresql-7.3.tar.gz 11059455 diff --git a/dev-db/postgresql/files/digest-postgresql-7.3.2 b/dev-db/postgresql/files/digest-postgresql-7.3.2 deleted file mode 100644 index e2a3e27bedc2..000000000000 --- a/dev-db/postgresql/files/digest-postgresql-7.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 23d2762571e8c5bb21eee08aab968ccb postgresql-7.3.2.tar.gz 11194355 diff --git a/dev-db/postgresql/files/digest-postgresql-7.3.3 b/dev-db/postgresql/files/digest-postgresql-7.3.3 deleted file mode 100644 index 167267395e23..000000000000 --- a/dev-db/postgresql/files/digest-postgresql-7.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 60e1efa3a0f34dae06e017f72cd2dcc9 postgresql-7.3.3.tar.gz 11210071 diff --git a/dev-db/postgresql/files/digest-postgresql-7.3.4 b/dev-db/postgresql/files/digest-postgresql-7.3.4 deleted file mode 100644 index 67e5ed1a6f38..000000000000 --- a/dev-db/postgresql/files/digest-postgresql-7.3.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 82878d6d74c36384af3595d26ed38067 postgresql-7.3.4.tar.gz 11265028 diff --git a/dev-db/postgresql/files/digest-postgresql-7.4 b/dev-db/postgresql/files/digest-postgresql-7.4 deleted file mode 100644 index 6f667843e9b6..000000000000 --- a/dev-db/postgresql/files/digest-postgresql-7.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 fc79f5b0074b32671dac7342a2318950 postgresql-7.4.tar.gz 12311256 diff --git a/dev-db/postgresql/files/pgsql b/dev-db/postgresql/files/pgsql deleted file mode 100644 index 60d3682a09c1..000000000000 --- a/dev-db/postgresql/files/pgsql +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh -#RCUPDATE:2 3 4:75:This line is required for script management - -. /etc/rc.d/config/functions -. /etc/rc.d/config/basic - -SERVICE="pgsql" -opts="start stop restart" -EXE0=/usr/bin/postmaster-wrapper -EXE1=/usr/bin/postmaster - - -start() { - - ebegin "Starting $SERVICE" - start-stop-daemon --start --quiet --exec ${EXE0} - eend $? "Started $SERVICE." "Error starting $SERVICE." -} - -stop() { - - ebegin "Stopping $SERVICE" - #pg_ctl stop 2>&1 </dev/null - start-stop-daemon --stop --quiet --exec ${EXE1} - eend $? "Stopped $SERVICE." "Error stopping $SERVICE." -} - -restart() { - stop - start -} - -doservice ${@} diff --git a/dev-db/postgresql/files/postgres b/dev-db/postgresql/files/postgres deleted file mode 100755 index f8f047c19f12..000000000000 --- a/dev-db/postgresql/files/postgres +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -########################################################################################## -#RCUPDATE:3 4:71:Required for rc-update -. /etc/rc.d/config/functions - -. /etc/rc.d/config/basic - -SERVICE=postgres -EXE="/usr/bin/postmaster" -opts="start stop restart" - -PGUSER="postgres" -USE_SYSLOG="yes" -FACILITY="local5" -PGLOGFILE="/tmp/portgres.log" -PGOPTS="-D/var/lib/pgsql" -PGPORT="5433" - -start() { - if [ -f ${PGLOGFILE} ] - then - my ${PGLOGFILE} ${PGLOGFILE}.old - fi - einfo "Starting ${SERVICE}.." - if [ "${USE_SYSLOG}" = "yes" ] - then - su - ${PGUSER} -c "${EXE} ${PGOPTS} -p ${PGPORT} 2>&1" | logger -p ${FACILITY}.notice 1>&2 & - fi - eend $? "Error starting ${SERVICE}." -} - -stop () { - einfo "Stopping ${SERVICE}..." - killall -TERM ${EXE} - eend $? "Error stopping ${SERVICE}." -} - -restart() { - stop - start -} - -doservice ${@} - - diff --git a/dev-db/postgresql/files/postgresql b/dev-db/postgresql/files/postgresql deleted file mode 100644 index e63730f090e2..000000000000 --- a/dev-db/postgresql/files/postgresql +++ /dev/null @@ -1,13 +0,0 @@ -# PostgreSQL's Database Directory -PGDATA=/var/lib/postgresql/data - -# Logfile path: (NOTE: This must be uid/gid owned by the value of $PGUSER!) -PGLOG=/var/lib/postgresql/data/postgresql.log - -# Run the PostgreSQL user as: -PGUSER=postgres - -# Extra options to run postmaster with. -# If you want to enable TCP/IP for PostgreSQL, add -i to the following: -PGOPTS="-N 1024 -B 2048" - diff --git a/dev-db/postgresql/files/postmaster-wrapper b/dev-db/postgresql/files/postmaster-wrapper deleted file mode 100644 index 5e53d9e3cc4a..000000000000 --- a/dev-db/postgresql/files/postmaster-wrapper +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# UGLY UGLY UGLY, why oh why is postgres so fussy that it won't work nicely -# with initscripts? oftpd gets started by root yet can run as ftp user. WHy -# can't pgsql be that way? - -# Set this to whatever you like. Note: if you used pkg_config() from the -# ebuild this value is what you want -DATADIR="/var/db/pgsql/data" - - -su postgres -c "/usr/bin/postmaster -D ${DATADIR} \ - </dev/null >>/var/db/pgsql/data/pgsql.log 2>&1 </dev/null &" |