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 From owner-cvs-sbin Sat Oct 11 04:32:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA16243 for cvs-sbin-outgoing; Sat, 11 Oct 1997 04:32:04 -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 EAA16203; Sat, 11 Oct 1997 04:31:03 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA28823; Sat, 11 Oct 1997 04:30:34 -0700 (PDT) Date: Sat, 11 Oct 1997 04:30:34 -0700 (PDT) Message-Id: <199710111130.EAA28823@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/spppcontrol - Imported sources Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/11 04:30:30 PDT src/sbin/spppcontrol - Imported sources Update of /home/ncvs/src/sbin/spppcontrol In directory freefall.freebsd.org:/c/joerg/spppcontrol Log Message: The spppcontrol(8) utility that is required to set or display things like PAP and CHAP secrets with sppp(4). This is the first utility using the new SIOC[SG]IFGENERIC ioctls (and the reason for inventing them in the first place). Status: Vendor Tag: JOERG Release Tags: v1_0 N src/sbin/spppcontrol/spppcontrol.c N src/sbin/spppcontrol/Makefile N src/sbin/spppcontrol/spppcontrol.1 I src/sbin/spppcontrol/CVS No conflicts created by this import From owner-cvs-sbin Sat Oct 11 04:35:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA16349 for cvs-sbin-outgoing; Sat, 11 Oct 1997 04:35:11 -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 EAA16305; Sat, 11 Oct 1997 04:34:33 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA28875; Sat, 11 Oct 1997 04:34:03 -0700 (PDT) Date: Sat, 11 Oct 1997 04:34:03 -0700 (PDT) Message-Id: <199710111134.EAA28875@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/11 04:34:03 PDT Modified files: sbin Makefile Log: Enable spppcontrol. Revision Changes Path 1.40 +2 -1 src/sbin/Makefile