mschiff     14/11/30 16:37:18

  Modified:             postfwd.init
  Log:
  Fixed typo in init script
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  Changes    Path
1.2                  mail-filter/postfwd/files/postfwd.init

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/postfwd/files/postfwd.init?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/postfwd/files/postfwd.init?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/postfwd/files/postfwd.init?r1=1.1&r2=1.2

Index: postfwd.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/postfwd/files/postfwd.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postfwd.init        15 Jul 2014 00:19:41 -0000      1.1
+++ postfwd.init        30 Nov 2014 16:37:18 -0000      1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/postfwd/files/postfwd.init,v 
1.1 2014/07/15 00:19:41 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/postfwd/files/postfwd.init,v 
1.2 2014/11/30 16:37:18 mschiff Exp $
 
 PIDFILE=/var/run/postfwd.pid
 
@@ -16,7 +16,7 @@
                --exec /usr/sbin/postfwd2 -- --daemon --file ${POSTFWD_CONFIG} \
                        --interface=${POSTFWD_LISTEN} --port=${POSTFWD_PORT} \
                        --user=${POSTFWD_USER} --group=${POSTFWD_GROUP} \
-                       --pidfile ${PIDFILE}
+                       --pidfile ${PIDFILE} \
                        ${POSTFWD_OPTS}
        eend $?
 }




Reply via email to