[arch-commits] Commit in nfs-utils/trunk (nfs-common)

Tobias Powalowski tpowa at archlinux.org
Wed Jan 26 20:10:13 UTC 2011


    Date: Wednesday, January 26, 2011 @ 15:10:13
  Author: tpowa
Revision: 107576

fix #22358

Modified:
  nfs-utils/trunk/nfs-common

------------+
 nfs-common |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: nfs-common
===================================================================
--- nfs-common	2011-01-26 19:57:42 UTC (rev 107575)
+++ nfs-common	2011-01-26 20:10:13 UTC (rev 107576)
@@ -161,6 +161,8 @@
       if [ $rc -gt 0 ]; then
 	stat_fail
 	exit $rc
+      elif
+        stat_done
       fi
 
       if [ "$NEED_IDMAPD" = yes ]; then
@@ -314,4 +316,4 @@
     echo "usage: $0 {start|stop|status|restart}"  
 esac
 exit 0
-	    
\ No newline at end of file
+	    




More information about the arch-commits mailing list