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