diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-07 16:58:08 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-07 16:58:08 +0000 |
commit | 3bee7c060f2e370930f6a230d346ec6110059077 (patch) | |
tree | ab3448c38fbe4f9b390135c8a9802b7d67b0cb20 /sys-cluster/ceph/files | |
parent | Stable for HPPA (bug #396999). (diff) | |
download | gentoo-2-3bee7c060f2e370930f6a230d346ec6110059077.tar.gz gentoo-2-3bee7c060f2e370930f6a230d346ec6110059077.tar.bz2 gentoo-2-3bee7c060f2e370930f6a230d346ec6110059077.zip |
Version bump
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/ceph/files')
-rw-r--r-- | sys-cluster/ceph/files/ceph.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/files/ceph.initd b/sys-cluster/ceph/files/ceph.initd index f56a67b162c4..2e74f0993599 100644 --- a/sys-cluster/ceph/files/ceph.initd +++ b/sys-cluster/ceph/files/ceph.initd @@ -1,6 +1,6 @@ #!/sbin/runscript -opts="reload" +extra_started_commands="reload" bin=/usr/lib/ceph/ceph_init.sh depend() { |