Bug 1651

Summary: serialize startup
Product: Sisyphus Reporter: Andy Gorev <master>
Component: anacronAssignee: inger <inger>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P4 CC: glebfm, ldv, legion, placeholder
Version: unstable   
Hardware: all   
OS: Linux   

Description Andy Gorev 2002-12-01 19:36:32 MSK
[<a href="mailto:root@gorev" target="_new">root@gorev</a> init.d]# diff -u anacron.orig anacron
--- anacron.orig        2002-12-01 18:33:19 +0200
+++ anacron     2002-12-01 18:26:13 +0200
@@ -14,7 +14,7 @@

 start() {
        echo -n \&quot;Starting anacron: \&quot;
-       daemon anacron
+       daemon anacron -s
        RETVAL=$?
        [ $RETVAL -eq 0 ] &amp;&amp; touch \&quot;$LOCKFILE\&quot;
        echo

---

---