cntlm: drop systemd build option.
This commit is contained in:
parent
b2f58f08cf
commit
e716130fb5
|
@ -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'
|
||||
pkgname=cntlm
|
||||
version=0.92.3
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
short_desc="NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
|
@ -17,7 +17,4 @@ do_install() {
|
|||
vbin cntlm
|
||||
vman doc/cntlm.1
|
||||
vsv cntlm
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/cntlm.service 644 usr/lib/systemd/system
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue