Ignore:
Timestamp:
06/02/2024 11:45:41 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/multilib
Children:
30d408c, e3f47a2
Parents:
464fd243
git-author:
Xi Ruoyao <xry111@…> (06/02/2024 11:45:09 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/02/2024 11:45:41 AM)
Message:

systemd: Fix the sed adding PID_FS_MAGIC into src/basic/missing_magic.h

Without this trailing backslash only one line (the comment) is added.

Note that udev.xml contains the correct sed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r464fd243 rb3c50e0  
    5252
    5353 <screen><userinput remap="pre">sed -i '/DEVMEM_MAGIC 0/{n;n;a \
    54 /* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */
     54/* cb12fd8e0dabb9a1c8aef55a6a41e2c255fcdf4b (6.8) */ \
    5555#ifndef PID_FS_MAGIC \
    5656#define PID_FS_MAGIC 0x50494446 \
Note: See TracChangeset for help on using the changeset viewer.