diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-05-24 17:13:31 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-05-24 17:13:31 -0300 |
commit | 3864c8951c23d691101b18911bb5e76d603e4d1b (patch) | |
tree | 2a793da9ecb0fdf855a3aea34db31400056e4712 /config/sarg/sarg.xml | |
parent | 0413d215d6102b9e75068564c87e368426b012c5 (diff) | |
download | pfsense-packages-3864c8951c23d691101b18911bb5e76d603e4d1b.tar.gz pfsense-packages-3864c8951c23d691101b18911bb5e76d603e4d1b.tar.bz2 pfsense-packages-3864c8951c23d691101b18911bb5e76d603e4d1b.zip |
sarg - version 0.5 with reports permission inc file and no direct access to reports
Diffstat (limited to 'config/sarg/sarg.xml')
-rw-r--r-- | config/sarg/sarg.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/sarg/sarg.xml b/config/sarg/sarg.xml index f1ce5d93..75694601 100644 --- a/config/sarg/sarg.xml +++ b/config/sarg/sarg.xml @@ -112,6 +112,11 @@ <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> </additional_files_needed> + <additional_files_needed> + <item>http://www.pfsense.org/packages/config/sarg/sarg.priv.inc</item> + <prefix>/etc/inc/priv/</prefix> + <chmod>0755</chmod> + </additional_files_needed> <tabs> <tab> <text>General</text> |