net-misc/badvpn: fix service file installation

This commit is contained in:
Julian Ospald 2016-05-24 18:52:32 +02:00
parent 6a9c5f2a19
commit 4c9258c4e9
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
require github [ user=ambrop72 ]
require cmake [ api=2 ]
require systemd-service openrc-service
SUMMARY="Peer-to-peer VPN, NCD scripting language, tun2socks proxifier"
DESCRIPTION="
@ -88,5 +89,8 @@ src_install() {
newconfd "${FILES}"/${PN}-ncd.conf ${PN}-ncd
install_systemd_files
fi
openrc_expart /etc/init.d
openrc_expart /etc/conf.d
}