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

I think this code could also be made more accurate:

    if [ -x /usr/bin/doodle ]
    then
            doodle -b "$DOODLE_PATH"

            chown root.doodle "$DOODLE_DBPATH"
    fi

Like this:

   bin=/usr/bin/doodle

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

-- 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