Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
MAKEFILE: Mailing bug
Browse files Browse the repository at this point in the history
The following is taken verbatim from the debian git repo:

Bugs-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/rancid/+bug/909877
Description: rancid's downreport script sends an email to the configured email
 address for each router group. After installation, the script should send
 reports to either "rancid-admin-<groupname>" or "rancid+admin-<groupname>",
 depending on how the installation was configured. Instead, it sends to
 "@MailPlus@admin-<groupname>".
 .
 Looks like configuring/compiling the package doesn't replace the MAILPLUS
 variable at line 76 in the downreport script found at
 /var/lib/rancid/downreport.
Origin: https://launchpadlibrarian.net/88737434/rancid-2.3.6-downreport.patch
  • Loading branch information
GeekSmith authored and dotwaffle committed Jan 30, 2014
1 parent bfe7e0d commit dddfcc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ auto_edit = sed \
-e 's,@localstatedir\@,$(localstatedir),g' \
-e 's,@sysconfdir\@,$(sysconfdir),g' \
-e 's,@pkgdatadir\@,$(pkgdatadir),g' \
-e 's,@MAILPLUS\@,$(MAILPLUS),g'
-e 's,@ADMINMAILPLUS\@,$(ADMINMAILPLUS),g' \
-e 's,@MAILPLUS\@,$(MAILPLUS),g'

downreport: Makefile $(srcdir)/downreport.in
rm -f downreport downreport.tmp; \
Expand Down

0 comments on commit dddfcc6

Please sign in to comment.