You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/ubuntu/_base/applications/kvpnc/debian
Slávek Banko aab928d0ad
DEB: Switch Build-Depends from cmake to cmake-trinity.
3 years ago
..
cdbs DEB: Add support to build using ninja-build (CMake only) to common cdbs rules. 3 years ago
patches DEB: use _base folder for a distro instead of specific distros (squeeze 5 years ago
source DEB: use _base folder for a distro instead of specific distros (squeeze 5 years ago
README.Debian DEB: use _base folder for a distro instead of specific distros (squeeze 5 years ago
changelog DEB: use _base folder for a distro instead of specific distros (squeeze 5 years ago
compat DEB: Change debhelper compatibility level to 9. 4 years ago
control DEB: Switch Build-Depends from cmake to cmake-trinity. 3 years ago
copyright DEB: use _base folder for a distro instead of specific distros (squeeze 5 years ago
docs DEB: use _base folder for a distro instead of specific distros (squeeze 5 years ago
menu DEB: use _base folder for a distro instead of specific distros (squeeze 5 years ago
rules DEB: Move DEB_DH_BUILDDEB_ARGS to common cdbs rules. 3 years ago

README.Debian

kvpnc for Debian
----------------

kvpnc for Debian uses su-to-root from menu package instead tdesu.

Howto setup kvpnc for use without root password using sudo:

 * Install sudo

   aptitude install sudo

 * Edit /etc/sudoers

   # Cmnd alias specification
   Cmnd_Alias KVPNC = /usr/bin/kvpnc

   # User privilege specification
   ALL ALL=NOPASSWD:KVPNC

 * Edit desktop link /usr/share/applications/tde/Internet/kvpnc.desktop

   * replace the folling lines:

     Exec=su-to-root -X -c /usr/bin/kvpnc
     X-TDE-SubstituteUID=true

     with:

     Exec=sudo kvpnc
     X-TDE-SubstituteUID=false

 -- Fathi Boudra <fboudra@free.fr>, Thu, 18 May 2006 15:17:52 +0100