projects
/
bacula-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d671b65
)
Set envelope sender address.
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Thu, 16 Feb 2012 13:22:06 +0000
(14:22 +0100)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Thu, 16 Feb 2012 13:22:06 +0000
(14:22 +0100)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
630dce4
..
97d8ac5
100644
(file)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-294,7
+294,7
@@
EOF
# Try to send it
if [ -x "`which sendmail 2>/dev/null`" ]; then
echo Mailing request from $REQUEST_FILE
- if sendmail -t -oi < $REQUEST_FILE; then
+ if sendmail -t -oi -f "$EMAIL" < $REQUEST_FILE; then
requestsent=1
fi
fi