projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62c66e
)
fix changeme script, from #6828
author
Travis Kemen
<thepeople@openwrt.org>
Sun, 14 Mar 2010 03:37:42 +0000
(
03:37
+0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Sun, 14 Mar 2010 03:37:42 +0000
(
03:37
+0000)
SVN-Revision: 20193
net/apcupsd/files/changeme
patch
|
blob
|
history
diff --git
a/net/apcupsd/files/changeme
b/net/apcupsd/files/changeme
index 8afe2fa551d5013b4863543c44d88dc29ef448da..bcf448aba399f6fa536657d76fd39895f3820d09 100644
(file)
--- 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