diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-05-20 21:16:26 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-05-20 21:16:26 +0000 |
commit | 6080784f5eb8bcae13436b3651726e91110d482e (patch) | |
tree | 6508110f0780c0396253b81de45349cfa8d44658 /packages/clamav.xml | |
parent | d97ba517bb20251fb3f542ca097dbe54c6b74ccd (diff) | |
download | pfsense-packages-6080784f5eb8bcae13436b3651726e91110d482e.tar.gz pfsense-packages-6080784f5eb8bcae13436b3651726e91110d482e.tar.bz2 pfsense-packages-6080784f5eb8bcae13436b3651726e91110d482e.zip |
Adding clamav and havp packages.
Submitted-by: Rajkumar S <raj_AT_linuxense.com>
Diffstat (limited to 'packages/clamav.xml')
-rw-r--r-- | packages/clamav.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/clamav.xml b/packages/clamav.xml new file mode 100644 index 00000000..ee390a50 --- /dev/null +++ b/packages/clamav.xml @@ -0,0 +1,24 @@ +<packagegui> + <name>clamav</name> + <version>0.1</version> + <title>ClamAV: Settings</title> + <include_file>/usr/local/pkg/clamav.inc</include_file> + + <service> + <name>clamav</name> + <rcfile>/usr/local/etc/rc.d/clamav.sh</rcfile> + </service> + + <additional_files_needed> + <prefix>/usr/local/pkg/</prefix> + <chmod>0755</chmod> + <item>http://agni.linuxense.com/packages/config/clamav.inc</item> + </additional_files_needed> + + <custom_php_install_command> clamav_install_command(); </custom_php_install_command> + <custom_php_deinstall_command> clamav_deinstall_command(); </custom_php_deinstall_command> + <custom_delete_php_command> sync_package_clamav(); </custom_delete_php_command> + <custom_php_resync_config_command> sync_package_clamav(); </custom_php_resync_config_command> + <custom_add_php_command> sync_package_clamav(); </custom_add_php_command> +</packagegui> + |