Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/postgrey/files: postgrey.rc.new
Date: Wed, 16 Apr 2008 18:03:36
Message-Id: E1JmByo-0007nM-DW@stork.gentoo.org
1 dertobi123 08/04/16 18:03:34
2
3 Modified: postgrey.rc.new
4 Log:
5 Fix initscript for OpenRC, #215031
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.9 mail-filter/postgrey/files/postgrey.rc.new
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new?r1=1.8&r2=1.9
14
15 Index: postgrey.rc.new
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- postgrey.rc.new 10 Apr 2008 17:07:47 -0000 1.8
22 +++ postgrey.rc.new 16 Apr 2008 18:03:33 -0000 1.9
23 @@ -1,7 +1,7 @@
24 #!/sbin/runscript
25 # Copyright 1999-2004 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new,v 1.8 2008/04/10 17:07:47 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new,v 1.9 2008/04/16 18:03:33 dertobi123 Exp $
29
30 conf="/etc/conf.d/postgrey"
31
32 @@ -76,6 +76,7 @@
33 fi
34
35 start-stop-daemon --start --quiet --background \
36 + --name postgrey \
37 --exec /usr/sbin/postgrey -- \
38 --${POSTGREY_ADDR} \
39 --daemonize \
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list