Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 64e0c01f01117b1ae118340cd17642d0 > files > 2

apt-0.5.15lorg3.95-0.git416.6.fc14.1.src.rpm

commit 49f452cf84f8e8f3a681d247ad2a744993ebb989
Author: Panu Matilainen <pmatilai@redhat.com>
Date:   Tue Dec 23 10:46:56 2008 +0200

    Don't enable cronjob by default (rhbz#445096)
    - seems the new INIT INFO stuff overrides whatever chkconfig was told, duh...

diff --git a/contrib/apt-cron/apt.init b/contrib/apt-cron/apt.init
index a4a0d93..134fc65 100644
--- a/contrib/apt-cron/apt.init
+++ b/contrib/apt-cron/apt.init
@@ -15,8 +15,8 @@
 # Provides: lsb-apt-cron
 # Required-Start: $local_fs $network
 # Required-Stop: $local_fs $network
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Default-Start:
+# Default-Stop:
 # Short-Description: Enable or disable automated updates via apt-rpm
 # Description: Enable or disable automated updates via apt-rpm
 ### END INIT INFO