]> err.no Git - systemd/commitdiff
Remove -s from getty invocation
authorTollef Fog Heen <tfheen@err.no>
Sun, 26 Dec 2010 11:56:19 +0000 (12:56 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 26 Dec 2010 11:56:19 +0000 (12:56 +0100)
getty from util-linux doesn't support -s yet, so drop that for now.

debian/changelog
units/serial-getty@.service.m4

index 1eab11e1f15ff943faa7d5256ab487376101ed09..8833d5c7c1d5da5acb7f2db30cf1d6bd7b7ff43e 100644 (file)
@@ -6,6 +6,7 @@ systemd (13-1) experimental; urgency=low
   * Add libaudit-dev to build-depends
   * /usr/share/systemd/session has been renamed to /usr/share/systemd/user
     upstream, adjust build system accordingly.
+  * Remove -s from getty serial console invocation.
 
   [ Michael Biebl ]
   * Revert upstream change which requires libnotify 0.7 (not yet available in
index b6ca80bc97d56a82d0a63dc5b8e23e1574846bd5..7698020af2bd52745218c87eaef2caeee5107d80 100644 (file)
@@ -26,7 +26,7 @@ Environment=TERM=vt100-nav
 m4_ifdef(`TARGET_FEDORA',
 ExecStartPre=-/sbin/securetty %I
 )m4_dnl
-ExecStart=-/sbin/agetty -s %I 115200,38400,9600
+ExecStart=-/sbin/agetty %I 115200,38400,9600
 Restart=always
 RestartSec=0
 UtmpIdentifier=%I