From owner-cvs-sys Sun Sep 15 12:36:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA09937 for cvs-sys-outgoing; Sun, 15 Sep 1996 12:36:44 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA09906; Sun, 15 Sep 1996 12:35:26 -0700 (PDT) Date: Sun, 15 Sep 1996 12:35:26 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199609151935.MAA09906@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/09/15 12:35:25 Modified: sys/i386/i386 userconfig.c Log: Fix something that has annoyed me since day one of userconfig: when the prompt receives a 'q', just abandon the list, the user wants out. Revision Changes Path 1.46 +10 -6 src/sys/i386/i386/userconfig.c