Replace console login prompt

2009-03-13 Thread Matias Surdi

Hi,

Please, could somebody give me a pointer to some documentation or an 
idea of how to replace the default console login prompt with a custom 
script?



Thank you very much.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Replace console login prompt

2009-03-13 Thread Ivan Voras
Matias Surdi wrote:
 Hi,
 
 Please, could somebody give me a pointer to some documentation or an
 idea of how to replace the default console login prompt with a custom
 script?

man 5 ttys




signature.asc
Description: OpenPGP digital signature


Re: Replace console login prompt

2009-03-13 Thread Dan Nelson
In the last episode (Mar 13), Ivan Voras said:
 Matias Surdi wrote:
  Please, could somebody give me a pointer to some documentation or an
  idea of how to replace the default console login prompt with a custom
  script?
 
 man 5 ttys

or, man 5 gettytab.  gettytab is the file that holds the login prompt text.

-- 
Dan Nelson
dnel...@allantgroup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Replace console login prompt

2009-03-13 Thread Matias Surdi

Thanks for your help Ivan.

Finally, I found here the solution:

http://www.unix.com/unix-dummies-questions-answers/13126-freebsd-auto-login-user-boot-im-stuck.html

I set up getty to autologin and then a .login runs my script.

Thanks.


Ivan Voras escribió:

Matias Surdi wrote:

Hi,

Please, could somebody give me a pointer to some documentation or an
idea of how to replace the default console login prompt with a custom
script?


man 5 ttys




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org