File ksysv.diff of Package kdeadmin3
--- ksysv/main.cpp
+++ ksysv/main.cpp 2002/02/20 13:32:33
@@ -96,12 +96,13 @@
KSVConfig* conf = KSVConfig::self();
if (!conf->isConfigured())
{
- KSVConfigWizard* w = new KSVConfigWizard(0, "ConfigWizard", true);
- w->exec();
+// we do not need to ask the user, since I know the path on a SuSE ;-)
+// KSVConfigWizard* w = new KSVConfigWizard(0, "ConfigWizard", true);
+// w->exec();
conf->setConfigured(true);
- conf->setRunlevelPath (w->runlevelPath());
- conf->setScriptPath (w->servicesPath());
+ conf->setRunlevelPath (QString("/etc/init.d/"));
+ conf->setScriptPath (QString("/etc/init.d/"));
conf->writeSettings();
}