Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Cloud
:
glusterfs:3.4.7
>
glusterfs
> glusterfs-3.4.5.extras.initd.glusterd-Redhat.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File glusterfs-3.4.5.extras.initd.glusterd-Redhat.patch of Package glusterfs (Revision 2)
Currently displaying revision
2
,
show latest
diff --git a/extras/init.d/glusterd-Redhat.in b/extras/init.d/glusterd-Redhat.in index e320708..979d4f3 100755 --- a/extras/init.d/glusterd-Redhat.in +++ b/extras/init.d/glusterd-Redhat.in @@ -61,7 +61,7 @@ start() daemon $GLUSTERD RETVAL=$? echo - [ $RETVAL -eq 0 ] && touch $LOCKFILE + [ $RETVAL -eq 0 ] && touch $LOCKFILE /var/lock/subsys/${GLUSTERFSD} return $RETVAL fi }