-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #605 from balcirakpeter/mailaliases_generic_dest
mailaliases_generic dest_file configurable
- Loading branch information
Showing
3 changed files
with
38 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
perun-slave-process-mailaliases-generic (3.1.5) stable; urgency=low | ||
|
||
* Add possibility to change destination file (default is | ||
/etc/aliases.d/perun_generic). It may be set in a pre-script as a variable | ||
DST_FILE | ||
|
||
-- Peter Balcirak <[email protected]> Tue, 15 Jun 2021 13:28:00 +0200 | ||
|
||
perun-slave-process-mailaliases-generic (3.1.4) stable; urgency=medium | ||
|
||
* Changed architecture to all | ||
|
3 changes: 3 additions & 0 deletions
3
...ocess-mailaliases-generic/conf/example-pre_01_alternative_mailaliases_generic_destination
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
#export DST_FILE="/etc/aliases.d/perun_generic" |