Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1955 - (hide annotations) (download)
Fri Nov 16 13:59:39 2012 UTC (11 years, 5 months ago) by niro
File size: 544 byte(s)
-added patch to be compat with busybox getty
1 niro 1955 diff -Naur systemd-195/units/getty@.service.m4 systemd-195-busybox/units/getty@.service.m4
2     --- systemd-195/units/getty@.service.m4 2012-11-16 14:00:19.654750821 +0100
3     +++ systemd-195-busybox/units/getty@.service.m4 2012-11-16 14:10:05.267746720 +0100
4     @@ -46,7 +46,7 @@
5     Environment=TERM=linux
6     # the VT is cleared by TTYVTDisallocate
7     m4_ifdef(`TARGET_MAGELLAN',
8     -``ExecStart=-/sbin/agetty --noclear %I $GETTY_SPEED $GETTY_OPTS
9     +``ExecStart=-/sbin/getty %I $GETTY_SPEED $GETTY_OPTS
10     '',
11     ``ExecStart=-/sbin/agetty --noclear %I 38400''
12     )m4_dnl