update.sh: write housekeeping info when taskd inactive
commit6a34cc4c146955209c73528c11405a2aad5dbc8c
authorKyle J. McKay <mackyle@gmail.com>
Sun, 27 Apr 2014 09:53:08 +0000 (27 02:53 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 27 Apr 2014 09:53:08 +0000 (27 02:53 -0700)
tree9288c72c03921e583a4bbac8846c35cf75a9c6de
parent78a37913fd28a1a282ad421ea5ca654bf0d1c338
update.sh: write housekeeping info when taskd inactive

Even when the taskd socket is inactive, the lastreceive,
lastchange and lastactivity info needs to be maintained.

Adjust the if test so that the dates are written even when
there's no taskd socket and only the actual writes to the
socket are skipped.
jobd/update.sh