summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-06 19:24:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-06 19:24:02 +0000
commitfc0b67b06a2f2175f1c7c367542696a1710b060a (patch)
treebe1e3a39e62bc26ae40559352ac7844e5f5d2eda /etc/rc.linkup
parentaac8957dbb8a7f9eabd84768e945fbaede880eb6 (diff)
downloadpfsense-fc0b67b06a2f2175f1c7c367542696a1710b060a.zip
pfsense-fc0b67b06a2f2175f1c7c367542696a1710b060a.tar.gz
Read in argspassed
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index debc541..f9cfaee 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -42,6 +42,7 @@
$processing = true;
$counter = 1;
while($processing == true) {
+ $argspassed = file_get_contents("/tmp/rc.linkup");
log_error("Arguments passed rc.linkup. '{$argspassed}'");
/* do not process nics twice */
if (in_array($argv[$counter] . $argv[$counter+1], $processed_nics))
OpenPOWER on IntegriCloud