Author: alexander
Date: 2006-08-03 20:59:11 -0600 (Thu, 03 Aug 2006)
New Revision: 1691

Added:
   trunk/root/.gaim/prefs.xml
Modified:
   trunk/doc/README
   trunk/etc/issue
   trunk/packages/LFS-BOOK/Makefile
   trunk/packages/db/Makefile
Log:
Fixed opening URLs from GAIM
Rewrapped /etc/issue for 80x25 screen
Updated README text about the "swapon" command (it is now in the book)
Updated the book and DB build instructions


Modified: trunk/doc/README
===================================================================
--- trunk/doc/README    2006-08-03 03:45:53 UTC (rev 1690)
+++ trunk/doc/README    2006-08-04 02:59:11 UTC (rev 1691)
@@ -298,9 +298,9 @@
    I.e., the complete boot line may look as:
    linux LANG=ru_RU.UTF-8 TZ=Asia/Yekaterinburg resume=/dev/hda2
 
-3) In chapter 2, the book tells you to create (if you didn't do it already)
-   and format that partition with mkswap. Follow the instructions in the book.
-   After running "mkswap /dev/hda2", also run the "swapon /dev/hda2" command.
+3) In chapter 2, the book tells you to create (if you didn't do it already),
+   format that partition with mkswap, and activate it with swapon. Follow the
+   instructions in the book.
 
 4) If you use X window system, take the following into account:
    * Users of old S3 video cards should uncomment the "EnableVbetool" line

Modified: trunk/etc/issue
===================================================================
--- trunk/etc/issue     2006-08-03 03:45:53 UTC (rev 1690)
+++ trunk/etc/issue     2006-08-04 02:59:11 UTC (rev 1691)
@@ -11,11 +11,11 @@
 
 Please read the /root/README file before using this CD.
 
-All the source packages you will need to build an LFS system are located in 
/lfs-sources.
-
+All source packages needed to build an LFS system are located in 
/lfs-sources.
 You can find the LFS book in /usr/share/LFS-BOOK-trunk-HTML.
 
-Support questions concerning this CD should be directed to [1;[EMAIL 
PROTECTED]
+Support questions concerning this CD should be directed to
+[1;[EMAIL PROTECTED]
 
 Type greeting at any time to view this message again.
 

Modified: trunk/packages/LFS-BOOK/Makefile
===================================================================
--- trunk/packages/LFS-BOOK/Makefile    2006-08-03 03:45:53 UTC (rev 1690)
+++ trunk/packages/LFS-BOOK/Makefile    2006-08-04 02:59:11 UTC (rev 1691)
@@ -8,7 +8,7 @@
 
 FILE= $(DIR).tar.bz2
 URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE)
-SHA-$(FILE)= 8bb0076dc9979184f8d03972112cf6baffc98b4c
+SHA-$(FILE)= 729bcf04d8e4ed0af3c58daf0d289e94d6385052
 
 #REV= 7646
 #REVPARM= -r $(REV)

Modified: trunk/packages/db/Makefile
===================================================================
--- trunk/packages/db/Makefile  2006-08-03 03:45:53 UTC (rev 1690)
+++ trunk/packages/db/Makefile  2006-08-04 02:59:11 UTC (rev 1691)
@@ -8,9 +8,9 @@
 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE)
 SHA-$(FILE)= bb4c68a4afc14712eb2954b7991f5dc9fe93bf7b
 
-PATCH1= $(DIR)-trap-1.patch
+PATCH1= $(DIR)-fixes-1.patch
 URL-$(PATCH1)= http://www.linuxfromscratch.org/patches/lfs/6.2/$(PATCH1)
-SHA-$(PATCH1)= ff4a3c37890d581cb589829b5dbb5a40d1b797ac
+SHA-$(PATCH1)= 46886ccdf1ea6daab392e5c46b4923f7e71e7d55
 
 # Targets
 
@@ -25,7 +25,7 @@
        cp $(SRC)/{$(FILE),$(PATCH1)} $(LFSSRC)
 
 compile-stage2:
-       patch -Np0 -i ../$(PATCH1)
+       patch -Np1 -i ../$(PATCH1)
        cd build_unix ; ../dist/configure --prefix=/usr \
            --enable-compat185 --enable-cxx
        cd build_unix ; make

Added: trunk/root/.gaim/prefs.xml
===================================================================
--- trunk/root/.gaim/prefs.xml                          (rev 0)
+++ trunk/root/.gaim/prefs.xml  2006-08-04 02:59:11 UTC (rev 1691)
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<pref version='1.0' name='/'>
+       <pref name='gaim'>
+               <pref name='gtk'>
+                       <pref name='browsers'>
+                               <pref name='place' type='int' value='3' />
+                               <pref name='command' type='string' value='' />
+                               <pref name='browser' type='string' 
value='mozilla' />
+                       </pref>
+               </pref>
+       </pref>
+</pref>

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to