Debian Automated Code Analysis

checkbashisms analysis of apcupsd_3.14.8-2_i386.deb

possible bashism in ./etc/apcupsd/changeme line 11 (HOST(TYPE|NAME)=):
HOSTNAME=`hostname`
possible bashism in ./etc/apcupsd/changeme line 12 ($HOST(TYPE|NAME)):
MSG="$HOSTNAME UPS battery needs changing NOW."
possible bashism in ./etc/apcupsd/commfailure line 11 (HOST(TYPE|NAME)=):
HOSTNAME=`hostname`
possible bashism in ./etc/apcupsd/commfailure line 12 ($HOST(TYPE|NAME)):
MSG="$HOSTNAME Communications with UPS lost"
possible bashism in ./etc/apcupsd/offbattery line 11 (HOST(TYPE|NAME)=):
HOSTNAME=`hostname`
possible bashism in ./etc/apcupsd/offbattery line 12 ($HOST(TYPE|NAME)):
MSG="$HOSTNAME Power has returned"
possible bashism in ./etc/apcupsd/commok line 11 (HOST(TYPE|NAME)=):
HOSTNAME=`hostname`
possible bashism in ./etc/apcupsd/commok line 12 ($HOST(TYPE|NAME)):
MSG="$HOSTNAME Communications with UPS restored"
possible bashism in ./etc/apcupsd/onbattery line 11 (HOST(TYPE|NAME)=):
HOSTNAME=`hostname`
possible bashism in ./etc/apcupsd/onbattery line 12 ($HOST(TYPE|NAME)):
MSG="$HOSTNAME Power Failure !!!"

This report was generated on Sat, 18 Dec 2010 00:39:05 +0000, based on results by checkbashisms 2.10.65git5