Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1974 by niro, Thu Nov 22 14:09:18 2012 UTC revision 1975 by niro, Fri Nov 30 12:04:55 2012 UTC
# Line 6  diff -Naur systemd-196/units/getty@.serv Line 6  diff -Naur systemd-196/units/getty@.serv
6   # the VT is cleared by TTYVTDisallocate   # the VT is cleared by TTYVTDisallocate
7   m4_ifdef(`TARGET_MAGELLAN',   m4_ifdef(`TARGET_MAGELLAN',
8  -``ExecStart=-/sbin/agetty --noclear %I $GETTY_SPEED linux $GETTY_OPTS  -``ExecStart=-/sbin/agetty --noclear %I $GETTY_SPEED linux $GETTY_OPTS
9  +``ExecStart=-/sbin/getty --noclear %I $GETTY_SPEED linux $GETTY_OPTS  +``ExecStart=-/sbin/getty %I $GETTY_SPEED linux $GETTY_OPTS
10   '',   '',
11  -``ExecStart=-/sbin/agetty --noclear %I 38400 linux''  -``ExecStart=-/sbin/agetty --noclear %I 38400 linux''
12  +``ExecStart=-/sbin/getty --noclear %I 38400 linux''  +``ExecStart=-/sbin/getty %I 38400 linux''
13   )m4_dnl   )m4_dnl
14    
15   Type=idle   Type=idle

Legend:
Removed from v.1974  
changed lines
  Added in v.1975