From aac8957dbb8a7f9eabd84768e945fbaede880eb6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 6 Feb 2007 19:18:27 +0000 Subject: Simply note the arguments passed to rc.linkup instead of exiting. --- etc/rc.linkup | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/rc.linkup b/etc/rc.linkup index 7c69f71..debc541 100755 --- a/etc/rc.linkup +++ b/etc/rc.linkup @@ -42,11 +42,7 @@ $processing = true; $counter = 1; while($processing == true) { - if($argv[$counter] == "" or $argv[$counter] == "\n") { - $argspassed = file_get_contents("/tmp/rc.linkup"); - log_error("Arguments passed incorrectly to rc.linkup. '{$argspassed}' Exiting."); - exit; - } + log_error("Arguments passed rc.linkup. '{$argspassed}'"); /* do not process nics twice */ if (in_array($argv[$counter] . $argv[$counter+1], $processed_nics)) continue; -- cgit v1.1