Changeset 19886 for trunk/Nebulous-Server/bin/nebdiskd
- Timestamp:
- Oct 3, 2008, 11:56:36 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/bin/nebdiskd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
