scripts: Use mailx rather than mail, and drop bogus -e

This commit is contained in:
Markus Armbruster 2012-06-25 07:48:21 +02:00
parent 729cf65e12
commit 154f04f218
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh -e
# Script to save core files, to be run from post_crash_dump_hook
# Written by Markus Armbruster, 2008-2011
# Written by Markus Armbruster, 2008-2012
# This script is in the public domain.
# Use: edit configuration variables below to taste, then set
@ -37,7 +37,6 @@ privlog=
# Program to send mail
mailx=mailx
#mailx=mail
# End of configuration