Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513620 - net-proxy/cntlm - add systemd support
Summary: net-proxy/cntlm - add systemd support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markus Duft (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: install-systemd-unit
  Show dependency tree
 
Reported: 2014-06-17 23:19 UTC by StalkerNOVA
Modified: 2014-07-01 19:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
wrong file (ntlmaps.service,192 bytes, text/plain)
2014-06-17 23:21 UTC, StalkerNOVA
Details
wrong file (ntlmaps.service,192 bytes, text/plain)
2014-06-17 23:23 UTC, StalkerNOVA
Details
cntlm.service (cntlm.service,369 bytes, text/plain)
2014-06-17 23:26 UTC, StalkerNOVA
Details

Note You need to log in before you can comment on or make changes to this bug.
Description StalkerNOVA 2014-06-17 23:19:45 UTC
net-proxy/cntlm needs support for systemd

Content for ntlmaps.service

Reproducible: Always




[Unit]
Description=CNTLM HTTP Accelerator For NTLM Secured Proxies Authenticator
After=network.target

[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/cntlmd
PIDFile=/run/cntlmd.pid
#ExecStart=/usr/bin/cntlm -c /etc/cntlm.conf -U cntlm -P /run/cntlm/cntlmd.pid
ExecStart=/usr/bin/cntlm -c /etc/cntlm.conf -P /run/cntlmd.pid

[Install]
WantedBy=multi-user.target
Comment 1 StalkerNOVA 2014-06-17 23:21:49 UTC
Created attachment 379158 [details]
wrong file
Comment 2 StalkerNOVA 2014-06-17 23:23:08 UTC
Created attachment 379160 [details]
wrong file

First one is wrong
Comment 3 StalkerNOVA 2014-06-17 23:26:13 UTC
Created attachment 379162 [details]
cntlm.service
Comment 4 Pacho Ramos gentoo-dev 2014-07-01 19:21:55 UTC
+*cntlm-0.93_beta5-r1 (01 Jul 2014)
+
+  01 Jul 2014; Pacho Ramos <pacho@gentoo.org> +cntlm-0.93_beta5-r1.ebuild,
+  +files/cntlm.service:
+  Add unit file (#513620 by StalkerNOVA)
+