You cannot 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/maverick/applications/kvpnc/debian
Slávek Banko 043fbbf43a Use common build rules for kvpnc on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d3766210d9)
9 years ago
..
cdbs Use common build rules for kvpnc on Debian and Ubuntu 9 years ago
patches
source
README.Debian
changelog
compat
control
copyright
docs Use common build rules for kvpnc on Debian and Ubuntu 9 years ago
kvpnc-trinity.1
menu
rules Use common build rules for kvpnc on Debian and Ubuntu 9 years ago
watch

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