From owner-cvs-sbin Fri Oct 10 05:15:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA10214 for cvs-sbin-outgoing; Fri, 10 Oct 1997 05:15:44 -0700 (PDT) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA10158; Fri, 10 Oct 1997 05:15:12 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA24599; Fri, 10 Oct 1997 05:14:51 -0700 (PDT) Date: Fri, 10 Oct 1997 05:14:51 -0700 (PDT) Message-Id: <199710101214.FAA24599@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/init init.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/10 05:14:50 PDT Modified files: sbin/init init.c Log: This has always bugged me. At single user, the implied example it gives is not valid - it says that "sh" is the default, but you can't actually type "sh" at this prompt - it has to be /bin/sh or some other full pathname. Revision Changes Path 1.28 +2 -2 src/sbin/init/init.c