ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/net/nut/files/nut-sendmail-notify b/external/subpack/net/nut/files/nut-sendmail-notify
new file mode 100755
index 0000000..f21e41e
--- /dev/null
+++ b/external/subpack/net/nut/files/nut-sendmail-notify
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+{
+exec /usr/sbin/sendmail root <<EOF
+From: root
+To: root
+Subject: UPS $NOTIFYTYPE Notification
+
+$1
+.
+EOF
+} &