Re: boot without user and password

2003-03-22 Thread Willem van Engen
There is also the autologin (al) option in gettytab(5) that logs in a user instead of prompting for a username/password. You can run X from his .profile btw. isn't this more appropriate for freebsd-questions instead of -hackers? On Thu, 20 Mar 2003 16:18:43 + "Emilio Manuel" <[EMAIL PROTECTED

Re: boot without user and password

2003-03-20 Thread Leo Bicknell
In a message written on Thu, Mar 20, 2003 at 04:18:43PM +, Emilio Manuel wrote: > I wan to do this under Xwindows because I pretend to use this box as a > "dumb X terminal" that can display messages send from another UNIX machine. If you really want to use it as an xterminal, you probably wan

Re: boot without user and password

2003-03-20 Thread void
On Thu, Mar 20, 2003 at 11:40:12AM -0500, Anthony Schneider wrote: > if you are trying to do what i think you're trying to do, you can put > something like the following in /etc/rc.local or in a script in > /usr/local/etc/rc.d: > > su username -c xinit > > where username is the name of the user

Re: boot without user and password

2003-03-20 Thread Anthony Schneider
if you are trying to do what i think you're trying to do, you can put something like the following in /etc/rc.local or in a script in /usr/local/etc/rc.d: su username -c xinit where username is the name of the user you want to start X with. -Anthony. On Thu, Mar 20, 2003 at 04:18:43PM +,