From owner-freebsd-current@FreeBSD.ORG Tue Jul 5 09:52:28 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D68216A41C for ; Tue, 5 Jul 2005 09:52:28 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402DB43D46 for ; Tue, 5 Jul 2005 09:52:28 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from 217-13-2-82.dd.nextgentel.com ([217.13.2.82] helo=h311r4z3r) by mail.yazzy.org with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1Dpk6L-0006Ho-1P for current@freebsd.org; Tue, 05 Jul 2005 11:52:25 +0200 Date: Tue, 5 Jul 2005 11:52:34 +0200 From: Marcin Jessa To: FreeBSD-Current Message-Id: <20050705115234.44adc0ed.lists@yazzy.org> Organization: YazzY.org X-Mailer: Sylpheed version 1.9.12 (GTK+ 2.6.8; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -2.5 (--) Cc: Subject: getty replacement X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 09:52:28 -0000 Hi guys. Is there any way to replace "/usr/libexec/getty Pc" with a custom application and what would be requirements for such an app? Running ttyv0 "/some/app/shell_code.sh Pc" cons23 on secure gives me: init: getty repeating too quickly on port /dev/ttyv0, sleeping 30 secs and my code is not executed.