diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-08-19 23:53:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-08-19 23:53:02 +0000 |
commit | 7f4d4c301ff3d51199b3dad911b0357ba975920c (patch) | |
tree | 157487cb6690dca78e1225ffebefe6334bfe1105 /packages | |
parent | b5bb89265428951516a63a53e8307dee521dceb7 (diff) | |
download | pfsense-packages-7f4d4c301ff3d51199b3dad911b0357ba975920c.tar.gz pfsense-packages-7f4d4c301ff3d51199b3dad911b0357ba975920c.tar.bz2 pfsense-packages-7f4d4c301ff3d51199b3dad911b0357ba975920c.zip |
Don't resync except on changes
Diffstat (limited to 'packages')
-rw-r--r-- | packages/miniupnpd/miniupnpd.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/miniupnpd/miniupnpd.xml b/packages/miniupnpd/miniupnpd.xml index 0b9b5b35..f2f144d3 100644 --- a/packages/miniupnpd/miniupnpd.xml +++ b/packages/miniupnpd/miniupnpd.xml @@ -53,18 +53,9 @@ <type>interfaces_selection</type> </field> </fields> - <custom_php_global_functions> - sync_package_miniupnpd(); - </custom_php_global_functions> <custom_add_php_command> sync_package_miniupnpd(); </custom_add_php_command> - <custom_php_resync_command> - sync_package_miniupnpd(); - </custom_php_resync_command> - <custom_php_install_command> - sync_package_miniupnpd(); - </custom_php_install_command> <custom_php_deinstall_command> exec("rm /usr/local/etc/rc.d/miniupnpd*"); </custom_php_deinstall_command> |