Update sendsignals bootscript as a part of sysvinit update

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2010-06-27 05:15:45 +00:00
parent d339c15486
commit 6d4552205c
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ case "${1}" in
sleep ${KILLDELAY}
if [ "${error_value}" = 0 ]; then
if [ "${error_value}" = 0 -o "${error_value}" = 2 ]; then
echo_ok
else
echo_failure
@ -35,7 +35,7 @@ case "${1}" in
sleep ${KILLDELAY}
if [ "${error_value}" = 0 ]; then
if [ "${error_value}" = 0 -o "${error_value}" = 2 ]; then
echo_ok
else
echo_failure

View File

@ -288,7 +288,7 @@
<!ENTITY less-ch6-du "2.9 MB">
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
<!ENTITY lfs-bootscripts-version "20100529"> <!-- Scripts depend on this format -->
<!ENTITY lfs-bootscripts-version "20100627"> <!-- Scripts depend on this format -->
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile -->
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile -->