cntlm: drop systemd build option.

This commit is contained in:
Juan RP 2015-07-11 11:41:57 +02:00
parent b2f58f08cf
commit e716130fb5
2 changed files with 1 additions and 13 deletions

View file

@ -1,9 +0,0 @@
[Unit]
Description=Cntlm Proxy Server
After=network.target
[Service]
ExecStart=/usr/bin/cntlm -f
[Install]
WantedBy=multi-user.target

View file

@ -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
}