From: Nathan Scott Date: Wed, 12 Dec 2001 05:10:37 +0000 (+0000) Subject: This got accidentally removed at some point, Eric mentioned, I forgot, X-Git-Tag: v1.1.0~1181 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9014ecce797f1215581e33d0647d6caa87d85254;p=users%2Fhch%2Fxfstests-dev.git This got accidentally removed at some point, Eric mentioned, I forgot, here's the fix again. (relates to FHS compliance in xfsdump/xfsrestore). --- diff --git a/common.dump b/common.dump index 1148be454..f9add3eb7 100644 --- a/common.dump +++ b/common.dump @@ -753,6 +753,7 @@ _dump_filter_main() -e "s#$dumptape#TAPE_DEV#" \ -e "s#$SCRATCH_MNT#SCRATCH_MNT#" \ -e "s#$dump_file#DUMP_FILE#" \ + -e 's#/var/lib/xfsdump#/var/xfsdump#' \ -e 's/id:[ ]*[0-9a-f-]*/id: ID/' \ -e 's/time:[ ].*/time: TIME/' \ -e 's/date:[ ].*/date: DATE/' \