From owner-freebsd-questions Sun Sep 16 22:44:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lamia.lf.net (lamia.LF.net [212.9.190.31]) by hub.freebsd.org (Postfix) with ESMTP id A379F37B401 for ; Sun, 16 Sep 2001 22:44:53 -0700 (PDT) Received: by lamia.lf.net (Smail3.2.0.111/lamia.lf.net) via LF.net GmbH Internet Services for hub.freebsd.org id m15irCd-001Sq7C; Mon, 17 Sep 2001 07:44:19 +0200 (CEST) To: Wayne Cuddy Cc: freebsd-questions@freebsd.org Subject: Re: backspace does not delete previous character References: <20010916182025.A16926@crb-web.com> <20010916202806.V5270-100000@cx175057-a.ocnsd1.sdca.home.com> <20010917000314.A18070@crb-web.com> Organization: LF.net GmbH, Stuttgart, Germany X-Attribution: viteno X-NCC-RegID: de.lfnet X-URL: http://www.LF.net/ X-Face: 5*nyF1\39:,h6Sk1<}(t1O5x!y5y6@XzBRq5LAYj;Xzb*Ak,]@$HL@>: c&#dUFU=U8O(+/6T0k{j{1~uS@GVk4zurEEb.~MoSbG2pM4z!~/<@.tcd `uD`fNR+TM\@++x@!/Bq)24"xD_kGn,jqwVQa|R'|FFxgWa+$0x]p>KE9E /Xk0$%a*2*K]"zOtbk9v0sNgwb2H"IOaEjCVolb5&yW`o#w2}!w!M{Dn&{K0t From: Norbert Koch Date: Mon, 17 Sep 2001 07:44:19 +0200 In-Reply-To: <20010917000314.A18070@crb-web.com> (Wayne Cuddy's message of "Mon, 17 Sep 2001 00:03:14 -0500") Message-ID: Lines: 20 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.5 (asparagus) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wayne Cuddy writes: Hi! > Yes I did and it worked. However it appears that the value of erase needs to > be set differently based on the originating hosts. Are there any slick ways > to handle these different cases automatically in .profile? You could check the system type and switch on this, eg case `uname -s` in FreeBSD) ... ;; Linux) ... ;; esac norbert. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message