Bug 1651 - serialize startup
Summary: serialize startup
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: anacron (show other bugs)
Version: unstable
Hardware: all Linux
: P4 normal
Assignee: inger@altlinux.org
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-01 19:36 MSK by Andy Gorev
Modified: 2004-06-09 13:45 MSD (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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

---

---