Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3789 - (show annotations) (download)
Thu Oct 19 12:05:23 2023 UTC (7 months ago) by niro
File size: 643 byte(s)
-rediffed for 254
1 diff -Naur systemd-254/units/getty@.service.in systemd-254-alx/units/getty@.service.in
2 --- systemd-254/units/getty@.service.in 2023-10-19 14:03:31.676506146 +0200
3 +++ systemd-254-alx/units/getty@.service.in 2023-10-19 14:04:08.480370219 +0200
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