diff options
author | Tom Lane <tgl@fedoraproject.org> | 2006-05-22 16:08:15 +0000 |
---|---|---|
committer | Tom Lane <tgl@fedoraproject.org> | 2006-05-22 16:08:15 +0000 |
commit | 702bdb8c8b42b90bef851f30735bfe0ae8deaadd (patch) | |
tree | af8615d05d79e3f9053bdecb2a83f7b665799b97 /postgresql.init | |
parent | 5cdde2cf0cc3dcee84bb2622fb081ab0e77b86f4 (diff) | |
download | postgresql-setup-702bdb8c8b42b90bef851f30735bfe0ae8deaadd.tar.gz postgresql-setup-702bdb8c8b42b90bef851f30735bfe0ae8deaadd.tar.xz postgresql-setup-702bdb8c8b42b90bef851f30735bfe0ae8deaadd.zip |
Update to PostgreSQL 8.1.4 and PyGreSQL 3.8.postgresql-8_1_4-1
Diffstat (limited to 'postgresql.init')
-rw-r--r-- | postgresql.init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |