Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/ceph/files: ceph.initd
Date: Tue, 07 Feb 2012 16:58:37
Message-Id: 20120207165808.EE71F2004B@flycatcher.gentoo.org
1 xarthisius 12/02/07 16:58:08
2
3 Modified: ceph.initd
4 Log:
5 Version bump
6
7 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-cluster/ceph/files/ceph.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph.initd?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph.initd?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph.initd?r1=1.1&r2=1.2
15
16 Index: ceph.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/files/ceph.initd,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ceph.initd 7 Dec 2010 18:25:28 -0000 1.1
23 +++ ceph.initd 7 Feb 2012 16:58:08 -0000 1.2
24 @@ -1,6 +1,6 @@
25 #!/sbin/runscript
26
27 -opts="reload"
28 +extra_started_commands="reload"
29 bin=/usr/lib/ceph/ceph_init.sh
30
31 depend() {