You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
974 B
34 lines
974 B
/****************************************************************************
|
|
* *
|
|
* SYSTEM V INIT EDITOR *
|
|
* for the KDE Project *
|
|
* *
|
|
****************************************************************************/
|
|
|
|
DESCRIPTION:
|
|
SysV-Init Editor lets you edit your SysV-style init configuration
|
|
using drag'n'drop.
|
|
|
|
INSTALLATION:
|
|
Just do a "./configure && make && make install".
|
|
|
|
CONFIGURATION:
|
|
Through the GUI (Options/Configure...)
|
|
|
|
CONTACT INFORMATION:
|
|
If something doesn't work (or does work :-) ) correctly, contact me:
|
|
Peter Putzer <putzer@kde.org>
|
|
|
|
REMEMBER:
|
|
No warranties!
|
|
|
|
BUGS:
|
|
See bugs.kde.org.
|
|
|
|
LICENSE:
|
|
This program is licensed under the GNU General Public License, GPL for short.
|
|
See the file COPYING for details. No warranties!
|
|
|
|
SPECIAL THANKS:
|
|
To Emanuel Pirker for his template for this README
|