From 702bdb8c8b42b90bef851f30735bfe0ae8deaadd Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 22 May 2006 16:08:15 +0000 Subject: Update to PostgreSQL 8.1.4 and PyGreSQL 3.8. --- postgresql.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresql.init') diff --git a/postgresql.init b/postgresql.init index d616b96..96e81eb 100644 --- a/postgresql.init +++ b/postgresql.init @@ -129,7 +129,7 @@ start(){ touch "$PGLOG" || exit 1 chown postgres:postgres "$PGLOG" chmod go-rwx "$PGLOG" - [ -x /usr/bin/chcon ] && /usr/bin/chcon -u system_u -r object_r -t postgresql_log_t "$PGLOG" + [ -x /usr/bin/chcon ] && /usr/bin/chcon -u system_u -r object_r -t postgresql_log_t "$PGLOG" 2>/dev/null fi # Check for the PGDATA structure -- cgit