Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Sysinst default root login shell



On Mon, Apr 09, 2012 at 10:43:04AM +0300, Andreas Gustafsson wrote:
> The current sysinst behavior is a bug, and I would like the bug to be
> fixed rather than changing the test to ignore it.

I agree that the default (if not going through that menu) should be
/bin/sh again.

The way to fix this properly is the following patch, which might be
controversial...

Martin
Index: master.passwd
===================================================================
RCS file: /cvsroot/src/etc/master.passwd,v
retrieving revision 1.45
diff -u -r1.45 master.passwd
--- master.passwd       28 Jan 2012 02:17:29 -0000      1.45
+++ master.passwd       9 Apr 2012 09:11:23 -0000
@@ -1,5 +1,4 @@
-root::0:0::0:0:Charlie &:/root:/bin/csh
-toor:*:0:0::0:0:Bourne-again Superuser:/root:/bin/sh
+root::0:0::0:0:Charlie &:/root:/bin/sh
 daemon:*:1:1::0:0:The devil himself:/:/sbin/nologin
 operator:*:2:5::0:0:System &:/usr/guest/operator:/sbin/nologin
 bin:*:3:7::0:0:Binaries Commands and Source:/:/sbin/nologin


Home | Main Index | Thread Index | Old Index