Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1975 - (hide 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 niro 1967 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 niro 1975 +``ExecStart=-/sbin/getty %I $GETTY_SPEED linux $GETTY_OPTS
10 niro 1967 '',
11     -``ExecStart=-/sbin/agetty --noclear %I 38400 linux''
12 niro 1975 +``ExecStart=-/sbin/getty %I 38400 linux''
13 niro 1967 )m4_dnl
14    
15     Type=idle