# HG changeset patch # User Christophe Lincoln # Date 1251800890 -7200 # Node ID 9b235e7c8d324f05f3d3a0e68853445d0874e546 # Parent 70a435a7d9613467a3920cc2173d654bb47ef708 Fix: postfix server path in init script diff -r 70a435a7d961 -r 9b235e7c8d32 postfix/stuff/etc/init.d/postfix --- a/postfix/stuff/etc/init.d/postfix Tue Sep 01 11:21:33 2009 +0200 +++ b/postfix/stuff/etc/init.d/postfix Tue Sep 01 12:28:10 2009 +0200 @@ -1,5 +1,5 @@ #!/bin/sh -# /etc/init.d/postfix : Start, stop and restart SMTP server on SliTaz, at +# /etc/init.d/postfix : Start, stop and restart SMTP server on SliTaz, at # boot time or with the command line. # # To start SMTP server at boot time, just put postfix in the $RUN_DAEMONS @@ -10,7 +10,7 @@ NAME=Postfix DESC="SMTP server" -DAEMON=/usr/libexec/postfix/master +DAEMON=/usr/lib/postfix/master OPTIONS=$POSTFIX_OPTIONS PIDFILE=/var/spool/postfix/pid/master.pid