wok rev 4006
Fix: postfix server path in init script
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Sep 01 12:28:10 2009 +0200 (2009-09-01) |
parents | 70a435a7d961 |
children | 7e7d31dc7eea |
files | postfix/stuff/etc/init.d/postfix |
line diff
1.1 --- a/postfix/stuff/etc/init.d/postfix Tue Sep 01 11:21:33 2009 +0200 1.2 +++ b/postfix/stuff/etc/init.d/postfix Tue Sep 01 12:28:10 2009 +0200 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