sorry for the last two posts... just finished up with a patch series that 
should cover all the previous changes and then some.

feedback appreciated as always
Index: scripts/ll
===================================================================
--- scripts/ll	(revision 0)
+++ scripts/ll	(revision 0)
@@ -0,0 +1,3 @@
+#!/bin/bash 
+/bin/ls --color=always --almost-all --format=long --time-style=+"%Y.%m.%d %T" --block-size=1K $@ | grep -e^d
+/bin/ls --color=always --almost-all --format=long --time-style=+"%Y.%m.%d %T" --block-size=1K $@ | grep -e^[-lbc]

Property changes on: scripts/ll
___________________________________________________________________
Name: svn:executable
   + *

Index: isolinux/isolinux.cfg
===================================================================
--- isolinux/isolinux.cfg	(revision 74)
+++ isolinux/isolinux.cfg	(working copy)
@@ -1,5 +1,5 @@
 serial 0
-default linux
+default linux-autosshd
 prompt 1
 timeout 600
 display boot.msg
@@ -7,3 +7,6 @@
 
 label linux
   kernel linux
+
+label linux-autosshd
+  kernel linux autosshd
Index: packages/linux-libc-headers/Makefile
===================================================================
--- packages/linux-libc-headers/Makefile	(revision 74)
+++ packages/linux-libc-headers/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= linux-libc-headers
-VRS= 2.6.10.0
+VRS= 2.6.11.0
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/glibc/Makefile
===================================================================
--- packages/glibc/Makefile	(revision 74)
+++ packages/glibc/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= glibc
-VRS= 20041011
+VRS= 2.3.4
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/iana-etc/Makefile
===================================================================
--- packages/iana-etc/Makefile	(revision 74)
+++ packages/iana-etc/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= iana-etc
-VRS= 1.03
+VRS= 1.04
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/libaal/Makefile
===================================================================
--- packages/libaal/Makefile	(revision 74)
+++ packages/libaal/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= libaal
-VRS= 1.0.3
+VRS= 1.0.4
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.gz
 URL= http://linuxberg.vc-graz.ac.at/mirror/reiserfs/reiser4progs/$(FILE)
Index: packages/psmisc/Makefile
===================================================================
--- packages/psmisc/Makefile	(revision 74)
+++ packages/psmisc/Makefile	(working copy)
@@ -2,11 +2,10 @@
 
 # Package versions
 NM= psmisc
-VRS= 21.5
+VRS= 21.6
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
-URL1= $(FTP)/$(NM)/$(PATCH1)
 
 # RULES
 
Index: packages/unzip/Makefile
===================================================================
--- packages/unzip/Makefile	(revision 74)
+++ packages/unzip/Makefile	(working copy)
@@ -2,9 +2,9 @@
 
 # Package versions
 NM= unzip
-VRS= 5.51
+VRS= 5.52
 DIR= $(NM)-$(VRS)
-FILE= $(NM)551.tar.gz
+FILE= $(NM)552.tar.gz
 PATCH1= $(DIR)-fix_Makefile-1.patch
 PATCH2= $(DIR)-fix_libz-1.patch
 PATCH3= $(DIR)-dont_make_noise-1.patch
Index: packages/e2fsprogs/Makefile
===================================================================
--- packages/e2fsprogs/Makefile	(revision 74)
+++ packages/e2fsprogs/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= e2fsprogs
-VRS= 1.35
+VRS= 1.36
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/file/Makefile
===================================================================
--- packages/file/Makefile	(revision 74)
+++ packages/file/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= file
-VRS= 4.12
+VRS= 4.13
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/gettext/Makefile
===================================================================
--- packages/gettext/Makefile	(revision 74)
+++ packages/gettext/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= gettext
-VRS= 0.14.1
+VRS= 0.14.3
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/lfs-bootscripts/Makefile
===================================================================
--- packages/lfs-bootscripts/Makefile	(revision 74)
+++ packages/lfs-bootscripts/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= lfs-bootscripts
-VRS= 2.2.3
+VRS= 3.1.0
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/linux/Makefile
===================================================================
--- packages/linux/Makefile	(revision 74)
+++ packages/linux/Makefile	(working copy)
@@ -2,12 +2,12 @@
 
 # Package versions
 NM= linux
-VRS= 2.6.10
+VRS= 2.6.11.5
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 FILE1= $(PATCH2).gz
 PATCH1= $(DIR)-security_fix-1.patch
-PATCH2= reiser4-for-2.6.10-1
+PATCH2= reiser4-for-2.6.11-1
 PATCH3= squashfs2.1-patch
 PATCH4= $(DIR)-reiser4_missing_export-1.patch
 URL= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE)
Index: packages/udev/Makefile
===================================================================
--- packages/udev/Makefile	(revision 74)
+++ packages/udev/Makefile	(working copy)
@@ -2,14 +2,12 @@
 
 # Package versions
 NM= udev
-VRS= 050
+VRS= 056
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
-FILE1= $(NM)-config-2.permissions
-FILE2= $(NM)-config-1.rules
+FILE1= $(NM)-config-3.rules
 URL= $(FTP)/$(NM)/$(FILE)
 URL1= $(FTP)/$(NM)/$(FILE1)
-URL2= $(FTP)/$(NM)/$(FILE2)
 
 # RULES
 
@@ -26,12 +24,9 @@
 	 mv $(FILE) $(SRC) ; fi
 	@if [ ! -f $(SRC)/$(FILE1) ] ; then $(WGET) $(URL1) && \
 	 mv $(FILE1) $(SRC) ; fi
-	@if [ ! -f $(SRC)/$(FILE2) ] ; then $(WGET) $(URL2) && \
-	 mv $(FILE2) $(SRC) ; fi
 	@if [ ! -f /sbin/udevstart ] ; then tar xjvf $(SRC)/$(FILE) && cd $(DIR) && \
 	 make udevdir=/dev && make udevdir=/dev install && \
-	 cp $(SRC)/$(FILE1) /etc/udev/permissions.d/25-lfs.permissions && \
-	 cp $(SRC)/$(FILE2) /etc/udev/rules.d/25-lfs.rules && \
+	 cp $(SRC)/$(FILE1) /etc/udev/rules.d/25-lfs.rules && \
 	 /sbin/udevstart ; fi
 	@make clean
 	 
Index: packages/libtool/Makefile
===================================================================
--- packages/libtool/Makefile	(revision 74)
+++ packages/libtool/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= libtool
-VRS= 1.5.10
+VRS= 1.5.14
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/LVM2/Makefile
===================================================================
--- packages/LVM2/Makefile	(revision 74)
+++ packages/LVM2/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= LVM2
-VRS= 2.01.04
+VRS= 2.01.08
 DIR= $(NM).$(VRS)
 FILE= $(DIR).tgz
 URL= ftp://sources.redhat.com/pub/lvm2/$(FILE)
Index: packages/gtk+2/Makefile
===================================================================
--- packages/gtk+2/Makefile	(revision 74)
+++ packages/gtk+2/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= gtk+
-VRS= 2.6.0
+VRS= 2.6.4
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= ftp://ftp.gtk.org/pub/gtk/v2.6/$(FILE)
Index: packages/expect/Makefile
===================================================================
--- packages/expect/Makefile	(revision 74)
+++ packages/expect/Makefile	(working copy)
@@ -2,8 +2,8 @@
 
 # Package versions
 NM= expect
-VRS= 5.42.1
-DIR= $(NM)-5.42
+VRS= 5.43.0
+DIR= $(NM)-5.43
 FILE= $(NM)-$(VRS).tar.bz2
 PATCH= $(NM)-$(VRS)-spawn-1.patch
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/reiser4progs/Makefile
===================================================================
--- packages/reiser4progs/Makefile	(revision 74)
+++ packages/reiser4progs/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= reiser4progs
-VRS= 1.0.3
+VRS= 1.0.4
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.gz
 URL= http://linuxberg.vc-graz.ac.at/mirror/reiserfs/reiser4progs/$(FILE)
Index: packages/html_tidy/Makefile
===================================================================
--- packages/html_tidy/Makefile	(revision 74)
+++ packages/html_tidy/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= tidy
-VRS= 050120
+VRS= 050321
 DIR= $(NM)
 FILE= $(NM)_src_$(VRS).tgz
 FILE2= $(NM)_docs.tgz
Index: packages/glib2/Makefile
===================================================================
--- packages/glib2/Makefile	(revision 74)
+++ packages/glib2/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= glib
-VRS= 2.6.0
+VRS= 2.6.3
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= ftp://ftp.gtk.org/pub/gtk/v2.6/$(FILE)
Index: packages/blfs-bootscripts/Makefile
===================================================================
--- packages/blfs-bootscripts/Makefile	(revision 74)
+++ packages/blfs-bootscripts/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= blfs-bootscripts
-VRS= 20041227
+VRS= 20050313
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= http://www.linuxfromscratch.org/blfs/downloads/svn/$(FILE)
@@ -23,6 +23,7 @@
 	 make install-service-dhcpcd && \
 	 make install-service-pppoe && \
 	 make install-gpm && \
+	 make install-autosshd && \
 	 install -m754 blfs/init.d/sshd /etc/rc.d/init.d/ && \
 	 install -m754 blfs/init.d/random /etc/rc.d/init.d/ && \
 	 install -m754 blfs/init.d/portmap /etc/rc.d/init.d/ && \
Index: packages/subversion/Makefile
===================================================================
--- packages/subversion/Makefile	(revision 74)
+++ packages/subversion/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= subversion
-VRS= 1.1.2
+VRS= 1.1.3
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= http://subversion.tigris.org/tarballs/$(FILE)
Index: packages/libol/Makefile
===================================================================
--- packages/libol/Makefile	(revision 74)
+++ packages/libol/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= libol
-VRS= 0.3.14
+VRS= 0.3.15
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/firefox/Makefile
===================================================================
--- packages/firefox/Makefile	(revision 74)
+++ packages/firefox/Makefile	(working copy)
@@ -2,10 +2,10 @@
 
 # Package versions
 NM= firefox
-VRS= 1.0
+VRS= 1.0.2
 DIR= mozilla
 FILE= $(NM)-$(VRS)-source.tar.bz2
-URL= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0/source/$(FILE)
+URL= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$(VRS)/source/$(FILE)
 
 #RULES
 
@@ -23,7 +23,7 @@
 	 export MOZILLA_OFFICIAL="1" && \
 	 export BUILD_OFFICIAL="1" && \
 	 export MOZ_PHOENIX="1" && \
-	 ./configure --prefix=/usr --with-default-mozilla-five-home=/usr/lib/firefox-1.0 \
+	 ./configure --prefix=/usr --with-default-mozilla-five-home=/usr/lib/firefox-$(VRS) \
 	 --with-user-appdir=.firefox --with-system-zlib --with-system-jpeg --with-system-png \
 	 --enable-application=browser --enable-default-toolkit=gtk2 --enable-extensions=all,-typeaheadfind \
 	 --enable-crypto --enable-xft --enable-xinerama --enable-optimize --enable-reorder --enable-strip \
@@ -31,8 +31,8 @@
 	 --disable-tests --disable-logging --disable-pedantic --disable-installer --disable-mailnews \
 	 --disable-ldap --disable-composer --disable-profilesharing && \
 	 make -j3 && make install && \
-	 install -d /usr/include/firefox-1.0/nss && \
-	 cp -Lf dist/private/nss/*.h dist/public/nss/*.h /usr/include/firefox-1.0/nss ; fi
+	 install -d /usr/include/firefox-$(VRS)/nss && \
+	 cp -Lf dist/private/nss/*.h dist/public/nss/*.h /usr/include/firefox-$(VRS)/nss ; fi
 	@cp -ra $(ROOT)/root/.firefox /root
 	@cp -ra $(ROOT)/root/.mozilla /root
 	@make clean
Index: packages/pango/Makefile
===================================================================
--- packages/pango/Makefile	(revision 74)
+++ packages/pango/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= pango
-VRS= 1.8.0
+VRS= 1.8.1
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= http://ftp.gnome.org/pub/GNOME/sources/pango/1.8/$(FILE)
Index: packages/curl/Makefile
===================================================================
--- packages/curl/Makefile	(revision 74)
+++ packages/curl/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= curl
-VRS= 7.12.3
+VRS= 7.13.1
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= http://curl.haxx.se/download/$(FILE)
Index: packages/xchat/Makefile
===================================================================
--- packages/xchat/Makefile	(revision 74)
+++ packages/xchat/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= xchat
-VRS= 2.4.1
+VRS= 2.4.2
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= http://xchat.org/files/source/2.4/$(FILE)
Index: packages/iproute2/Makefile
===================================================================
--- packages/iproute2/Makefile	(revision 74)
+++ packages/iproute2/Makefile	(working copy)
@@ -2,8 +2,8 @@
 
 # Package versions
 NM= iproute2
-VRS= 2.6.9
-DATE= 041019
+VRS= 2.6.11
+DATE= 050314
 DIR= $(NM)-$(VRS)
 FILE= $(NM)-$(VRS)-$(DATE).tar.bz2
 PATCH= $(NM)-$(VRS)_$(DATE)-remove_db-1.patch
Index: packages/tcpwrappers/Makefile
===================================================================
--- packages/tcpwrappers/Makefile	(revision 74)
+++ packages/tcpwrappers/Makefile	(working copy)
@@ -8,8 +8,8 @@
 PATCH1= tcp_wrappers-$(VRS)-shared_lib_plus_plus-1.patch
 PATCH2= tcp_wrappers-$(VRS)-gcc34-1.patch
 URL= http://files.ichilton.co.uk/nfs/$(FILE)
-URL1= http://www.linuxfromscratch.org/blfs/downloads/svn/$(PATCH1)
-URL2= http://www.linuxfromscratch.org/blfs/downloads/svn/$(PATCH2)
+URL1= http://www.linuxfromscratch.org/patches/downloads/tcp_wrappers/$(PATCH1)
+URL2= http://www.linuxfromscratch.org/patches/downloads/tcp_wrappers/$(PATCH2)
 
 #RULES
 
Index: packages/syslog-ng/Makefile
===================================================================
--- packages/syslog-ng/Makefile	(revision 74)
+++ packages/syslog-ng/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= syslog-ng
-VRS= 1.6.5
+VRS= 1.6.6
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/samba/Makefile
===================================================================
--- packages/samba/Makefile	(revision 74)
+++ packages/samba/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= samba
-VRS= 3.0.11
+VRS= 3.0.12
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.gz
 URL= http://us2.samba.org/samba/ftp/$(FILE)
Index: packages/bzip2/Makefile
===================================================================
--- packages/bzip2/Makefile	(revision 74)
+++ packages/bzip2/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= bzip2
-VRS= 1.0.2
+VRS= 1.0.3
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/binutils/Makefile
===================================================================
--- packages/binutils/Makefile	(revision 74)
+++ packages/binutils/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= binutils
-VRS= 2.15.94.0.2
+VRS= 2.15.94.0.2.2
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/grub/Makefile
===================================================================
--- packages/grub/Makefile	(revision 74)
+++ packages/grub/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= grub
-VRS= 0.95
+VRS= 0.96
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/findutils/Makefile
===================================================================
--- packages/findutils/Makefile	(revision 74)
+++ packages/findutils/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 # Package versions
 NM= findutils
-VRS= 4.2.3
+VRS= 4.2.20
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
 URL= $(FTP)/$(NM)/$(FILE)
Index: packages/zip/Makefile
===================================================================
--- packages/zip/Makefile	(revision 74)
+++ packages/zip/Makefile	(working copy)
@@ -2,9 +2,9 @@
 
 # Package versions
 NM= zip
-VRS= 2.3
+VRS= 2.31
 DIR= $(NM)-$(VRS)
-FILE= $(NM)23.tar.gz
+FILE= $(NM)231.tar.gz
 URL= http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/$(FILE)
 
 #RULES
Index: packages/automake/Makefile
===================================================================
--- packages/automake/Makefile	(revision 74)
+++ packages/automake/Makefile	(working copy)
@@ -2,10 +2,10 @@
 
 # Package versions
 NM= automake
-VRS= 1.9.4
+VRS= 1.9.5
 DIR= $(NM)-$(VRS)
 FILE= $(DIR).tar.bz2
-URL= $(FTP)/$(NM)/$(FILE)
+URL= http://ftp.gnu.org/gnu/$(NM)/$(FILE)
 URL1= $(FTP)/$(NM)/$(PATCH1)
 
 # RULES
Index: blfs/init.d/autosshd
===================================================================
--- blfs/init.d/autosshd	(revision 0)
+++ blfs/init.d/autosshd	(revision 0)
@@ -0,0 +1,20 @@
+#!/bin/sh
+# Begin $rc_base/init.d/autosshd
+
+. /etc/sysconfig/rc
+. $rc_functions
+
+case "$1" in
+	start)
+		if cat /proc/cmdline | grep -q "autosshd"; then
+			echo "root:lfs" | chpasswd
+			/etc/rc.d/init.d/sshd start
+		fi
+		;;
+	*)
+		echo "Usage: $0 {start|stop|reload|restart|status}"
+		exit 1
+		;;
+esac
+
+# End $rc_base/init.d/autosshd
Index: Makefile
===================================================================
--- Makefile	(revision 3574)
+++ Makefile	(working copy)
@@ -54,6 +54,16 @@
 	install -m $(CONFMODE) blfs/sysconfig/autofs.conf $(EXTDIR)/sysconfig/
 	ln -sf  ../init.d/autofs $(EXTDIR)/rc.d/rcsysinit.d/S45autofs
 
+install-autosshd: create-dirs
+	install -m ${MODE} blfs/init.d/autosshd       ${EXTDIR}/rc.d/init.d/
+	ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc0.d/K40autosshd
+	ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc1.d/K40autosshd
+	ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc2.d/K40autosshd
+	ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc3.d/S40autosshd
+	ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc4.d/S40autosshd
+	ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc5.d/S40autosshd
+	ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc6.d/K40autosshd
+
 install-bind: create-dirs
 	install -m ${MODE} blfs/init.d/bind       ${EXTDIR}/rc.d/init.d/
 	ln -sf  ../init.d/bind ${EXTDIR}/rc.d/rc0.d/K49bind
-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to