Package: unzip
Version: 5.51-10
The problem is, that the zipgrep script uses a pipe: unzip -p-L
"$zipfile" "$i" | egrep $opt "$pat" | sed "s|^|${i}:|"
and than save the exit code with r=$?, which is the exit code of sed
not of egrep. I had to replace r=$? with r=${PIPESTATUS[1]}, now it
works fo
Package: gallery
Version: 1.5.7-1
The files /etc/gallery/config.php and /etc/gallery/htaccess are
created by the package (from the configure.sh script), therefor these
file should be rm when calling aptitute purge.
See https://launchpad.net/bugs/32521 originally reported by Oscar.
--
To UNSUB
Package: pam-dotfile
Version: 0.7-1
The example in `/usr/share/doc/libpam-dotfile/README.gz` doesn't work
because by default `dovecot`'s PAM service name is now `dovecot` (not
`imap`).
The README should either be changed to show how `dovecot`'s service
name can be changed, or just use `dovecot` a
Patch attached
pam-dotfile_0.7-2.debdiff
Description: Binary data
Attache patch adds remove line to postrm.
gallery_1.5.7-2.debdiff
Description: Binary data
5 matches
Mail list logo