Revision 6b149d0d
Added by Scott Ullrich over 19 years ago
etc/rc.linkup | ||
---|---|---|
41 | 41 |
$counter = 1; |
42 | 42 |
while($processing == true) { |
43 | 43 |
if($argv[$counter] == "" or $argv[$counter] == "\n") { |
44 |
if(file_exists("/tmp/rc.linkup")) |
|
45 |
unlink("/tmp/rc.linkup"); |
|
46 | 44 |
exit; |
47 | 45 |
} |
48 | 46 |
echo "Processing {$argv[$counter]} - {$argv[$counter+1]}\n"; |
Also available in: Unified diff
Backout last commit