Project

General

Profile

Download (170 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/bin/sh
2

    
3
# Save the DHCP lease database to the config path.
4
/etc/rc.conf_mount_rw
5
cd / && tar -czf /cf/conf/dhcpleases.tgz -C / var/dhcpd/var/db/
6
/etc/rc.conf_mount_ro
(31-31/97)