Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/cfs/files: cfsd.init
Date: Sat, 31 Dec 2011 19:54:34
Message-Id: 20111231195420.267EC2004C@flycatcher.gentoo.org
1 idl0r 11/12/31 19:54:20
2
3 Modified: cfsd.init
4 Log:
5 Revbump. Don't use deprecated start-stop-daemon options, bug 377843.
6
7 (Portage version: 2.1.10.41/cvs/Linux i686, RepoMan options: --force)
8
9 Revision Changes Path
10 1.3 app-crypt/cfs/files/cfsd.init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/cfs/files/cfsd.init?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/cfs/files/cfsd.init?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/cfs/files/cfsd.init?r1=1.2&r2=1.3
15
16 Index: cfsd.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/cfs/files/cfsd.init,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cfsd.init 28 Sep 2004 00:18:13 -0000 1.2
23 +++ cfsd.init 31 Dec 2011 19:54:20 -0000 1.3
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2004 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/app-crypt/cfs/files/cfsd.init,v 1.2 2004/09/28 00:18:13 swegener Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cfs/files/cfsd.init,v 1.3 2011/12/31 19:54:20 idl0r Exp $
31
32 depend() {
33 need nfs
34 @@ -17,7 +17,7 @@
35
36 stop() {
37 ebegin "Stopping cfsd"
38 - start-stop-daemon --oknodo --stop --pidfile /var/run/cfs.pid \
39 + start-stop-daemon --stop --pidfile /var/run/cfs.pid \
40 && rm -f /var/run/cfs.pid
41 eend $?
42 }