Personal tools
You are here: Home Issue tracker Wording change in fedora init script comment.

#56 — Wording change in fedora init script comment.

State Resolved
Version:
Area User interface
Issue type Patch
Severity Medium
Submitted by (anonymous)
Submitted on Jun 07, 2010
Responsible Seth Heeren
Target release:
Return to tracker
Last modified on Jun 11, 2010 by Seth Heeren
I'm including the following patch against the git repo for phrasing:

->------# check if the zfs-fuse binary exists and can be executable
+>------# check if the zfs-fuse binary exists and can be executed

Also available as patch file at http://jafo.tummy.com/zfs-wording.patch

============================

diff --git a/contrib/zfs-fuse.initd.fedora b/contrib/zfs-fuse.initd.fedora
index 111b302..1200d80 100755
--- a/contrib/zfs-fuse.initd.fedora
+++ b/contrib/zfs-fuse.initd.fedora
@@ -184,7 +184,7 @@ start() {
 
 stop() {
 
- # check if the zfs-fuse binary exists and can be executable
+ # check if the zfs-fuse binary exists and can be executed
     for a in $zfsfuse $zfs ; do if [ ! -x $a ] ; then
         echo -n "$a not present or executable"
         failure ; echo
Added by (anonymous) on Jun 07, 2010 11:55 AM
done
Added by Seth Heeren on Jun 11, 2010 06:27 PM
Issue state: unconfirmedresolved
Responsible manager: (UNASSIGNED)sgheeren
closing