Send CU-Wireless-Commits mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.chambana.net/cgi-bin/listinfo/cu-wireless-commits
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CU-Wireless-Commits digest..."
Today's Topics:
1. r5016 - cuw/trunk/src/boot-image/steps.d ([EMAIL PROTECTED])
----------------------------------------------------------------------
Message: 1
Date: Mon, 11 Feb 2008 00:51:31 -0600 (CST)
From: [EMAIL PROTECTED]
Subject: [CUWiN-Commits] r5016 - cuw/trunk/src/boot-image/steps.d
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8
Author: dyoung
Date: 2008-02-11 00:51:31 -0600 (Mon, 11 Feb 2008)
New Revision: 5016
Modified:
cuw/trunk/src/boot-image/steps.d/install
Log:
Join a line. Fix a typo in comment.
Modified: cuw/trunk/src/boot-image/steps.d/install
===================================================================
--- cuw/trunk/src/boot-image/steps.d/install 2008-02-06 04:53:48 UTC (rev
5015)
+++ cuw/trunk/src/boot-image/steps.d/install 2008-02-11 06:51:31 UTC (rev
5016)
@@ -58,8 +58,7 @@
fi
{
- $TOOL_MTREE -N $DESTDIR/etc -C -R mode,uname,gname < \
- $DESTDIR/metalog
+ $TOOL_MTREE -N $DESTDIR/etc -C -R mode,uname,gname < $DESTDIR/metalog
if [ $? -ne 0 ]; then
echo error > $rc1
fi
@@ -86,7 +85,7 @@
mv $INSTDIR/root $INSTDIR/home/. || exit 1
#
-# Record the move makefs(8) and pax(1).
+# Record the move for makefs(8) and pax(1).
#
sed 's,^\./root,./home/root,' < $DESTDIR/metalog | \
sort -m -o $DESTDIR/metalog.image -
------------------------------
_______________________________________________
CU-Wireless-Commits mailing list
[email protected]
http://lists.chambana.net/cgi-bin/listinfo/cu-wireless-commits
End of CU-Wireless-Commits Digest, Vol 39, Issue 4
**************************************************