summaryrefslogtreecommitdiffstats
path: root/etc/rc.dyndns.storecache
blob: 180662e2aa4ca557756290d43e3e9293a235321c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# copy cache file to /conf for permanent storage
/sbin/umount -f /cf
/sbin/mount -w -o noatime /cf
/bin/cp /var/db/ez-ipupdate.cache /conf
/sbin/umount -f /cf
/sbin/mount -r /cf
OpenPOWER on IntegriCloud