diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-06-17 17:00:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-06-17 17:00:20 +0000 |
commit | 1e39020cda479d4344b60de4403973b70e1c8fce (patch) | |
tree | a3d03e6c9095e05eb8e64cf60bd1bce4ccab1146 /etc/rc.reboot | |
parent | 784c448ccc73531496af776c55369c3be9dc1b52 (diff) | |
download | pfsense-1e39020cda479d4344b60de4403973b70e1c8fce.zip pfsense-1e39020cda479d4344b60de4403973b70e1c8fce.tar.gz |
MFC 12687
Silent tar: Removing leading '/' from member names on reboot
Diffstat (limited to 'etc/rc.reboot')
-rwxr-xr-x | etc/rc.reboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.reboot b/etc/rc.reboot index 6088c5c..5d7b709 100755 --- a/etc/rc.reboot +++ b/etc/rc.reboot @@ -17,7 +17,7 @@ if [ "$PLATFORM" = "pfSense" ]; then else /etc/rc.conf_mount_rw # Save the rrd databases to the config path. - tar -czf /cf/conf/rrd.tgz /var/db/rrd/*.rrd + tar -czf /cf/conf/rrd.tgz -C / var/db/rrd/*.rrd /etc/rc.conf_mount_ro fi |