IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2008, 11:56:36 AM (18 years ago)
Author:
jhoblitt
Message:

fix nebulous --stop to return a status of 0 on success

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/nebdiskd

    r19877 r19886  
    33# Copyright (C) 2007  Joshua Hoblitt
    44#
    5 # $Id: nebdiskd,v 1.10 2008-10-03 03:27:59 jhoblitt Exp $
     5# $Id: nebdiskd,v 1.11 2008-10-03 21:56:36 jhoblitt Exp $
    66
    77use strict;
     
    291291                or die "Failed to signal process ($current_pid)";
    292292            unlink $pid_file || die "Couldn't remove pid_file \"$pid_file\" [$!]\n";
    293             return 1;
    294 
    295293        }
    296294    }
     295
     296    return 0;
    297297}
    298298
Note: See TracChangeset for help on using the changeset viewer.