fix changeme script, from #6828
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Mar 2010 03:37:42 +0000 (03:37 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Mar 2010 03:37:42 +0000 (03:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20193 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/apcupsd/files/changeme

index 8afe2fa..bcf448a 100644 (file)
@@ -13,5 +13,5 @@ MSG="$HOSTNAME UPS battery needs changing NOW."
    echo "$MSG"
    echo " "
    /usr/sbin/apcaccess status
-) | $MAILPROG -h $MAILHOST -F $FROM -s "$MSG" $TO
+) | $MAILPROG -h $MAILHOST -f $FROM -s "$MSG" $TO
 exit 0