Index: /trunk/Nebulous-Server/Changes
===================================================================
--- /trunk/Nebulous-Server/Changes	(revision 19885)
+++ /trunk/Nebulous-Server/Changes	(revision 19886)
@@ -16,4 +16,5 @@
     - add --user and --group options to nebdiskd to select the user/group that
       daemon will run as
+    - fix nebulous --stop to return a status of 0 on success
 
 0.15 Thu Sep 11 13:00:59 HST 2008
Index: /trunk/Nebulous-Server/bin/nebdiskd
===================================================================
--- /trunk/Nebulous-Server/bin/nebdiskd	(revision 19885)
+++ /trunk/Nebulous-Server/bin/nebdiskd	(revision 19886)
@@ -3,5 +3,5 @@
 # Copyright (C) 2007  Joshua Hoblitt
 # 
-# $Id: nebdiskd,v 1.10 2008-10-03 03:27:59 jhoblitt Exp $
+# $Id: nebdiskd,v 1.11 2008-10-03 21:56:36 jhoblitt Exp $
 
 use strict;
@@ -291,8 +291,8 @@
                 or die "Failed to signal process ($current_pid)";
             unlink $pid_file || die "Couldn't remove pid_file \"$pid_file\" [$!]\n";
-            return 1;
-
         }
     }
+
+    return 0;
 }
 
