IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20206


Ignore:
Timestamp:
Oct 16, 2008, 12:51:34 PM (18 years ago)
Author:
jhoblitt
Message:

set $0

File:
1 edited

Legend:

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

    r20167 r20206  
    33# Copyright (C) 2007  Joshua Hoblitt
    44#
    5 # $Id: nebdiskd,v 1.13 2008-10-15 03:01:19 jhoblitt Exp $
     5# $Id: nebdiskd,v 1.14 2008-10-16 22:51:34 jhoblitt Exp $
    66
    77use strict;
     
    5050) || pod2usage( 2 );
    5151
     52# set the process name for easy pgrep-ability
     53$0 = 'nebdiskd';
    5254my $rcfile = "$ENV{HOME}/.nebdiskrc";
    5355$rcfile = File::Spec->canonpath($rcfile);
Note: See TracChangeset for help on using the changeset viewer.