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/maverick/applications/kvpnc/debian
Slávek Banko c7bb5f0b91
Branding cleanup on Debian and Ubuntu
10 years ago
..
patches Refresh patches for kvpnc on Debian and Ubuntu 11 years ago
source Switch package format to quilt on Debian and Ubuntu 11 years ago
README.Debian Branding cleanup on Debian and Ubuntu 10 years ago
changelog Add initial packaging files for kvpnc to Debian and Ubuntu 13 years ago
compat Add initial packaging files for kvpnc to Debian and Ubuntu 13 years ago
control Fix checks preliminary versions in dependencies on Debian and Ubuntu 11 years ago
copyright Add initial packaging files for kvpnc to Debian and Ubuntu 13 years ago
docs Add initial packaging files for kvpnc to Debian and Ubuntu 13 years ago
kvpnc-trinity.1 Branding cleanup on Debian and Ubuntu 10 years ago
menu Branding cleanup on Debian and Ubuntu 10 years ago
rules Switch package format to quilt on Debian and Ubuntu 11 years ago
watch Add initial packaging files for kvpnc to Debian and Ubuntu 13 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