Package: doodle
Version: 0.6.2-1
Followup-For: Bug #296081

Change this code:

    . /etc/defaults/doodle

    if [ -x /usr/bin/doodle ]
    then
            doodle -b "$DOODLE_PATH"
            chown root.doodle "$DOODLE_DBPATH"
    fi

To read something like this (here are my other suggestion incorporated
as well):


    file=/etc/default/doodle

    [ -r $file ] && . $file

    bin=/usr/bin/doodle

    if [ -x $bin ]
    then
            $bin ${DOODLE_RUN_OPTIONS:-"-b"} "$DOODLE_PATH"
            chown root.doodle "$DOODLE_DBPATH"
    fi


Variable DOODLE_RUN_OPTIONS is sourced from the default file as needed.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-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.62       Add and remove users and groups
ii  libdoodle1                    0.6.2-1    desktop search engine (library)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to