summaryrefslogtreecommitdiffstats
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 14:55:40 -0300
commitb82e46967a74c41620ce7025a81df3bff76b3d76 (patch)
treefd4a2025a4ece03d92b83afa81326ac46ccc5d76
parentebbfc4b771a16b1aed5e97c2aaa2bee3db6b2e4d (diff)
downloadpfsense-b82e46967a74c41620ce7025a81df3bff76b3d76.zip
pfsense-b82e46967a74c41620ce7025a81df3bff76b3d76.tar.gz
fix typo
-rwxr-xr-xetc/rc.newwanip2
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);
OpenPOWER on IntegriCloud