]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Move fedora patch file (used by ceph.spec.in) to rpm/ subdir
authorDan Mick <dan.mick@inktank.com>
Wed, 27 Aug 2014 19:56:43 +0000 (12:56 -0700)
committerDan Mick <dan.mick@inktank.com>
Wed, 27 Aug 2014 19:56:43 +0000 (12:56 -0700)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
init-ceph.in-fedora.patch [deleted file]
rpm/init-ceph.in-fedora.patch [new file with mode: 0644]

diff --git a/init-ceph.in-fedora.patch b/init-ceph.in-fedora.patch
deleted file mode 100644 (file)
index ff741f3..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -up ceph-0.46/src/init-ceph.in.orig ceph-0.46/src/init-ceph.in
---- ceph-0.46/src/init-ceph.in.orig    2012-04-24 16:06:39.000000000 -0400
-+++ ceph-0.46/src/init-ceph.in 2012-05-09 16:41:36.500004052 -0400
-@@ -1,11 +1,11 @@
- #!/bin/sh
- # Start/stop ceph daemons
--# chkconfig: 2345 60 80
-+# chkconfig: - 60 80
-
- ### BEGIN INIT INFO
- # Provides:          ceph
--# Default-Start:     2 3 4 5
--# Default-Stop:      0 1 6
-+# Default-Start:
-+# Default-Stop:
- # Required-Start:    $remote_fs $named $network $time
- # Required-Stop:     $remote_fs $named $network $time
- # Short-Description: Start Ceph distributed file system daemons at boot time
diff --git a/rpm/init-ceph.in-fedora.patch b/rpm/init-ceph.in-fedora.patch
new file mode 100644 (file)
index 0000000..ff741f3
--- /dev/null
@@ -0,0 +1,18 @@
+diff -up ceph-0.46/src/init-ceph.in.orig ceph-0.46/src/init-ceph.in
+--- ceph-0.46/src/init-ceph.in.orig    2012-04-24 16:06:39.000000000 -0400
++++ ceph-0.46/src/init-ceph.in 2012-05-09 16:41:36.500004052 -0400
+@@ -1,11 +1,11 @@
+ #!/bin/sh
+ # Start/stop ceph daemons
+-# chkconfig: 2345 60 80
++# chkconfig: - 60 80
+
+ ### BEGIN INIT INFO
+ # Provides:          ceph
+-# Default-Start:     2 3 4 5
+-# Default-Stop:      0 1 6
++# Default-Start:
++# Default-Stop:
+ # Required-Start:    $remote_fs $named $network $time
+ # Required-Stop:     $remote_fs $named $network $time
+ # Short-Description: Start Ceph distributed file system daemons at boot time