mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
cntlm: drop systemd build option.
This commit is contained in:
parent
b2f58f08cf
commit
e716130fb5
2 changed files with 1 additions and 13 deletions
|
@ -1,9 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Cntlm Proxy Server
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/cntlm -f
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cntlm'
|
# Template file for 'cntlm'
|
||||||
pkgname=cntlm
|
pkgname=cntlm
|
||||||
version=0.92.3
|
version=0.92.3
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy"
|
short_desc="NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
@ -17,7 +17,4 @@ do_install() {
|
||||||
vbin cntlm
|
vbin cntlm
|
||||||
vman doc/cntlm.1
|
vman doc/cntlm.1
|
||||||
vsv cntlm
|
vsv cntlm
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
vinstall ${FILESDIR}/cntlm.service 644 usr/lib/systemd/system
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue