root/etc/rc.dyndns.storecache @ f1bccb83
1 |
#!/bin/sh
|
---|---|
2 |
|
3 |
# copy cache file to /conf for permanent storage
|
4 |
/sbin/umount -f /cf
|
5 |
/sbin/mount -w -o noatime /cf |
6 |
/bin/cp /var/db/ez-ipupdate.cache /conf |
7 |
/sbin/umount -f /cf
|
8 |
/sbin/mount -r /cf
|