Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 106774 Details for
Bug 118797
Please add openvpn-admin 1.9.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openvpn-admin-1.9.4.ebuild
openvpn-admin-1.9.4.ebuild (text/plain), 1.78 KB, created by
Wojciech Myrda
on 2007-01-13 10:42:40 UTC
(
hide
)
Description:
openvpn-admin-1.9.4.ebuild
Filename:
MIME Type:
Creator:
Wojciech Myrda
Created:
2007-01-13 10:42:40 UTC
Size:
1.78 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils mono > >DESCRIPTION="OpenVPN-Admin is a GUI for OpenVPN" >HOMEPAGE="http://sourceforge.net/projects/openvpnadmin/" >SRC_URI="mirror://sourceforge/${PN}/${P}-2.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="gnome kde sudo" > >RDEPEND="net-misc/openvpn > dev-lang/mono > >=dev-dotnet/glade-sharp-2.3.91 > >=dev-dotnet/gtk-sharp-2.3.91 > x11-libs/gksu > kde? ( kde-base/kdelibs ) > sudo? ( app-admin/sudo )" >DEPEND="${RDEPEND}" > >src_unpack() { > unpack ${A} > cd ${S} > > if use kde; then > sed -i 's/Exec=/Exec=kdesu -t -d --nonewdcop -u root -caption "OpenVPN Admin" -c /' openvpn-admin.desktop > elif use sudo; then > sed -i 's/Exec=/Exec=\/usr\/bin\/sudo /' openvpn-admin.desktop > fi >} > >src_install() { > make DESTDIR=${D} install || die "make install failed" > dodoc AUTHORS ChangeLog NEWS README TODO > keepdir /var/log/openvpn >} > >pkg_postinst() { > einfo "OpenVPN-Admin must run with root privledges in order to start openvpn." > einfo "" > einfo "If the kde USE flag is enabled you will be prompted to enter the" > einfo "root password when launching OpenVPN-Admin from the application menu." > einfo "" > einfo "You may also use sudo (USE=sudo) to allow a user or group to run it." > einfo "The below allows users in the wheel group to run OpenVPN-Admin." > einfo "Place these lines in /etc/sudoers :" > einfo "" > einfo "Defaults:%wheel !env_reset" > einfo "%wheel ALL=NOPASSWD: /usr/sbin/openvpn-admin" > einfo "" > ewarn "YOU are responsible for understanding the security implications of sudo." > einfo "" > einfo "Please note that at this time the /etc/init.d/openvpn scripts are not" > einfo "used by this program." > einfo "" > ewarn "OpenVPN-Admin does not work with passphrase protected keys." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 118797
:
76925
|
76931
|
77062
|
77536
|
82362
|
82363
|
82364
|
84830
| 106774