Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1967 - (hide annotations) (download)
Thu Nov 22 14:09:18 2012 UTC (11 years, 6 months ago) by niro
File size: 625 byte(s)
-re-diffed patches for systemd-196
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     +``ExecStart=-/sbin/getty --noclear %I $GETTY_SPEED linux $GETTY_OPTS
10     '',
11     -``ExecStart=-/sbin/agetty --noclear %I 38400 linux''
12     +``ExecStart=-/sbin/getty --noclear %I 38400 linux''
13     )m4_dnl
14    
15     Type=idle