Bjørn Forsman 1d59e54ebc apcupsd: fix hostname command patching
The source has HOSTNAME=`hostname` (capture output of hostname command)
but currently it is replaced with HOSTNAME="/path/to/hostname" (which is
just a plain string). Fix it by substituting with
HOSTNAME=`/path/to/hostname`.
2013-07-20 21:44:01 +02:00
..
2013-07-15 14:33:27 +02:00
2013-07-17 20:16:24 +02:00
2013-07-19 13:07:12 +02:00
2013-07-19 19:52:11 +02:00
2013-06-04 10:20:30 +01:00