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
Timothy Pearson da62389748
Update Debian and Ubuntu packaging for latest GIT head
12 years ago
..
patches Update Debian and Ubuntu packaging for latest GIT head 12 years ago
source Use xz compression for Debian and Ubuntu source files 12 years ago
README.Debian Update Debian and Ubuntu build scripts to reflect X-TDE category 12 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 Update section on Debian and Ubuntu 13 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 Add initial packaging files for kvpnc to Debian and Ubuntu 13 years ago
menu Update Debian and Ubuntu build scripts to reflect X-TDE category 12 years ago
rules Use xz (or bzip2) compression for Debian and Ubuntu binary packages 12 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 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