Fix init script, so that log directory path will match upstream.
authorDevrim GUNDUZ <devrim@gunduz.org>
Mon, 17 Aug 2009 21:19:24 +0000 (21:19 +0000)
committerDevrim GUNDUZ <devrim@gunduz.org>
Mon, 17 Aug 2009 21:19:24 +0000 (21:19 +0000)
redhat/slony1.init

index 3d28449997d29b6adf0f3cc58b8d132f8494e0fc..374708638abb54c4d4f8950a4ff86a1957ecb584 100755 (executable)
@@ -48,7 +48,7 @@ SLONENGINE=/usr/bin
 SLONDAEMON=$SLONENGINE/slon
 SLONCONF=/etc/slon.conf
 SLONPID=/var/run/slon.pid
-SLONLOG=/var/log/slony1
+SLONLOG=/var/log/slony
 test -x $SLONDAEMON || exit 5