diff options
author | Colin Smith <colin@pfsense.org> | 2005-02-27 16:55:38 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-02-27 16:55:38 +0000 |
commit | 571b24559e9f93e3fd71786a11f6bedf2265f481 (patch) | |
tree | 8f84ed47115d8d723fbc76eedf4fd55fa1c8642d /packages/siproxd.xml | |
parent | 7efecb7d28c9e09a861240a2dc34ea9c80a182c8 (diff) | |
download | pfsense-packages-571b24559e9f93e3fd71786a11f6bedf2265f481.tar.gz pfsense-packages-571b24559e9f93e3fd71786a11f6bedf2265f481.tar.bz2 pfsense-packages-571b24559e9f93e3fd71786a11f6bedf2265f481.zip |
Whoops, missing a >.
Diffstat (limited to 'packages/siproxd.xml')
-rw-r--r-- | packages/siproxd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/siproxd.xml b/packages/siproxd.xml index f1f7bbd2..7554ccba 100644 --- a/packages/siproxd.xml +++ b/packages/siproxd.xml @@ -103,7 +103,7 @@ <description>Enter the port of the outbound proxy to send all traffic to. This is only useful if you have multiple masquerading firewalls to cross.</description> </field> </fields> - <custom_php_install_command + <custom_php_install_command> mwexec("pkg_add -rv libosip2"); mwexec("rm /usr/local/etc/rc.d/siproxd.sh"); $fout = fopen("/usr/local/etc/rc.d/siproxd.sh","w"); |