diff options
author | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-09-01 06:30:15 +0000 |
---|---|---|
committer | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-09-01 06:30:15 +0000 |
commit | f113ef9068aea8af863e3bfda1454388558bc798 (patch) | |
tree | 02f74bccb4aadd3cb7c2d391929bb54650b78d5f /packages/squidGuard.xml | |
parent | 9f2521ca8351e454e03193ddccbf5eb2166ec1fd (diff) | |
download | pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.tar.gz pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.tar.bz2 pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.zip |
* added remaining DTDs
Diffstat (limited to 'packages/squidGuard.xml')
-rw-r--r-- | packages/squidGuard.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/squidGuard.xml b/packages/squidGuard.xml index ded957d0..dd837e50 100644 --- a/packages/squidGuard.xml +++ b/packages/squidGuard.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE packagegui SYSTEM "./schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?> <packagegui> <copyright> @@ -45,6 +46,9 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>squidGuard</name> + <version>none</version> + <title>none</title> + <process_kill_command>squid</process_kill_command> <custom_php_install_command> $fout = fopen("/usr/local/etc/squid/squidGuard.conf","w"); fwrite($fout, "# This configuration was generated by the pfSense package manager.\n"); @@ -118,5 +122,4 @@ remove_text_from_file("/usr/local/etc/squid/squid.conf", "redirect_program /usr/local/bin/squidGuard -c /usr/local/etc/squid/squidGuard.conf"); mwexec("/usr/local/sbin/squid -k reconfigure"); </custom_php_deinstall_command> - <process_kill_command>squid</process_kill_command> </packagegui> |