diff options
author | jim-p <jimp@pfsense.org> | 2012-08-11 20:49:41 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-08-11 20:49:41 -0400 |
commit | fdad935f762302a230b4f58b7991e65fdb28475f (patch) | |
tree | 950e83dbcfff20c34665d92bc45679299d6cbfbc /usr/local | |
parent | 226c43a5264df679f4035afe1ef5f90a3fb722a7 (diff) | |
download | pfsense-fdad935f762302a230b4f58b7991e65fdb28475f.zip pfsense-fdad935f762302a230b4f58b7991e65fdb28475f.tar.gz |
This works here, too...
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/pkg/miniupnpd.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/pkg/miniupnpd.inc b/usr/local/pkg/miniupnpd.inc index 5d3ffd7..ed46dbe 100644 --- a/usr/local/pkg/miniupnpd.inc +++ b/usr/local/pkg/miniupnpd.inc @@ -4,6 +4,8 @@ require_once("functions.inc"); require_once("shaper.inc"); + $shortcut_section = "upnp"; + /* MiniUPnPd */ function upnp_notice ($msg) { log_error("miniupnpd: {$msg}"); } |