From f324d8c94efcdbc5ee38f8ca040612cc34836e14 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Thu, 24 May 2012 15:24:07 -0400 Subject: If syslog is specified in postgresql.conf, we need it. --- postgresql.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3-65-gdbad