Custom Query (1145 matches)
Results (118 - 120 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#125 | fixed | debathena-msmtp-mta should support /etc/aliases; set intelligent Envelope-From | jdreed | andersk |
Description |
With debathena-msmtp-mta, when you send a mail to root, msmtp attempts to deliver it to root@…, which bounces. Since root receives important automated messages, e.g. “Your hard drive is dying! Love, smartd”, we want to be able to configure root mail to go somewhere useful. Full support for /etc/aliases would be even better. |
|||
#126 | fixed | debathena-alpine-config should use DEB_TRANSFORM_FILES | broder | |
Description |
The Debathena pine.conf is 537 lines long. I bet we didn't write all of that. We should use DEB_TRANSFORM_FILES so that it's clear what in that file is local change and what is system defaults. |
|||
#127 | fixed | debathenificator can't deal with +'s in package versions | broder | |
Description |
Alpine has a + in the package version, which ends up getting used as a regex metacharacter in the dpkg-awk line near the end of debathenificator.sh. This means that debathenify-alpine always tries to build a new package, even if there's already one with the same version number. |