]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- fixed typo
authorArtur Frysiak <artur@frysiak.net>
Thu, 25 Nov 1999 13:21:38 +0000 (13:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.spec -> 1.17

postfix.spec

index b0d5336bf06d39da87b151c69a8402979c119ece..37b6b186ff2530c43452f19a89174ea5796289f6 100644 (file)
@@ -146,7 +146,7 @@ if ! grep -q "^postmaster:" /etc/mail/aliases; then
 fi
 newaliases
 /sbin/chkconfig --add postfix
-if [ -r /var/lock/subsys/postfix]; then
+if [ -r /var/lock/subsys/postfix ]; then
        /etc/rc.d/init.d/postfix restart >&2
 else
        echo "Run \"/etc/rc.d/init.d/postfix start\" to start postfix daemon." >&2
This page took 0.197988 seconds and 4 git commands to generate.