[lfs-book] LFS Package Currency Check - 2020-08-17 10:50:01 GMT

2020-08-17 Thread bdubbs--- via lfs-book
Package LFS  Upstream  Flag

acl 2.2.53 2.2.53 
attr2.4.48 2.4.48 
autoconf2.69   2.69   
automake1.16.2 1.16.2 
bash5.05.0
bc  3.1.5  3.1.5  
binutils2.35   2.35   
bison   3.7.1  3.7.1  
bzip2   1.0.8  1.0.8  
check   0.15.2 0.15.2 
coreutils   8.32   8.32   
dbus1.12.201.12.20
dejagnu 1.6.2  1.6.2  
diffutils   3.73.7
e2fsprogs   1.45.6 1.45.6 
elfutils0.180  0.180  
eudev   3.2.9  3.2.9  
expat   2.2.9  2.2.9  
expect  5.45.4 5.45.4 
file5.39   5.39   
findutils   4.7.0  4.7.0  
flex2.6.4  2.6.4  
gawk5.1.0  5.1.0  
gcc 10.2.0 10.2.0 
gdbm1.18.1 1.18.1 
gettext 0.21   0.21   
glibc   2.32   2.32   
gmp 6.2.0  6.2.0  
gperf   3.13.1
grep3.43.4
groff   1.22.4 1.22.4 
grub2.04   2.04   
gzip1.10   1.10   
iana-etc20200429   20200429   
inetutils   1.9.4  1.9.4  
intltool0.51.0 0.51.0 
iproute25.8.0  5.8.0  
kbd 2.3.0  2.3.0  
kmod27 27 
less551551
lfs-bootscripts 20200802   20200802   
libcap  2.42   2.43   *
libffi  3.33.3
libpipeline 1.5.3  1.5.3  
libtool 2.4.6  2.4.6  
linux   5.8.1  5.8.1  
m4  1.4.18 1.4.18 
make4.34.3
man-db  2.9.3  2.9.3  
man-pages   5.08   5.08   
meson   0.55.0 0.55.1 *
mpc 1.1.0  1.1.0  
mpfr4.1.0  4.1.0  
ncurses 6.26.2
ninja   1.10.0 1.10.0 
openssl 1.1.1g 1.1.1g 
patch   2.7.6  2.7.6  
perl5.32.0 5.32.0 
pkg-config  0.29.2 0.29.2 
procps-ng   3.3.16 3.3.16 
psmisc  23.3   23.3   
Python  3.8.5  3.8.5  
readline8.08.0
sed 4.84.8
shadow  4.8.1  4.8.1  
sysklogd1.5.1  1.5.1  
systemd 246246
sysvinit2.97   2.97   
tar 1.32   1.32   
tcl 8.6.10 8.6.10 
texinfo 6.76.7
tzdata  2020a  2020a  
udev-lfs20171102   20171102   
util-linux  2.36   2.36   
vim 8.2.1361   8.2.1471   *
XML-Parser  2.46   2.46   
xz  5.2.5  5.2.5  
zlib1.2.11 1.2.11 
zstd1.4.5  1.4.5  

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] r12026 - trunk/BOOK/bootscripts/lfs/init.d

2020-08-17 Thread pierre--- via lfs-book
Author: pierre
Date: Mon Aug 17 01:14:56 2020
New Revision: 12026

Log:
Fix spacing in checkfs after DJ's modification

Modified:
   trunk/BOOK/bootscripts/lfs/init.d/checkfs

Modified: trunk/BOOK/bootscripts/lfs/init.d/checkfs
==
--- trunk/BOOK/bootscripts/lfs/init.d/checkfs   Sun Aug 16 23:24:10 2020
(r12025)
+++ trunk/BOOK/bootscripts/lfs/init.d/checkfs   Mon Aug 17 01:14:56 2020
(r12026)
@@ -94,7 +94,7 @@
   if [ "${error_value}" = 1 ]; then
  msg="\nWARNING:\n\nFile system errors "
  msg="${msg}were found and have been corrected.\n"
- msg="${msg} You may want to double-check that "
+ msg="${msg}  You may want to double-check that "
  msg="${msg}everything was fixed properly."
  log_warning_msg "$msg"
   fi
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] r12025 - trunk/BOOK/bootscripts/lfs/init.d

2020-08-17 Thread dj--- via lfs-book
Author: dj
Date: Sun Aug 16 23:24:10 2020
New Revision: 12025

Log:
Move $syslog to Should-Start for the network bootscript, ensure checkfs 
bootscript runs after swap.

Modified:
   trunk/BOOK/bootscripts/lfs/init.d/checkfs
   trunk/BOOK/bootscripts/lfs/init.d/network

Modified: trunk/BOOK/bootscripts/lfs/init.d/checkfs
==
--- trunk/BOOK/bootscripts/lfs/init.d/checkfs   Sat Aug 15 14:26:19 2020
(r12024)
+++ trunk/BOOK/bootscripts/lfs/init.d/checkfs   Sun Aug 16 23:24:10 2020
(r12025)
@@ -27,7 +27,7 @@
 
 ### BEGIN INIT INFO
 # Provides:checkfs
-# Required-Start:  udev
+# Required-Start:  udev swap
 # Should-Start:
 # Required-Stop:
 # Should-Stop:
@@ -94,7 +94,7 @@
   if [ "${error_value}" = 1 ]; then
  msg="\nWARNING:\n\nFile system errors "
  msg="${msg}were found and have been corrected.\n"
- msg="${msg}  You may want to double-check that "
+ msg="${msg} You may want to double-check that "
  msg="${msg}everything was fixed properly."
  log_warning_msg "$msg"
   fi

Modified: trunk/BOOK/bootscripts/lfs/init.d/network
==
--- trunk/BOOK/bootscripts/lfs/init.d/network   Sat Aug 15 14:26:19 2020
(r12024)
+++ trunk/BOOK/bootscripts/lfs/init.d/network   Sun Aug 16 23:24:10 2020
(r12025)
@@ -16,10 +16,10 @@
 
 ### BEGIN INIT INFO
 # Provides:$network
-# Required-Start:  $local_fs $syslog localnet swap
-# Should-Start:firewalld iptables nftables
-# Required-Stop:   $local_fs $syslog localnet swap
-# Should-Stop: firewalld iptables nftables
+# Required-Start:  $local_fs localnet swap
+# Should-Start:$syslog firewalld iptables nftables
+# Required-Stop:   $local_fs localnet swap
+# Should-Stop: $syslog firewalld iptables nftables
 # Default-Start:   3 4 5
 # Default-Stop:0 1 2 6
 # Short-Description:   Starts and configures network interfaces.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page