summaryrefslogtreecommitdiff
path: root/report-installed-packages.in
diff options
context:
space:
mode:
Diffstat (limited to 'report-installed-packages.in')
-rwxr-xr-xreport-installed-packages.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/report-installed-packages.in b/report-installed-packages.in
index c8267de..4bc4344 100755
--- a/report-installed-packages.in
+++ b/report-installed-packages.in
@@ -42,6 +42,9 @@ elif [ -n "${content}" ]; then
"To: ${to}" \
"Subject: $(hostname) - report about installed i686 packages" \
"" \
- "${content}" | \
+ "$(
+ echo "${content}" | \
+ sed 's|^|stabilize: |'
+ )" | \
sendmailadvanced
fi