summaryrefslogtreecommitdiffstats
path: root/ubuntu/raring/applications/kvpnc/debian/README.Debian
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2014-04-17 13:53:27 +0900
committerMichele Calgaro <[email protected]>2014-04-17 13:53:27 +0900
commit7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e (patch)
tree6a309da61ff8fad680a38dd405e7066646262cfa /ubuntu/raring/applications/kvpnc/debian/README.Debian
parente43a1170040313d3384f0eefdf7a071059b9c2a9 (diff)
downloadtde-packaging-7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e.tar.gz
tde-packaging-7ceb46211ddfdbfd07b79e9cd2077ed0605ef47e.zip
Removed Ubuntu/raring folder
Diffstat (limited to 'ubuntu/raring/applications/kvpnc/debian/README.Debian')
-rw-r--r--ubuntu/raring/applications/kvpnc/debian/README.Debian32
1 files changed, 0 insertions, 32 deletions
diff --git a/ubuntu/raring/applications/kvpnc/debian/README.Debian b/ubuntu/raring/applications/kvpnc/debian/README.Debian
deleted file mode 100644
index b6bc07ea6..000000000
--- a/ubuntu/raring/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 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 <[email protected]>, Thu, 18 May 2006 15:17:52 +0100