Magellan Linux

Annotation of /trunk/systemd/patches/systemd-253-getty-busybox-compat.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3765 - (hide annotations) (download)
Tue Aug 15 12:34:18 2023 UTC (9 months, 3 weeks ago) by niro
File size: 651 byte(s)
-rediffed for systemd-253
1 niro 3765 diff -Naur systemd-253/units/getty@.service.in systemd-253-busybox/units/getty@.service.in
2     --- systemd-253/units/getty@.service.in 2023-08-15 12:32:42.654868060 +0000
3     +++ systemd-253-busybox/units/getty@.service.in 2023-08-15 12:32:25.027930370 +0000
4     @@ -39,7 +39,7 @@
5     # The '-o' option value tells agetty to replace 'login' arguments with an
6     # option to preserve environment (-p), followed by '--' for safety, and then
7     # the entered username.
8     -ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear - $GETTY_SPEED $GETTY_TERM $GETTY_OPTS
9     +ExecStart=-/sbin/agetty --noclear - $GETTY_SPEED $GETTY_TERM $GETTY_OPTS
10     Type=idle
11     Restart=always
12     RestartSec=0