diff options
-rw-r--r-- | config/frickin/frickin.inc | 6 | ||||
-rw-r--r-- | config/frickin/frickin.xml | 2 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/config/frickin/frickin.inc b/config/frickin/frickin.inc index a3d7ae1e..d8b430d0 100644 --- a/config/frickin/frickin.inc +++ b/config/frickin/frickin.inc @@ -34,9 +34,9 @@ if(!function_exists("filter_configure")) function frickin_custom_php_install_command() { global $config; - if(file_exists("/tmp/frickin.tar.gz")) { - exec("tar xzPf /tmp/frickin.tar.gz -C /"); - unlink("/tmp/frickin.tar.gz"); + if(file_exists("/tmp/frickin2")) { + exec("mv /tmp/frickin2 /usr/local/sbin/"); + exec("chmod 0555 /usr/local/sbin/frickin2"); } $fout = fopen("/usr/local/etc/rc.d/frickin.sh", "w"); fwrite($fout, "#!/bin/sh\n# This package was automatically generated\n# by the pfSense package system.\n\n"); diff --git a/config/frickin/frickin.xml b/config/frickin/frickin.xml index adb9eb0c..79f8ca5b 100644 --- a/config/frickin/frickin.xml +++ b/config/frickin/frickin.xml @@ -64,7 +64,7 @@ <additional_files_needed> <prefix>/tmp/</prefix> <chmod>077</chmod> - <item>http://www.pfsense.com/packages/config/frickin/bin/frickin.tar.gz</item> + <item>http://www.pfsense.com/packages/config/frickin/bin/frickin2</item> </additional_files_needed> <fields> <field> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 2af136bf..ee7bc08d 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -28,7 +28,7 @@ <category>Services</category> <version>2.0</version> <status>ALPHA</status> - <required_version>1.2.2</required_version> + <required_version>1.2.3</required_version> <config_file>http://www.pfsense.com/packages/config/frickin/frickin.xml</config_file> <configurationfile>frickin.xml</configurationfile> <after_install_info>Please visit the Frickin PPTP settings tab and press save after setting the service up to start.</after_install_info> |