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/precise/applications/kvpnc/debian
Slávek Banko 96cd6c807c
Refresh patches for kvpnc on Debian and Ubuntu
11 years ago
..
patches Refresh patches for kvpnc on Debian and Ubuntu 11 years ago
source Use xz compression for Debian and Ubuntu source files 12 years ago
README.Debian Split precise from maverick 12 years ago
changelog Split precise from maverick 12 years ago
compat Split precise from maverick 12 years ago
control Fix checks preliminary versions in dependencies on Debian and Ubuntu 11 years ago
copyright Split precise from maverick 12 years ago
docs Split precise from maverick 12 years ago
kvpnc-trinity.1 Split precise from maverick 12 years ago
menu Split precise from maverick 12 years ago
rules Use xz (or bzip2) compression for Debian and Ubuntu binary packages 12 years ago
watch Split precise from maverick 12 years ago

README.Debian

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

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

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