commit 49f452cf84f8e8f3a681d247ad2a744993ebb989 Author: Panu Matilainen 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