Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/cntlm: ressurect from unmaintained | Natanael Copa | 2017-05-31 | 1 | -0/+39 |
| | | | | ref #7351 | ||||
* | testing/[multiple]: move unmaintained packages | Carlo Landmeter | 2016-08-25 | 1 | -39/+0 |
| | | | | | | | | | | | This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community | ||||
* | testing/cntlm: Added init.d script | Daniele Coli | 2015-11-11 | 1 | -0/+39 |
Added init.d script compliant with rc-system. It supports multiple instances of the service. By default it looks for /etc/cntlm.conf file. You can define a new service instance by creating a link to init.d script: ln -s /etc/init.d/cntlm /etc/init.d/cntlm.<instance_name> and by creating a new config file in /etc/cntlm.d/<instance_name>.conf |