25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/tdesu
Michele Calgaro 814bf5fc4f
Replace Q_OBJECT with TQ_OBJECT
8 달 전
..
tdesu Replace Q_OBJECT with TQ_OBJECT 8 달 전
tdesud SunOS specific patches 10 달 전
AUTHORS Actually move the kde files that were renamed in the last commit 13 년 전
CMakeL10n.txt Add CMakeL10n rules. 5 년 전
CMakeLists.txt SunOS specific patches 10 달 전
ChangeLog Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 11 년 전
FAQ Actually move the kde files that were renamed in the last commit 13 년 전
LICENSE.readme Actually move the kde files that were renamed in the last commit 13 년 전
Makefile.am Actually move the kde files that were renamed in the last commit 13 년 전
README Rename additional instances of KDE to TDE 13 년 전
TODO Actually move the kde files that were renamed in the last commit 13 년 전
configure.in.in Actually move the kde files that were renamed in the last commit 13 년 전

README

        TDESU: 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>