Date: Thu, 21 Jan 2010 17:35:04 -0600 From: Martin McCormick <martin@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Subject: mfsbsd Makefile Message-ID: <201001212335.o0LNZ4bB023370@dc.cis.okstate.edu>
next in thread | raw e-mail | index | archive | help
I would like to enable a serial tty login when running the mfsbsd suite. I thought I could just copy /etc/ttys in to mfsbsd-1.0-beta3/conf but the etc/ttys file shows ttyu0 as "dialup off secure" My ttys file has it "vt100 on insecure" I probably should make that secure since one does log in directly as root. The Makefile has the following line pertaining to ttys: @${SED} -I -E 's/\(ttyv[2-7].*\)on /\1off/g' ${WRKDIR}/mfs/etc/ttys This looks like it should not even effect ttyu0. Any ideas as to how to get ttyu0 to come out the way I am trying to set it. Everything else seems to work correctly. I am getting the configured interfaces and can ssh in to the root account so it is almost the way I want it. Thanks for any suggestions. Martin McCormick WB5AGZ Stillwater, OK Systems Engineer OSU Information Technology Department Telecommunications Services Group
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001212335.o0LNZ4bB023370>