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

Fix: net-snmp needs -j1 to install correctly
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 17:55:29 2011 +0100 (2011-01-17)
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	Mon Jan 17 17:55:29 2011 +0100
     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