diff options
Diffstat (limited to 'data/live-build-config/hooks/live/22-rm_cron_atop.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/22-rm_cron_atop.chroot | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/data/live-build-config/hooks/live/22-rm_cron_atop.chroot b/data/live-build-config/hooks/live/22-rm_cron_atop.chroot index 7f77e1f7..047564bb 100755 --- a/data/live-build-config/hooks/live/22-rm_cron_atop.chroot +++ b/data/live-build-config/hooks/live/22-rm_cron_atop.chroot @@ -1,6 +1,8 @@ #!/bin/sh -if [ -f /etc/cron.d/atop ]; then - rm -f /etc/cron.d/atop -fi +# Made obsolete by T5511, use rootfs/excludes instead. +# +#if [ -f /etc/cron.d/atop ]; then +# rm -f /etc/cron.d/atop +#fi |