Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274568
Collapse All | Expand All

(-)postgresql.init-8.2.orig (-2 / +2 lines)
Lines 58-65 Link Here
58
58
59
	local retval
59
	local retval
60
60
61
	su -l ${PGUSER} \
61
	start-stop-daemon --stop --pidfile "${PGDATA}/postmaster.pid" \
62
		-c "env PGDATA=\"${PGDATA}\" /usr/lib/postgresql-8.2/bin/pg_ctl stop -t ${WAIT_FOR_DISCONNECT} -m smart"
62
		--retry -TERM/${WAIT_FOR_DISCONNECT}
63
63
64
	retval=$?
64
	retval=$?
65
	[ $retval -eq 0 ] && eend $retval && return $retval
65
	[ $retval -eq 0 ] && eend $retval && return $retval

Return to bug 274568