rpms/initscripts/OLPC-2 initscripts-8.54.1-olpc.patch, 1.14, 1.15 initscripts.spec, 1.165, 1.166

Michael Stone (mstone) fedora-extras-commits at redhat.com
Tue Apr 1 16:44:50 UTC 2008


Author: mstone

Update of /cvs/pkgs/rpms/initscripts/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7451

Modified Files:
	initscripts-8.54.1-olpc.patch initscripts.spec 
Log Message:
- Tell our agetty to login with /bin/bash now that we're locking the root account


initscripts-8.54.1-olpc.patch:

Index: initscripts-8.54.1-olpc.patch
===================================================================
RCS file: /cvs/pkgs/rpms/initscripts/OLPC-2/initscripts-8.54.1-olpc.patch,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- initscripts-8.54.1-olpc.patch	11 Jan 2008 08:06:52 -0000	1.14
+++ initscripts-8.54.1-olpc.patch	1 Apr 2008 16:44:34 -0000	1.15
@@ -20,7 +20,7 @@
 -6:2345:respawn:/sbin/mingetty tty6
 +1:2345:respawn:/sbin/mingetty --loginpause --autologin root --noclear tty1
 +2:2345:respawn:/sbin/mingetty --loginpause --autologin root --noclear tty2
-+3:2345:respawn:/sbin/agetty -w -n ttyS0 115200 vt100
++3:2345:respawn:/sbin/agetty -l /bin/bash -w -n ttyS0 115200 vt100
  
  # Run xdm in runlevel 5
 -x:5:respawn:/etc/X11/prefdm -nodaemon


Index: initscripts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/initscripts/OLPC-2/initscripts.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- initscripts.spec	11 Jan 2008 08:06:52 -0000	1.165
+++ initscripts.spec	1 Apr 2008 16:44:35 -0000	1.166
@@ -3,7 +3,7 @@
 Version: 8.54.1
 License: GPL
 Group: System Environment/Base
-Release: 17%{?dist} 
+Release: 18%{?dist} 
 Source: initscripts-%{version}.tar.bz2
 Source1: olpc-login
 Patch0: initscripts-8.54.1-dont-install-orig.patch
@@ -216,6 +216,9 @@
 %{_sysconfdir}/pam.d/olpc-login
 
 %changelog
+* Thu Apr 01 2008  Michael Stone <michael at laptop.org> 8.54.1-18
+- Tell our agetty to login with /bin/bash now that we're locking the root account
+
 * Thu Jan 10 2008  Michael Stone <michael at laptop.org> 8.54.1-17
 - Correct Bernie's '--pauselogin' typo
 - Depend on a more specific version of mingetty supporting --loginpause




More information about the fedora-extras-commits mailing list