summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-20 14:55:40 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-02-20 15:11:35 -0300
commitc6a69aedb1fa01a9896800c0141e6b312957e69c (patch)
tree6372bb5669b7d2177a044a9c263c2a5856e25357 /etc
parent83e18db533bcb4e88bcf2ca9e8f13e1ea59f22a4 (diff)
downloadpfsense-c6a69aedb1fa01a9896800c0141e6b312957e69c.zip
pfsense-c6a69aedb1fa01a9896800c0141e6b312957e69c.tar.gz
fix typo
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index fe17ad0..8ecc838 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -47,7 +47,7 @@ if($g['booting'])
exit;
function restart_packages() {
- global $oldip, $curwanipi, $g;
+ global $oldip, $curwanip, $g;
/* restart packages */
system_ntp_configure(false);
OpenPOWER on IntegriCloud