diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-05-20 18:15:46 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-05-20 18:15:46 +0000 |
commit | 7fdc0312c261269948e90300f90a106a6f8a23ac (patch) | |
tree | 1a35cb0d203a2f369cf8116ed0ab396ae786d577 /net-misc/openvpn | |
parent | Added init script (diff) | |
download | historical-7fdc0312c261269948e90300f90a106a6f8a23ac.tar.gz historical-7fdc0312c261269948e90300f90a106a6f8a23ac.tar.bz2 historical-7fdc0312c261269948e90300f90a106a6f8a23ac.zip |
enabled execute permissions on /etc/init.d/openvpn
Diffstat (limited to 'net-misc/openvpn')
-rw-r--r-- | net-misc/openvpn/openvpn-1.3.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/openvpn/openvpn-1.3.2-r1.ebuild b/net-misc/openvpn/openvpn-1.3.2-r1.ebuild index f3596382b4b6..077772e74917 100644 --- a/net-misc/openvpn/openvpn-1.3.2-r1.ebuild +++ b/net-misc/openvpn/openvpn-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-1.3.2-r1.ebuild,v 1.1 2003/05/20 18:05:19 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-1.3.2-r1.ebuild,v 1.2 2003/05/20 18:15:46 rphillips Exp $ IUSE="ssl" @@ -33,5 +33,6 @@ src_install() { dodoc COPYING CHANGES INSTALL PORTS README insinto /etc/init.d ; doins ${FILESDIR}/openvpn + chmod 755 ${D}/etc/init.d/openvpn } |