Changeset 19886
- Timestamp:
- Oct 3, 2008, 11:56:36 AM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
bin/nebdiskd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r19877 r19886 16 16 - add --user and --group options to nebdiskd to select the user/group that 17 17 daemon will run as 18 - fix nebulous --stop to return a status of 0 on success 18 19 19 20 0.15 Thu Sep 11 13:00:59 HST 2008 -
trunk/Nebulous-Server/bin/nebdiskd
r19877 r19886 3 3 # Copyright (C) 2007 Joshua Hoblitt 4 4 # 5 # $Id: nebdiskd,v 1.1 0 2008-10-03 03:27:59jhoblitt Exp $5 # $Id: nebdiskd,v 1.11 2008-10-03 21:56:36 jhoblitt Exp $ 6 6 7 7 use strict; … … 291 291 or die "Failed to signal process ($current_pid)"; 292 292 unlink $pid_file || die "Couldn't remove pid_file \"$pid_file\" [$!]\n"; 293 return 1;294 295 293 } 296 294 } 295 296 return 0; 297 297 } 298 298
Note:
See TracChangeset
for help on using the changeset viewer.
