From 6fc33896901e5e5ef40aa96b748770139b7e609c Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 25 Feb 2002 22:53:12 +0000 Subject: [PATCH] Merge of xfs-cmds-2.4.18:slinx:112376a by nathans. force text encoding to be used to overcome AndreasG print heuristics. --- 020 | 2 +- 062 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/020 b/020 index a5f99d01..78010104 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 6034f45b..f5cc40c0 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" -- 2.47.3