summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit37333bf25ad9a4c538250f5af2f9f1d666362883 (patch)
treec45e8df5b9efbffe07eb3d9340df7811c7e16943 /README
downloadtdeadmin-37333bf25ad9a4c538250f5af2f9f1d666362883.tar.gz
tdeadmin-37333bf25ad9a4c538250f5af2f9f1d666362883.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r--README79
1 files changed, 79 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d0f858a
--- /dev/null
+++ b/README
@@ -0,0 +1,79 @@
+In this file:
+
+* About kdeadmin
+* Common Mistakes
+* Debugging
+* More Info
+
+About kdeadmin
+--------------
+The kdeadmin package contains packages that usually only a system
+administrator might need:
+
+* debian
+ Files needed to create Debian packages.
+
+* doc
+ XML based documentation for the programs
+
+* kcmlinuz
+ Linux Kernel configurator
+
+* kcron
+ Editor for the cron command scheduler.
+
+* kdat
+ Tape backup tool.
+
+* kfile-plugins
+ Make Konquerer display additional info on about *.dep and *.rpm files.
+
+* kpackage
+ Manager for DEB, RPM and similar software packages.
+
+* ksysv
+ An editor for System V startup schemes.
+
+* kuser
+ An user manager.
+
+* kwuftpd
+ Front end to the wu-ftpd FTP daemon.
+
+* kxconfig
+ Configure X-Windows display properties.
+
+* lilo-config
+ A plugin for KControl to manage the Linux boot loader LILO.
+
+* secpolicy
+ A program to display PAM security policies.
+
+
+Common Mistakes
+---------------
+If configure claims Qt cannot be found, have a look at ftp://ftp.trolltech.com
+and download the latest Qt 3.3.x release.
+
+
+Debugging
+---------
+You can use --enable-debug with the configure script, if you want to have
+debug code in your KDE apps and libs. I recommend to do this, since this
+is alpha software and this makes debugging things a whole lot easier.
+
+
+More Info
+---------
+You can use --without-shadow, if you do not want to have shadow support.
+
+You can use --without-quota, if you do not want to have quota support.
+
+Please direct any bug reports to our bug list by visiting
+http://bugs.kde.org.
+
+If you have problems compiling and installing this package, contact
+me at bero@redhat.de
+
+General KDE discussions should go to the KDE mailing list (kde@kde.org).
+