summaryrefslogtreecommitdiffstats
path: root/etc/rc.dhclient_cron
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-05-31 10:55:20 +0545
committerPhil Davis <phil.davis@inf.org>2015-05-31 10:55:20 +0545
commit086cf944580b3a62a7c0e5dcbd2b92115cfb1334 (patch)
tree5043b938bdfd715daf231bfa3825d0b51c8c16f3 /etc/rc.dhclient_cron
parent5be3060472b257e0f171669b91d4e407960463e6 (diff)
downloadpfsense-086cf944580b3a62a7c0e5dcbd2b92115cfb1334.zip
pfsense-086cf944580b3a62a7c0e5dcbd2b92115cfb1334.tar.gz
Code style bits and pieces from etc
Diffstat (limited to 'etc/rc.dhclient_cron')
-rwxr-xr-xetc/rc.dhclient_cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.dhclient_cron b/etc/rc.dhclient_cron
index 7020748..f091a50 100755
--- a/etc/rc.dhclient_cron
+++ b/etc/rc.dhclient_cron
@@ -38,7 +38,7 @@ vc_invalidate();
unlink_if_exists("/tmp/config.cache");
$iflist = get_configured_interface_with_descr();
-foreach($iflist as $ifname => $interface) {
+foreach ($iflist as $ifname => $interface) {
$real_interface = get_real_interface($ifname);
if ($config['interfaces'][$ifname]['ipaddr'] == "dhcp") {
$pid = find_dhclient_process($real_interface);
OpenPOWER on IntegriCloud