IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19886


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

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r19877 r19886  
    1616    - add --user and --group options to nebdiskd to select the user/group that
    1717      daemon will run as
     18    - fix nebulous --stop to return a status of 0 on success
    1819
    19200.15 Thu Sep 11 13:00:59 HST 2008
  • 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.