Merge of xfs-cmds-2.4.18:slinx:112378a by nathans.

force text encoding to be used to overcome AndreasG print heuristics.
This commit is contained in:
Nathan Scott
2002-02-25 22:54:06 +00:00
parent 6fc3389690
commit e157ffbf79
+2 -2
View File
@@ -134,10 +134,10 @@ for nsp in user xfsroot; do
echo "*** remove attribute"
setfattr -l -x $nsp.name2 $SCRATCH_MNT/$inode
getfattr -r $nsp -n $nsp.name2 $SCRATCH_MNT/$inode
getfattr -r $nsp -e text -n $nsp.name2 $SCRATCH_MNT/$inode
echo "*** final list (strings, type=$inode, nsp=$nsp)"
getfattr -r '^user|^xfsroot' $SCRATCH_MNT/$inode
getfattr -r '^user|^xfsroot' -e text $SCRATCH_MNT/$inode
done
done