This file is indexed.

/usr/share/doc/kvpnc/README.Debian is in kvpnc 0.9.6a-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
kvpnc for Debian
----------------

kvpnc for Debian uses su-to-root from menu package to wrap around 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/kde/Internet/kvpnc.desktop

   * replace the folling lines:

     Exec=su-to-root -X -c /usr/bin/kvpnc
     X-KDE-SubstituteUID=true

     with:

     Exec=sudo kvpnc
     X-KDE-SubstituteUID=false

 -- Fathi Boudra <fabo@debian.org>  Tue, 14 Apr 2009 21:37:05 +0200