Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/dcc/files: dcc.initd
Date: Tue, 25 Jan 2011 04:24:53
Message-Id: 20110125042443.DB30220057@flycatcher.gentoo.org
1 robbat2 11/01/25 04:24:43
2
3 Modified: dcc.initd
4 Log:
5 Bug #267780: Fix typo in init script.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 mail-filter/dcc/files/dcc.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dcc/files/dcc.initd?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dcc/files/dcc.initd?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dcc/files/dcc.initd?r1=1.1&r2=1.2
15
16 Index: dcc.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-filter/dcc/files/dcc.initd,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -p -w -b -B -u -u -r1.1 -r1.2
22 --- dcc.initd 30 Sep 2008 07:15:50 -0000 1.1
23 +++ dcc.initd 25 Jan 2011 04:24:43 -0000 1.2
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dcc/files/dcc.initd,v 1.1 2008/09/30 07:15:50 robbat2 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dcc/files/dcc.initd,v 1.2 2011/01/25 04:24:43 robbat2 Exp $
31
32 depend() {
33 use logger
34 @@ -87,7 +87,7 @@ start() {
35
36 if [[ "${START_DCC_DCCIF}" == "yes" ]]
37 then
38 - if [[ "${DCCIFD}" != "on" ]]
39 + if [[ "${DCCIFD_ENABLE}" != "on" ]]
40 then
41 einfo "DCCIFD_ENABLE is not set to 'on' in dcc_conf"
42 else