root/etc/rc.dyndns.storecache @ e90bd04a
1 | 5b237745 | Scott Ullrich | #!/bin/sh
|
---|---|---|---|
2 | |||
3 | # copy cache file to /conf for permanent storage
|
||
4 | 706c675f | Scott Ullrich | /sbin/umount -f /cf 2>/dev/null
|
5 | /sbin/mount -w -o noatime /cf 2>/dev/null |
||
6 | 5b237745 | Scott Ullrich | /bin/cp /var/db/ez-ipupdate.cache /conf |
7 | 706c675f | Scott Ullrich | /sbin/umount -f /cf 2>/dev/null
|
8 | /sbin/mount -r /cf 2>/dev/null
|
||
9 | 7bdb1bc2 | Scott Ullrich | |
10 | exit 0
|