summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-12 21:04:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-12 21:04:34 +0000
commit5cf1bd37f75c61cadc26cbb5fa119fc37581bd61 (patch)
treeac7f0026a019941844a3313baab9bc31a007f65a /etc/rc.linkup
parent9059473d05c90712adc7f5b13693d317752b2ef6 (diff)
downloadpfsense-5cf1bd37f75c61cadc26cbb5fa119fc37581bd61.zip
pfsense-5cf1bd37f75c61cadc26cbb5fa119fc37581bd61.tar.gz
* Show arguments being passed * Remove argument == 2 check, there could be 4, or 6, or 8, etc.
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 6dd7fe1..ba629d9 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -40,9 +40,6 @@
for ($i = 1; $i <= $ARGC; $i++)
$argspassed .= $ARGV[$i] . " ";
- if ( $ARGC != 2 ) {
- exit;
- }
log_error("Processing {$ARGV[1]} - {$ARGV[2]}");
$iface = convert_real_interface_to_friendly_interface_name($ARGV[1]);
OpenPOWER on IntegriCloud