diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-02-20 14:55:40 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-02-20 15:11:35 -0300 |
commit | c6a69aedb1fa01a9896800c0141e6b312957e69c (patch) | |
tree | 6372bb5669b7d2177a044a9c263c2a5856e25357 | |
parent | 83e18db533bcb4e88bcf2ca9e8f13e1ea59f22a4 (diff) | |
download | pfsense-c6a69aedb1fa01a9896800c0141e6b312957e69c.zip pfsense-c6a69aedb1fa01a9896800c0141e6b312957e69c.tar.gz |
fix typo
-rwxr-xr-x | etc/rc.newwanip | 2 |
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); |