diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-06 00:24:42 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-06 00:24:42 -0700 |
commit | a3ac7ede385386d96b46195feefe38c034657967 (patch) | |
tree | 31c5e344cc6db521024d3c95edee2138764ef0bf /openvpn.initd | |
parent | Rebuild to force an update to remove leftovers from testing (diff) | |
download | openvpn-openrc-master.tar.xz |
Diffstat (limited to 'openvpn.initd')
-rwxr-xr-x | openvpn.initd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openvpn.initd b/openvpn.initd index b42aa13..e0098b4 100755 --- a/openvpn.initd +++ b/openvpn.initd @@ -129,5 +129,3 @@ stop() { --exec /usr/sbin/openvpn --pidfile "${VPNPID}" eend $? } - -# vim: set ts=4 : |