From: thepeople Date: Sun, 14 Mar 2010 03:37:42 +0000 (+0000) Subject: fix changeme script, from #6828 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=aeffe82d7fb630563c014f672506683430f2e64a;p=packages.git fix changeme script, from #6828 git-svn-id: svn://svn.openwrt.org/openwrt/packages@20193 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/apcupsd/files/changeme b/net/apcupsd/files/changeme index 8afe2fa55..bcf448aba 100644 --- a/net/apcupsd/files/changeme +++ b/net/apcupsd/files/changeme @@ -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