mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
d339c15486
commit
6d4552205c
@ -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
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user