summaryrefslogtreecommitdiff
path: root/etc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-11-14Mark all generated stuff with silent rulesMukund Sivaraman1-3/+3
2009-11-10gitignore etc/tinyproxy.conf - it is generatedMichael Adam1-0/+1
2009-11-10Update etc/Makefile.am to substitute TINYPROXY_STATHOSTMichael Adam1-1/+2
Maybe, it would be better to have a two stage process here: 1. Have AC_SUBST from configure substitute as many variables as possible in a fist stage tinyproxy.conf.tmpl.in --> tinyproxy.conf.tmp 2. Have make substitute those remaining paths that can not be substituted reasonable by configure due to the internal workings of automake. Michael
2009-11-10tinyproxy.conf: add a comment documenting StatHostMichael Adam1-0/+10
Michael
2009-10-11Clean tinyproxy.conf in make clean.Michael Adam1-0/+2
2009-10-11Fix make distcheck with tinyproxy.conf.inMichael Adam1-3/+3
(Fixes make install and out of tree builds) Thanks to muks for the top_srcdir bit!
2009-10-11Document DisableViaHeader in the tinyproxy.conf template.Michael Adam1-0/+9
2009-10-10Fix a typo in the tinyproxy.conf template.Michael Adam1-1/+1
2009-10-10generate etc/tinyproxy.conf from a tinyproxy.conf.in templateMichael Adam2-10/+25
This is a first cut at providing a tinyproxy.conf file with more useful default or example directories. It uses datadir, sysconfdir and localstatedir. Because automake is a little special here, this template can not simply be processed by configure (AC_CONFIG_FILES(...)), as these variables can only be used like this in makefiles. Instead, we need a little sed-processor in the Makfile in etc/. Michael
2009-09-27tinyproxy.conf: Update the description of XTinyproxy (it is a bool).Michael Adam1-3/+3
Michael
2009-09-20tinyproxy.conf: add a comment referring to the tinyproxy.conf(5) manpageMichael Adam1-0/+4
Michael
2009-09-20tinyproxy.conf: update description of User/GroupMichael Adam1-4/+3
Michael
2009-09-13doc: Move doc/tinyproxy.conf to etc/ directoryMukund Sivaraman2-0/+306