aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-20 02:42:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-20 02:42:52 +0000
commit5bb10417dbb35737b53a7c42a325b9811dadcde1 (patch)
tree3962e4656159b421150711115c4674fae9446c77 /packages
parente4a8b8b0aab56d10fb79b4d1c60f4ef62e769292 (diff)
downloadpfsense-packages-5bb10417dbb35737b53a7c42a325b9811dadcde1.tar.gz
pfsense-packages-5bb10417dbb35737b53a7c42a325b9811dadcde1.tar.bz2
pfsense-packages-5bb10417dbb35737b53a7c42a325b9811dadcde1.zip
Use correct custom_php_install_command tag
Diffstat (limited to 'packages')
-rw-r--r--packages/miniupnpd/miniupnpd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/miniupnpd/miniupnpd.xml b/packages/miniupnpd/miniupnpd.xml
index 859f70d9..5509a5e8 100644
--- a/packages/miniupnpd/miniupnpd.xml
+++ b/packages/miniupnpd/miniupnpd.xml
@@ -53,13 +53,13 @@
<type>interfaces_selection</type>
</field>
</fields>
- <custom_install_php_command>
+ <custom_php_install_command>
$ints = `ifconfig -l`;
if(stristr($ints, "carp")) {
update_output_window("This package is not compatible with CARP.");
exit;
}
- </custom_install_php_command>
+ </custom_php_install_command>
<custom_add_php_command>
sync_package_miniupnpd();
</custom_add_php_command>