Package: doodle Version: 0.6.2-4 Severity: minor In /etc/default/doodle please add possiblity to define run options:
DOODLE_RUN_OPTIONS="-b" In /etc/cron.daily/doodle it might be better use absolute path for 'doodle'. Perhaps the test "-z" should be "! -z" to test existence of variable. #!/bin/sh [ -r /etc/default/doodle ] && . /etc/default/doodle bin=/usr/bin/doodle if [ -x $bin ]; then if [ ! -z "$DOODLE_PATH" ] && [ -d "$DOODLE_PATH" ]; then $bin ${DOODLE_RUN_OPTIONS:-"-b"} "$DOODLE_PATH" chown root.doodle "$DOODLE_DBPATH" fi fi -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US) Versions of packages doodle depends on: ii adduser 3.67 Add and remove users and groups ii libdoodle1 0.6.2-4 desktop search engine (library) doodle recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]