Changeset 28534 for branches/pap/Nebulous-Server/bin/nebdiskd
- Timestamp:
- Jun 28, 2010, 8:11:04 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous-Server/bin/nebdiskd (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
/trunk (added) merged: 28500,28502,28507,28509-28512,28514,28516-28518,28520,28522,28524-28532
- Property svn:mergeinfo changed
-
branches/pap/Nebulous-Server/bin/nebdiskd
r28492 r28534 53 53 # set the process name for easy pgrep-ability 54 54 $0 = 'nebdiskd'; 55 my $rcfile = "$ENV{HOME}/.nebdiskrc"; 55 #my $rcfile = "$ENV{HOME}/.nebdiskrc"; 56 my $rcfile = $ENV{NEBDISKDRC}; 57 unless (defined($rcfile)) { 58 $rcfile = '/etc/nebdiskd.rc'; 59 } 56 60 $rcfile = File::Spec->canonpath($rcfile); 57 61 … … 71 75 my %host_removed = (); 72 76 my $failure_limit = 5; 73 74 75 77 76 78 #my $mounts = $c->get_mounts; … … 143 145 $SIG{HUP} = sub { $c = read_rcfile($rcfile) }; 144 146 147 my $date = localtime(); 148 $log->warn("BEGIN: $date with RCFILE: $rcfile"); 145 149 146 150 while (1) {
Note:
See TracChangeset
for help on using the changeset viewer.
