Package: filetraq
Version: 0.2-12
Severity: normal
Tags: patch

Hi,

The sed expression does not drop commented lines.  That's likely not the
intended behaviour.

Writing

 sed -n -e '/^[^#]/ { s/ /\\ /g; p; }'

(not

 sed -n -e '/[^#]/ { s/ /\\ /g; p; }'

) gives better behaviour.

Bye,

Joost

PS: current filetraq completely destroys systraq, which calls it as

 filetraq /etc/systraq/filetraq.conf /var/lib/systraq/filetraq

and runs under a normal useraccount.  It makes a complete new backup in
a newly created subdirectory of last created subdirectory under
backupdir each run.  I'll investigate where things go wrong and write
a separate bugreport.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- no debconf information

Attachment: signature.asc
Description: Digital signature

Reply via email to