Squid - Disable Access Log Patch
-
As my first attempt at poking around pfSense source, I added an option to Squid to optionally disable the access logs…I've attached the update files to this message since they are pretty small
How should one submit patches? I didn't see anything on the site indicating how you like em...
-
Submitting patches via diff -rub should work okay for us.
Any chance you can do that?
-
Will do over the weekend…just post the patch it to the forum?
Pity diff and patch are not available in the shell ;)
-
Issue this command from a shell
fetch -o /usr/bin/ http://www.pfsense.com/~sullrich/diff
fetch -o /usr/bin/ http://www.pfsense.com/~sullrich/patchchmod a+rx /usr/bin/*
-
Thanks - patch form
Sorry for all the questions for a fairly trivial patch - hopefully as my current work project calms down I can offer something of more substance…
-
Thanks - patch form
Sorry for all the questions for a fairly trivial patch - hopefully as my current work project calms down I can offer something of more substance…
Commited. Thanks
–Bill