aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2012-05-24 15:24:07 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2012-05-24 15:24:07 -0400
commitf324d8c94efcdbc5ee38f8ca040612cc34836e14 (patch)
tree8fb6e88ec60195de536d12693f046360eb48b5d4
parentCleaned up commands. Remove trailing slash for paths. (diff)
downloadpatches-f324d8c94efcdbc5ee38f8ca040612cc34836e14.tar.gz
patches-f324d8c94efcdbc5ee38f8ca040612cc34836e14.tar.bz2
patches-f324d8c94efcdbc5ee38f8ca040612cc34836e14.zip
If syslog is specified in postgresql.conf, we need it.
-rwxr-xr-xpostgresql.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql.init b/postgresql.init
index c92aee7..06f2d23 100755
--- a/postgresql.init
+++ b/postgresql.init
@@ -16,7 +16,7 @@ depend() {
provide postgresql
if [ "$(get_config log_destination)" = "syslog" ]; then
- use logger
+ need logger
fi
}