summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-09 18:31:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-09 18:31:11 +0000
commit6f043d8aad83ca31922a15e6f5281f0a3edc9108 (patch)
tree4e156dcac048a2ac5ae50f7b11be8b63f7cf1fa7 /etc/rc.linkup
parent244eb4dbd7a6d896b3c895862ab120bc341da60c (diff)
downloadpfsense-6f043d8aad83ca31922a15e6f5281f0a3edc9108.zip
pfsense-6f043d8aad83ca31922a15e6f5281f0a3edc9108.tar.gz
Remove logging helper entries
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 0f1b25e..fd86c4c 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -39,13 +39,7 @@
} else {
for ($i = 1; $i <= $ARGC; $i++)
$argspassed .= $ARGV[$i] . " ";
- log_error("Arguments passed rc.linkup. '{$argspassed}'");
- if ( $ARGC != 2 ) {
- log_error("Incorrect number of arguments passed rc.linkup...exiting.");
- exit;
- }
-
log_error("Processing {$ARGV[1]} - {$ARGV[2]}");
$iface = convert_real_interface_to_friendly_interface_name($ARGV[1]);
/* XXX: billm - is this correct? we claim DHCP, but we're checking other types too */
OpenPOWER on IntegriCloud