diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-02-20 14:55:40 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-02-20 14:55:40 -0300 |
commit | b82e46967a74c41620ce7025a81df3bff76b3d76 (patch) | |
tree | fd4a2025a4ece03d92b83afa81326ac46ccc5d76 /etc | |
parent | ebbfc4b771a16b1aed5e97c2aaa2bee3db6b2e4d (diff) | |
download | pfsense-b82e46967a74c41620ce7025a81df3bff76b3d76.zip pfsense-b82e46967a74c41620ce7025a81df3bff76b3d76.tar.gz |
fix typo
Diffstat (limited to 'etc')
-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 6f6b680..156c8f1 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); |