Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3765 - (show annotations) (download)
Tue Aug 15 12:34:18 2023 UTC (9 months ago) by niro
File size: 651 byte(s)
-rediffed for systemd-253
1 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