Package: mlocate
Version: 0.26-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

Removing bash prevent /etc/cron.daily/mlocate to run.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

apt-get remove --purge bash

   * What was the outcome of this action?

/etc/cron.daily/mlocate:
run-parts: failed to exec /etc/cron.daily/mlocate: No such file or directory
run-parts: /etc/cron.daily/mlocate exited with return code 1

   * What outcome did you expect instead?

Either mlocate can use /bin/sh and not depends on bash or the package can
depends on the bash package.

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mlocate depends on:
ii  adduser  3.113+nmu3
ii  libc6    2.19-11

mlocate recommends no packages.

mlocate suggests no packages.

-- Configuration Files:
/etc/cron.daily/mlocate changed:
set -e
[ -x /usr/bin/updatedb.mlocate ] || exit 0
if which on_ac_power >/dev/null 2>&1; then
    ON_BATTERY=0
    on_ac_power >/dev/null 2>&1 || ON_BATTERY=$?
    if [ "$ON_BATTERY" -eq 1 ]; then
        exit 0
    fi
fi
if [ -x /usr/bin/ionice ] &&
    /usr/bin/ionice -c3 true 2>/dev/null; then
    IONICE="/usr/bin/ionice -c3"
fi
flock --nonblock /run/mlocate.daily.lock $IONICE /usr/bin/updatedb.mlocate


-- no debconf information

-- 
Jean Schurger
http://schurger.org
21D0 4702 758D 5656 C0D6  3288 1609 9E15 596A E928


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to