Author: justin
Date: 2005-11-22 09:31:21 -0700 (Tue, 22 Nov 2005)
New Revision: 1146

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

Modified: branches/dm/Makefile
===================================================================
--- branches/dm/Makefile        2005-11-22 16:29:51 UTC (rev 1145)
+++ branches/dm/Makefile        2005-11-22 16:31:21 UTC (rev 1146)
@@ -335,7 +335,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-cpio ch-gdbm ch-mutt ch-msmtp ch-tin ch-mdadm ch-which \

Modified: branches/dm/TODO
===================================================================
--- branches/dm/TODO    2005-11-22 16:29:51 UTC (rev 1145)
+++ branches/dm/TODO    2005-11-22 16:31:21 UTC (rev 1146)
@@ -4,4 +4,3 @@
 
 *  Update README/documentation for Makefiles [in progress]
 
-*  Add sudo, rsync, jhalfs

Modified: branches/dm/doc/README
===================================================================
--- branches/dm/doc/README      2005-11-22 16:29:51 UTC (rev 1145)
+++ branches/dm/doc/README      2005-11-22 16:31:21 UTC (rev 1146)
@@ -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/dm/packages/sudo (from rev 1144, trunk/packages/sudo)

Modified: branches/dm/scripts/functions
===================================================================
--- branches/dm/scripts/functions       2005-11-22 16:29:51 UTC (rev 1145)
+++ branches/dm/scripts/functions       2005-11-22 16:31:21 UTC (rev 1146)
@@ -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