diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-13 06:20:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-13 06:20:48 +0000 |
commit | 6b149d0d93eb50ba479c50e1ccb2602549bc0bc6 (patch) | |
tree | 6a2f112b9dce967d6bebeb1e0d0fc6b245351c29 /etc/rc.linkup | |
parent | f4bc6af969568a6698d0e8d888f55a0d54ee78c4 (diff) | |
download | pfsense-6b149d0d93eb50ba479c50e1ccb2602549bc0bc6.zip pfsense-6b149d0d93eb50ba479c50e1ccb2602549bc0bc6.tar.gz |
Backout last commit
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-x | etc/rc.linkup | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup index bd50337..73bbc77 100755 --- a/etc/rc.linkup +++ b/etc/rc.linkup @@ -41,8 +41,6 @@ $counter = 1; while($processing == true) { if($argv[$counter] == "" or $argv[$counter] == "\n") { - if(file_exists("/tmp/rc.linkup")) - unlink("/tmp/rc.linkup"); exit; } echo "Processing {$argv[$counter]} - {$argv[$counter+1]}\n"; |