aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvpn/openvpn.initd
diff options
context:
space:
mode:
authorDaniele Coli <danielsan.dani@gmail.com>2015-11-03 23:13:22 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-04 10:31:16 +0000
commit2bf175eb738808a107b6d92c2ddb74dbee3a44ff (patch)
treea9cddbca774839d1704daf01c817176ef5cff060 /main/openvpn/openvpn.initd
parent16db39cbe2b8921d0926774373d654d529f09a0e (diff)
downloadaports-2bf175eb738808a107b6d92c2ddb74dbee3a44ff.tar.bz2
aports-2bf175eb738808a107b6d92c2ddb74dbee3a44ff.tar.xz
main/openvpn: Added description to init.d script
Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog.
Diffstat (limited to 'main/openvpn/openvpn.initd')
-rw-r--r--main/openvpn/openvpn.initd2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/openvpn/openvpn.initd b/main/openvpn/openvpn.initd
index a3b2fdaa5d..20c142f4cf 100644
--- a/main/openvpn/openvpn.initd
+++ b/main/openvpn/openvpn.initd
@@ -2,6 +2,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+description="VPN service"
+
VPNDIR=${VPNDIR:-/etc/openvpn}
VPN=${SVCNAME#*.}
if [ -n "${VPN}" ] && [ ${SVCNAME} != "openvpn" ]; then