Changeset 6a11766
- Timestamp:
- 06/02/2021 08:12:59 PM (15 months ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, arm, ml-11.0, multilib, s6-init, trunk, xry111/clfs-ng, xry111/glibc-2.34, xry111/lfs-next, xry111/tester-nohack
- 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.