summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorMandy Kirkconnell <alkirkco@sgi.com>2004-02-26 00:31:25 +0000
committerMandy Kirkconnell <alkirkco@sgi.com>2004-02-26 00:31:25 +0000
commit1262ba3c4afe5b49d9abd46df95c8c2b0da32f69 (patch)
tree5ee3baf208774a3d7f1f255e0caf838be3077bbd /setup
parent0c6dfc4eddc5c3a703b6df48c813332e52024e09 (diff)
Add xfsdump support for the security extended attributes namespace.
Execute security attribute tests if $USE_ATTR_SECURE environment variable is set to "yes" (security attribute tests disabled by default - "no").
Diffstat (limited to 'setup')
-rwxr-xr-xsetup3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup b/setup
index d99d0790..62d8175e 100755
--- a/setup
+++ b/setup
@@ -9,11 +9,12 @@ fi
[ "$USE_EXTERNAL" = yes ] || USE_EXTERNAL=no
[ "$USE_LBD_PATCH" = yes ] || USE_LBD_PATCH=no
[ "$USE_BIG_LOOPFS" = yes ] || USE_BIG_LOOPFS=no
+[ "$USE_ATTR_SECURE"= yes ] || USE_ATTR_SECURE=no
[ -z "$FSTYP" ] && FSTYP="xfs"
cat <<EOF
TEST: DIR=$TEST_DIR DEV=$TEST_DEV rt=[$TEST_RTDEV] log=[$TEST_LOGDEV]
TAPE: dev=[$TAPE_DEV] rmt=[$RMT_TAPE_DEV] rmtirix=[$RMT_TAPE_USER@$RMT_IRIXTAPE_DEV]
SCRATCH: MNT=$SCRATCH_MNT DEV=$SCRATCH_DEV rt=[$SCRATCH_RTDEV] log=[$SCRATCH_LOGDEV]
-VARIABLES: external=$USE_EXTERNAL largeblk=$USE_LBD_PATCH fstyp=$FSTYP bigloopfs=$USE_BIG_LOOPFS
+VARIABLES: external=$USE_EXTERNAL largeblk=$USE_LBD_PATCH fstyp=$FSTYP bigloopfs=$USE_BIG_LOOPFS attrsecure=$USE_ATTR_SECURE
EOF