| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
credits to PBI authors)
|
| |
|
|
|
|
| |
cleanup
|
|
|
|
| |
run without defs
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Stop moving C-ICAP logs, it completely breaks things for users in bizarre ways
- Ditch the recursive chown madness on ClamAV/C-ICAP dirs. The C-ICAP socket/pid/logs are supposed to be owned by root:wheel, not clamav:wheel, this just should not be done.
- Fix the broken squid_check_clamav_user() function and user handling in general; stop re-adding clamav user to wheel group over and over again. Also, clean up the wheel group on uninstall.
- Put extensive error checking and debugging info to configuration files handling so that it's possible to debug things easily in future.
|
|
|
| |
Reported by itsol at https://forum.pfsense.org/index.php?topic=100167.msg561126#msg561126
|
|
|
| |
This is not being done on install for god knows what reason, despite the code being there. I have no time left to debug similar nonsense in package manager.
|
| |
|
| |
|
|
|
|
|
| |
- Users can either maintain raw config files now, or use the GUI options, but not both at the same time.
- Added extensive descriptions regarding the config files / config.xml configuration handling
- Install/deinstall of AV-related stuff moved here from squid.inc
|
|
|