summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-13 06:20:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-13 06:20:48 +0000
commit6b149d0d93eb50ba479c50e1ccb2602549bc0bc6 (patch)
tree6a2f112b9dce967d6bebeb1e0d0fc6b245351c29 /etc/rc.linkup
parentf4bc6af969568a6698d0e8d888f55a0d54ee78c4 (diff)
downloadpfsense-6b149d0d93eb50ba479c50e1ccb2602549bc0bc6.zip
pfsense-6b149d0d93eb50ba479c50e1ccb2602549bc0bc6.tar.gz
Backout last commit
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup2
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";
OpenPOWER on IntegriCloud