Changeset 6a11766
- Timestamp:
- 06/02/2021 08:12:59 PM (3 years ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 9804e16
- Parents:
- 134c278
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/lfs/init.d/sendsignals
r134c278 r6a11766 30 30 case "${1}" in 31 31 stop) 32 omit=$(pidof mdmon) 33 [ -n "$omit" ] && omit="-o $omit" 34 32 35 log_info_msg "Sending all processes the TERM signal..." 33 killall5 -15 36 killall5 -15 $omit 34 37 error_value=${?} 35 38 … … 43 46 44 47 log_info_msg "Sending all processes the KILL signal..." 45 killall5 -9 48 killall5 -9 $omit 46 49 error_value=${?} 47 50 -
chapter01/changelog.xml
r134c278 r6a11766 44 44 --> 45 45 <listitem> 46 <para>2021-06-02</para> 47 <itemizedlist> 48 <listitem> 49 <para>[thomas] - Tweak sendsignal bootscript to avoid 50 killing mdmod (if active).</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 46 56 <para>2021-05-31</para> 47 57 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.