[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] [PATCH 04/15] init.d: use proper dependencies in SUSE in
From: |
Jan Engelhardt |
Subject: |
[Gluster-devel] [PATCH 04/15] init.d: use proper dependencies in SUSE init script |
Date: |
Tue, 25 Sep 2012 18:41:02 +0200 |
"/usr", the place where the binaries usually reside, requires
$remote_fs.
Signed-off-by: Jan Engelhardt <address@hidden>
---
extras/init.d/glusterd-SuSE.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/init.d/glusterd-SuSE.in b/extras/init.d/glusterd-SuSE.in
index 16cf8de..2c3fc02 100755
--- a/extras/init.d/glusterd-SuSE.in
+++ b/extras/init.d/glusterd-SuSE.in
@@ -2,8 +2,8 @@
#
### BEGIN INIT INFO
# Provides: glusterd
-# Required-Start: $local_fs $network
-# Required-Stop:
+# Required-Start: $remote_fs $network
+# Required-Stop: $remote_fs $network
# Default-Start: 3 5
# Default-Stop:
# Short-Description: Gluster File System service for volume management
--
1.7.10.4
- [Gluster-devel] Build system cleanups (v2), Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 05/15] init.d: implement reload action for SUSE init script, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 07/15] build: replace INCLUDES by CPPFLAGS, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 01/15] build: add missing GF_CFLAGS in api/src/, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 03/15] build: more efficient clean, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 15/15] build: make use of system libuuid, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 12/15] build: move -L arguments out of CFLAGS, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 09/15] build: remove two no-op lines from rdma Makefile, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 08/15] build: fix a typo in the python xlator Makefile, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 04/15] init.d: use proper dependencies in SUSE init script,
Jan Engelhardt <=
- [Gluster-devel] [PATCH 11/15] build: remove useless explicit -fPIC -shared from CFLAGS, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 14/15] build: libraries must be in LDADD/LIBADD, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 02/15] build: add missing backslash in api/src/, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 10/15] build: remove -nostartfiles flag, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 06/15] build: consolidate common compilation flags into one variable, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 13/15] build: split CPPFLAGS from CFLAGS, Jan Engelhardt, 2012/09/25
- Re: [Gluster-devel] Build system cleanups (v2), Anand Avati, 2012/09/25