From: Nathan Scott Date: Mon, 25 Feb 2002 22:53:12 +0000 (+0000) Subject: Merge of xfs-cmds-2.4.18:slinx:112376a by nathans. X-Git-Tag: v1.1.0~1158 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6fc33896901e5e5ef40aa96b748770139b7e609c;p=users%2Fhch%2Fxfstests-dev.git Merge of xfs-cmds-2.4.18:slinx:112376a by nathans. force text encoding to be used to overcome AndreasG print heuristics. --- diff --git a/020 b/020 index a5f99d01e..780101048 100755 --- a/020 +++ b/020 @@ -81,7 +81,7 @@ _attr_list() file=$1 echo " *** print attributes" - if ! _getfattr -ad $file + if ! _getfattr -ad -e text $file then echo " !!! error return" return 1 diff --git a/062 b/062 index 6034f45bc..f5cc40c05 100755 --- a/062 +++ b/062 @@ -190,7 +190,7 @@ echo; echo _backup() { # NB: no filtering of scratch here... (need to restore too) - /usr/bin/getfattr -adl -sR $SCRATCH_MNT >$1 + /usr/bin/getfattr -adl -R -r '^user|^system' $SCRATCH_MNT >$1 echo BACKUP $1 >>$seq.full cat $1 >> $seq.full [ ! -s $1 ] && echo "warning: $1 (backup file) is empty"