From owner-freebsd-questions@FreeBSD.ORG Mon May 2 14:30:36 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5765F16A4D2 for ; Mon, 2 May 2005 14:30:36 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067C343D58 for ; Mon, 2 May 2005 14:30:36 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 8646 invoked from network); 2 May 2005 14:30:35 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 2 May 2005 14:30:35 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9382555; Mon, 2 May 2005 10:30:34 -0400 (EDT) Sender: lowell@be-well.ilk.org To: simon@schtriker.net References: <4276214B.1030307@schtriker.net> From: Lowell Gilbert Date: 02 May 2005 10:30:34 -0400 In-Reply-To: <4276214B.1030307@schtriker.net> Message-ID: <44k6mhd7jp.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: /etc/issue "problem" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 14:30:36 -0000 Simon Striker writes: > I have a FreeBSD 5.3 installed and I want to show a pre-login text > when user wants to login to the server through a console or telnet. > > I made an /etc/issue file and copied some text inside, but when I > telnet to the server, the text does not appear! (/etc/issue has 644 > rights). > > My /etc/gettytab includes: > > default:\ > :cb:ce:ck:lc:fd#1000:im=\r\n\Welcome!\r\n\r\n:sp#1200: > :if=/etc/issue: > > Does enybody know where is the problem and how can I fix it? > > I will be very grateful if someone will help me or give me a piece of > advice! Did you tell init(8) that you made the change? You need to send it a SIGHUP...