summaryrefslogtreecommitdiffstats
path: root/kdesu/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:34 -0600
commitb529f046c9a64ac5fcfa60747af940cf972b3ebc (patch)
tree83c28cf7fa8fed1960ebd3924b579e7ed8c95cc6 /kdesu/README
parent6508fe4c40c60fd7a43bd3d9e19b762e10ea3f53 (diff)
downloadtdebase-b529f046c9a64ac5fcfa60747af940cf972b3ebc.tar.gz
tdebase-b529f046c9a64ac5fcfa60747af940cf972b3ebc.zip
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'kdesu/README')
-rw-r--r--kdesu/README34
1 files changed, 0 insertions, 34 deletions
diff --git a/kdesu/README b/kdesu/README
deleted file mode 100644
index caa2e0d48..000000000
--- a/kdesu/README
+++ /dev/null
@@ -1,34 +0,0 @@
-
- KDESU: A KDE front end for `su'.
-
-What is it?
-
- KDE su is a graphical front end to the Unix `su' utility. It allows you
- to run programs as another user by entering their password.
- It is _not_ a setuid root program, it runs completely unprivileged.
- The system's program `su' is used for acquiring privileges.
-
-Usage:
-
- $ tdesu -h
- $ tdesu -c konsole
-
-Please see the HTML documentation!
-
-Notes and Acknowledgements:
-
- Credits go to Pietro Iglio. He was the original author of KDE su
- (until version 0.3). I was writing a similar program when I
- found out that KDE su already existed. We decided to merge our
- projects and that I would continue with it.
-
- If you find any bug of have a suggestion, feel free to contact me
- at <kde@geeksrus.net>.
-
-
-License:
-
- KDE su comes under the "Artistic License". See the file LICENSE.readme
- for the exact terms.
-
-Alan Eldridge 2002/10/12 <kde@geeksrus.net>