18 lines
1.0 KiB
Plaintext
18 lines
1.0 KiB
Plaintext
$OpenBSD: patch-troubleshoot_SchedulerNotRunning_py,v 1.2 2011/05/04 09:10:52 ajacoutot Exp $
|
|
--- troubleshoot/SchedulerNotRunning.py.orig Fri Apr 1 16:23:58 2011
|
|
+++ troubleshoot/SchedulerNotRunning.py Wed May 4 08:37:29 2011
|
|
@@ -27,10 +27,9 @@ class SchedulerNotRunning(Question):
|
|
Question.__init__ (self, troubleshooter, "Scheduler not running?")
|
|
page = self.initial_vbox (_("CUPS Service Stopped"),
|
|
_("The CUPS print spooler does not appear "
|
|
- "to be running. To correct this, choose "
|
|
- "System->Administration->Services from "
|
|
- "the main menu and look for the 'cups' "
|
|
- "service."))
|
|
+ "to be running. To correct this, run "
|
|
+ "'/etc/rc.d/cups start' "
|
|
+ "as root in a terminal."))
|
|
troubleshooter.new_page (page, self)
|
|
|
|
def display (self):
|