From 6b149d0d93eb50ba479c50e1ccb2602549bc0bc6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 13 Mar 2006 06:20:48 +0000 Subject: Backout last commit --- etc/rc.linkup | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/rc.linkup') 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"; -- cgit v1.1