Changeset 360371a
- Timestamp:
- 05/29/2023 12:57:28 AM (4 months ago)
- Branches:
- 12.0, 12.0-rc1, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism
- Children:
- 732ce30, 87fbad7
- Parents:
- d0da969c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/pkgmgt.xml
rd0da969c r360371a 127 127 library):</para> 128 128 129 <screen role="nodump"><userinput>grep -l -e '<replaceable>libfoo</replaceable>.*deleted' /proc/*/maps | 130 tr -cd 0-9\\n | xargs -r ps u</userinput></screen> 129 <screen role="nodump"><userinput>grep -l '<replaceable>libfoo</replaceable>.*deleted' /proc/*/maps | tr -cd 0-9\\n | xargs -r ps u</userinput></screen> 131 130 132 131 <para> … … 134 133 the system and it is linked to the updated library, you must 135 134 restart the <command>sshd</command> service, then logout, login again, 136 and r erun the preceding ps commandto confirm that nothing is still using the135 and run the preceding command again to confirm that nothing is still using the 137 136 deleted libraries. 138 137 </para>
Note:
See TracChangeset
for help on using the changeset viewer.