summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/applications/kvpnc/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/squeeze/applications/kvpnc/debian/README.Debian')
-rw-r--r--debian/squeeze/applications/kvpnc/debian/README.Debian32
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/squeeze/applications/kvpnc/debian/README.Debian b/debian/squeeze/applications/kvpnc/debian/README.Debian
deleted file mode 100644
index c34f0fa8b..000000000
--- a/debian/squeeze/applications/kvpnc/debian/README.Debian
+++ /dev/null
@@ -1,32 +0,0 @@
-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