Gentoo Archives: gentoo-commits

From: "Marc Schiffbauer (mschiff)" <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/postfwd/files: postfwd.init
Date: Sun, 30 Nov 2014 16:37:23
Message-Id: 20141130163718.C9422B3B6@oystercatcher.gentoo.org
1 mschiff 14/11/30 16:37:18
2
3 Modified: postfwd.init
4 Log:
5 Fixed typo in init script
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
8
9 Revision Changes Path
10 1.2 mail-filter/postfwd/files/postfwd.init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/postfwd/files/postfwd.init?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/postfwd/files/postfwd.init?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/postfwd/files/postfwd.init?r1=1.1&r2=1.2
15
16 Index: postfwd.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-filter/postfwd/files/postfwd.init,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- postfwd.init 15 Jul 2014 00:19:41 -0000 1.1
23 +++ postfwd.init 30 Nov 2014 16:37:18 -0000 1.2
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postfwd/files/postfwd.init,v 1.1 2014/07/15 00:19:41 mschiff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postfwd/files/postfwd.init,v 1.2 2014/11/30 16:37:18 mschiff Exp $
30
31 PIDFILE=/var/run/postfwd.pid
32
33 @@ -16,7 +16,7 @@
34 --exec /usr/sbin/postfwd2 -- --daemon --file ${POSTFWD_CONFIG} \
35 --interface=${POSTFWD_LISTEN} --port=${POSTFWD_PORT} \
36 --user=${POSTFWD_USER} --group=${POSTFWD_GROUP} \
37 - --pidfile ${PIDFILE}
38 + --pidfile ${PIDFILE} \
39 ${POSTFWD_OPTS}
40 eend $?
41 }