From owner-freebsd-questions@FreeBSD.ORG Thu Jan 21 23:35:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFE861065697 for ; Thu, 21 Jan 2010 23:35:15 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id 9892B8FC17 for ; Thu, 21 Jan 2010 23:35:15 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.2/8.13.8) with ESMTP id o0LNZ4bB023370 for ; Thu, 21 Jan 2010 17:35:04 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201001212335.o0LNZ4bB023370@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Thu, 21 Jan 2010 17:35:04 -0600 From: Martin McCormick Subject: mfsbsd Makefile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2010 23:35:15 -0000 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