Author: justin
Date: 2005-11-22 09:29:51 -0700 (Tue, 22 Nov 2005)
New Revision: 1145

Added:
   branches/6.1.1-newmake/packages/sudo/
Modified:
   branches/6.1.1-newmake/Makefile
   branches/6.1.1-newmake/TODO
   branches/6.1.1-newmake/doc/README
   branches/6.1.1-newmake/scripts/functions
Log:
Merged r1142 (README update), r1143 (Added sudo) and r1144 (remove unneeded 
function) from trunk to 6.1.1-newmake.

Modified: branches/6.1.1-newmake/Makefile
===================================================================
--- branches/6.1.1-newmake/Makefile     2005-11-22 15:56:32 UTC (rev 1144)
+++ branches/6.1.1-newmake/Makefile     2005-11-22 16:29:51 UTC (rev 1145)
@@ -196,7 +196,7 @@
        ch-startup-notification chroot-gvim ch-xfce ch-vte ch-exo \
        ch-XML-Parser ch-Terminal ch-irssi \
        ch-xchat ch-wireless_tools ch-tcpwrappers ch-portmap ch-nfs-utils \
-       ch-traceroute ch-rsync ch-jhalfs \
+       ch-traceroute ch-rsync ch-jhalfs ch-sudo \
        ch-dialog ch-ncftp ch-pciutils ch-nALFS ch-device-mapper ch-LVM2 \
        ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe ch-libaal ch-reiser4progs \
        ch-squashfs ch-cpio ch-gdbm ch-mutt ch-msmtp ch-tin ch-mdadm ch-which \

Modified: branches/6.1.1-newmake/TODO
===================================================================
--- branches/6.1.1-newmake/TODO 2005-11-22 15:56:32 UTC (rev 1144)
+++ branches/6.1.1-newmake/TODO 2005-11-22 16:29:51 UTC (rev 1145)
@@ -1,3 +1,5 @@
-# 6.1.1 TODO List
+# LiveCD 6.1.1-newmake TODO List
 
-* Bison stage1 in main makefile
+*  Reduce slightly the XTerm font size
+
+*  Update README/documentation for Makefiles [in progress]

Modified: branches/6.1.1-newmake/doc/README
===================================================================
--- branches/6.1.1-newmake/doc/README   2005-11-22 15:56:32 UTC (rev 1144)
+++ branches/6.1.1-newmake/doc/README   2005-11-22 16:29:51 UTC (rev 1145)
@@ -39,6 +39,7 @@
 * dhcpcd
 * ncftp
 * traceroute
+* rsync
 
 Filesystem Programs
 * e2fsprogs
@@ -64,6 +65,10 @@
 nALFS & ALFS profile for LFS 6.1
 (A tool for automating a Linux From Scratch installation)
 
+jhalfs
+(A tool for extracting commands from the Linux From Scratch book and creating
+Makefiles that can download, check and build each LFS package for you.)
+
 CONFIGURING X
 ===========================
 The Live CD attempts to configure X for your video card automatically. The

Copied: branches/6.1.1-newmake/packages/sudo (from rev 1144, 
trunk/packages/sudo)

Modified: branches/6.1.1-newmake/scripts/functions
===================================================================
--- branches/6.1.1-newmake/scripts/functions    2005-11-22 15:56:32 UTC (rev 
1144)
+++ branches/6.1.1-newmake/scripts/functions    2005-11-22 16:29:51 UTC (rev 
1145)
@@ -12,10 +12,6 @@
        @echo 
================================================================================$(WHITE)
 endef
 
-define OK
-       @echo $(GREEN)=====================================[ OK 
]=====================================$(WHITE)
-endef
-
 define std_build
        @$(call echo_message, Building)
         @unpack $(FILE) >$(DIR)[EMAIL PROTECTED] 2>&1

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

Reply via email to