diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-06 19:24:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-06 19:24:02 +0000 |
commit | fc0b67b06a2f2175f1c7c367542696a1710b060a (patch) | |
tree | be1e3a39e62bc26ae40559352ac7844e5f5d2eda /etc | |
parent | aac8957dbb8a7f9eabd84768e945fbaede880eb6 (diff) | |
download | pfsense-fc0b67b06a2f2175f1c7c367542696a1710b060a.zip pfsense-fc0b67b06a2f2175f1c7c367542696a1710b060a.tar.gz |
Read in argspassed
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.linkup | 1 |
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)) |