Index: /trunk/Nebulous-Server/bin/nebdiskd
===================================================================
--- /trunk/Nebulous-Server/bin/nebdiskd	(revision 20205)
+++ /trunk/Nebulous-Server/bin/nebdiskd	(revision 20206)
@@ -3,5 +3,5 @@
 # Copyright (C) 2007  Joshua Hoblitt
 # 
-# $Id: nebdiskd,v 1.13 2008-10-15 03:01:19 jhoblitt Exp $
+# $Id: nebdiskd,v 1.14 2008-10-16 22:51:34 jhoblitt Exp $
 
 use strict;
@@ -50,4 +50,6 @@
 ) || pod2usage( 2 );
 
+# set the process name for easy pgrep-ability
+$0 = 'nebdiskd';
 my $rcfile = "$ENV{HOME}/.nebdiskrc";
 $rcfile = File::Spec->canonpath($rcfile);
