diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-06-21 16:35:05 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-06-21 16:35:05 +0000 |
commit | 19453bfcb5ce3137e4ceb8b012956ebe345dcbb8 (patch) | |
tree | 1b0e73b0c860ae4fb7d6995d11ebb7b6db9cf16f | |
parent | d268c73f4e8312582f335118639f8eb7d6370a67 (diff) | |
download | mgatools-19453bfcb5ce3137e4ceb8b012956ebe345dcbb8.tar mgatools-19453bfcb5ce3137e4ceb8b012956ebe345dcbb8.tar.gz mgatools-19453bfcb5ce3137e4ceb8b012956ebe345dcbb8.tar.bz2 mgatools-19453bfcb5ce3137e4ceb8b012956ebe345dcbb8.tar.xz mgatools-19453bfcb5ce3137e4ceb8b012956ebe345dcbb8.zip |
use mailx
-rw-r--r-- | mga-move-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mga-move-update b/mga-move-update index 55d8c77..9a60c55 100644 --- a/mga-move-update +++ b/mga-move-update @@ -58,7 +58,7 @@ if [ -z $dryrun ] then cat "$mailcontent" else - /usr/bin/mail -s "mga-move-update $distrorelease $section $srcname" -S "from=moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent" + /usr/bin/mailx -s "mga-move-update $distrorelease $section $srcname" -S "from=moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent" fi rm -f "$mailcontent" |