wok diff postfix/stuff/etc/init.d/postfix @ rev 8374

Fixed fcron again.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 04 00:42:24 2011 +0000 (2011-02-04)
parents 37a5211da2ad
children 7f188676b59c
line diff
     1.1 --- a/postfix/stuff/etc/init.d/postfix	Tue Mar 10 09:22:52 2009 +0000
     1.2 +++ b/postfix/stuff/etc/init.d/postfix	Fri Feb 04 00:42:24 2011 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  #!/bin/sh
     1.5 -# /etc/init.d/postfix : Start, stop and restart SMTP server on SliTaz, at 
     1.6 +# /etc/init.d/postfix : Start, stop and restart SMTP server on SliTaz, at
     1.7  # boot time or with the command line.
     1.8  #
     1.9  # To start SMTP server at boot time, just put postfix in the $RUN_DAEMONS
    1.10 @@ -10,7 +10,7 @@
    1.11  
    1.12  NAME=Postfix
    1.13  DESC="SMTP server"
    1.14 -DAEMON=/usr/libexec/postfix/master
    1.15 +DAEMON=/usr/lib/postfix/master
    1.16  OPTIONS=$POSTFIX_OPTIONS
    1.17  PIDFILE=/var/spool/postfix/pid/master.pid
    1.18