From d5644f8b4f56b1aef0efc6ae869029df494c0a93 Mon Sep 17 00:00:00 2001 From: Florent Flament Date: Fri, 11 Oct 2013 15:39:09 +0200 Subject: [PATCH] Updates samples/localrc comment The SWIFT_DATA_DIR default value stated in the last comment of samples/localrc has been updated to match actual SWIFT_DATA_DIR default value ($DEST/data/swift instead of $DEST/swift/data). Addresses Bug: #1238665 Change-Id: I2510f72eb3eda467799202b356abb606930f4d94 --- samples/localrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/localrc b/samples/localrc index fd7221a0ae..80cf0e75ac 100644 --- a/samples/localrc +++ b/samples/localrc @@ -83,7 +83,8 @@ SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5 # Set this to 1 to save some resources: SWIFT_REPLICAS=1 -# The data for Swift is stored in the source tree by default (``$DEST/swift/data``) -# and can be moved by setting ``SWIFT_DATA_DIR``. The directory will be created +# The data for Swift is stored by default in (``$DEST/data/swift``), +# or (``$DATA_DIR/swift``) if ``DATA_DIR`` has been set, and can be +# moved by setting ``SWIFT_DATA_DIR``. The directory will be created # if it does not exist. SWIFT_DATA_DIR=$DEST/data