Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2961 - (show annotations) (download)
Thu Jul 27 11:51:03 2017 UTC (6 years, 9 months ago) by niro
File size: 655 byte(s)
-fixed busybox issues
1 diff -Naur systemd-234/units/getty@.service.m4 systemd-234-magellan/units/getty@.service.m4
2 --- systemd-234/units/getty@.service.m4 2017-07-27 13:49:51.728192290 +0200
3 +++ systemd-234-magellan/units/getty@.service.m4 2017-07-27 13:49:04.517770906 +0200
4 @@ -37,7 +37,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 %I $GETTY_SPEED $GETTY_TERM $GETTY_OPTS
9 +ExecStart=-/sbin/agetty --noclear %I $GETTY_SPEED $GETTY_TERM $GETTY_OPTS
10 Type=idle
11 Restart=always
12 RestartSec=0