Magellan Linux

Contents of /trunk/systemd/patches/systemd-196-busybox.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1975 - (show annotations) (download)
Fri Nov 30 12:04:55 2012 UTC (11 years, 5 months ago) by niro
File size: 605 byte(s)
-fixed busybox patch
1 diff -Naur systemd-196/units/getty@.service.m4 systemd-196-magellan/units/getty@.service.m4
2 --- systemd-196/units/getty@.service.m4 2012-11-22 19:14:18.162636007 +0100
3 +++ systemd-196-magellan/units/getty@.service.m4 2012-11-22 19:14:04.896636002 +0100
4 @@ -49,9 +49,9 @@
5 )m4_dnl
6 # the VT is cleared by TTYVTDisallocate
7 m4_ifdef(`TARGET_MAGELLAN',
8 -``ExecStart=-/sbin/agetty --noclear %I $GETTY_SPEED linux $GETTY_OPTS
9 +``ExecStart=-/sbin/getty %I $GETTY_SPEED linux $GETTY_OPTS
10 '',
11 -``ExecStart=-/sbin/agetty --noclear %I 38400 linux''
12 +``ExecStart=-/sbin/getty %I 38400 linux''
13 )m4_dnl
14
15 Type=idle