dnsmasq: sysupgrade hook to conditionally preserve dnsmasq.time
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Thu, 5 May 2016 11:25:53 +0000 (12:25 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 19 May 2016 08:28:18 +0000 (10:28 +0200)
commit7938e8d60aa39bc54ff371dca4219fa5805a977e
tree535da157613875127e62b36d229eecdbd8c865e0
parent2b1556d3e03e69f54f960f0372f12b709fac2f52
dnsmasq: sysupgrade hook to conditionally preserve dnsmasq.time

conditionally save dnsmasq.time across sysupgrade
dnsmasq uses /etc/dnsmasq.time as record of the last known good
system time to aid its validation of dnssec timestamps.  dnsmasq
updates the timestamp on process start/stop once it considers the system
time as valid. The timestamp file should be preserved across system
upgrade but should not be included as part of normal configuration
backups to prevent restores corrupting the current timestamp.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
package/network/services/dnsmasq/Makefile
package/network/services/dnsmasq/files/dnsmasqsec-add-conffiles.sh [new file with mode: 0644]