From owner-cvs-sbin Sun Mar 12 05:27:31 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA16219 for cvs-sbin-outgoing; Sun, 12 Mar 1995 05:27:31 -0800 Received: (from ugen@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA16206; Sun, 12 Mar 1995 05:27:27 -0800 Date: Sun, 12 Mar 1995 05:27:27 -0800 From: "Ugen J.S.Antsilevich" Message-Id: <199503121327.FAA16206@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/dset dset.c Sender: cvs-sbin-owner@freebsd.org Precedence: bulk ugen 95/03/12 05:27:26 Modified: sbin/dset dset.c Log: Fix it - now this programm should work probably..It is still commented out in rc and i ask everybody to test it and reply if it makes any troubles...If no - very good.. From owner-cvs-sbin Sun Mar 12 07:04:29 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA17682 for cvs-sbin-outgoing; Sun, 12 Mar 1995 07:04:29 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA17660; Sun, 12 Mar 1995 16:04:22 +0100 Date: Sun, 12 Mar 1995 16:04:22 +0100 From: Joerg Wunsch Message-Id: <199503121504.QAA17660@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/slattach slattach.8 slattach.c Sender: cvs-sbin-owner@freebsd.org Precedence: bulk joerg 95/03/12 16:04:20 Modified: sbin/slattach slattach.8 slattach.c Log: Make slattach create a PID file under /var/run when the connection is established. This way, automatic scripts are possible that might control the SLIP connection. It's unacceptable for a daemon that's being controlled by a variety of signals to not leave its PID somewhere. The file name contains the terminal path name component of the associated tty device, so it should be unique even with multiple parallel slattach's running. The file will be unlinked at regular exit. Also found a minor bug in the option handling by compiling with -Wall. From owner-cvs-sbin Sun Mar 12 11:05:06 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA21421 for cvs-sbin-outgoing; Sun, 12 Mar 1995 11:05:06 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA21411; Sun, 12 Mar 1995 11:05:04 -0800 Date: Sun, 12 Mar 1995 11:05:04 -0800 From: Bill Paul Message-Id: <199503121905.LAA21411@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c ifconfig.8 Sender: cvs-sbin-owner@freebsd.org Precedence: bulk wpaul 95/03/12 11:05:04 Modified: sbin/ifconfig ifconfig.c ifconfig.8 Log: Impliment -ad and -au flags in addition to -a and document the change in the man page. ifconfig -au affects all interfaces marked as up, and ifconfig -ad affects only the interfaces marked down. ifconfig -a still handles everything. This change is purely for compatibility with SunOS, for those who might be accustomed to the SunOS ifconfig's behavior. From owner-cvs-sbin Sun Mar 12 12:15:04 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA22245 for cvs-sbin-outgoing; Sun, 12 Mar 1995 12:15:04 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA22208; Sun, 12 Mar 1995 12:14:55 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id MAA06737; Sun, 12 Mar 1995 12:14:49 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id MAA27866; Sun, 12 Mar 1995 12:14:48 -0800 Message-Id: <199503122014.MAA27866@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Joerg Wunsch cc: CVS-commiters@freefall.cdrom.com, cvs-sbin@freefall.cdrom.com Subject: Re: cvs commit: src/sbin/slattach slattach.8 slattach.c In-reply-to: Your message of "Sun, 12 Mar 95 16:04:22 +0100." <199503121504.QAA17660@freefall.cdrom.com> From: David Greenman Reply-To: davidg@Root.COM Date: Sun, 12 Mar 1995 12:14:48 -0800 Sender: cvs-sbin-owner@freebsd.org Precedence: bulk >joerg 95/03/12 16:04:20 > > Modified: sbin/slattach slattach.8 slattach.c > Log: > Make slattach create a PID file under /var/run when the connection is > established. This way, automatic scripts are possible that might > control the SLIP connection. It's unacceptable for a daemon that's > being controlled by a variety of signals to not leave its PID > somewhere. The file name contains the terminal path name component of > the associated tty device, so it should be unique even with multiple > parallel slattach's running. The file will be unlinked at regular exit. I'm not sure this is going to work in all cases that slattach is used. I know of people that start slattach's from floppy (don't we do that on our own install floppies?), and 1) the filesystem is readonly, and 2) /var/run doesn't exist. Do you continue without complaint if the PID file can't be created? Do you continue without complaint if it can't be removed? ...and another thing, what do you do with the PID file when slattach forks (after the HUP on the tty, before the dialer is called)? I would prefer that an option be added to control the creation of the PID file that defaults to *off*. -DG From owner-cvs-sbin Sun Mar 12 15:37:31 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA27221 for cvs-sbin-outgoing; Sun, 12 Mar 1995 15:37:31 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA27211; Mon, 13 Mar 1995 00:37:29 +0100 Date: Mon, 13 Mar 1995 00:37:29 +0100 From: Joerg Wunsch Message-Id: <199503122337.AAA27211@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/slattach slattach.c Sender: cvs-sbin-owner@freebsd.org Precedence: bulk joerg 95/03/13 00:37:28 Modified: sbin/slattach slattach.c Log: Do not try to make any notice if the PID file cannot be created. Makes folks happy that run slattach in single-user, where /var/run is probably missing. From owner-cvs-sbin Tue Mar 14 22:16:14 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA11524 for cvs-sbin-outgoing; Tue, 14 Mar 1995 22:16:14 -0800 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA11513; Tue, 14 Mar 1995 22:16:12 -0800 Date: Tue, 14 Mar 1995 22:16:12 -0800 From: Poul-Henning Kamp Message-Id: <199503150616.WAA11513@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/sysinstall stage2.c Sender: cvs-sbin-owner@freebsd.org Precedence: bulk phk 95/03/14 22:16:12 Modified: sbin/sysinstall stage2.c Log: Extract the cpio-floppy relative to the root, not /stand. From owner-cvs-sbin Tue Mar 14 23:08:36 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA15447 for cvs-sbin-outgoing; Tue, 14 Mar 1995 23:08:36 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA15430; Tue, 14 Mar 1995 23:08:34 -0800 Date: Tue, 14 Mar 1995 23:08:34 -0800 From: David Greenman Message-Id: <199503150708.XAA15430@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/tunefs tunefs.8 Sender: cvs-sbin-owner@freebsd.org Precedence: bulk davidg 95/03/14 23:08:34 Modified: sbin/tunefs tunefs.8 Log: Changed manual page to conform to the reality in FreeBSD. From owner-cvs-sbin Thu Mar 16 09:11:29 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA13173 for cvs-sbin-outgoing; Thu, 16 Mar 1995 09:11:29 -0800 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA13147; Thu, 16 Mar 1995 09:11:24 -0800 Date: Thu, 16 Mar 1995 09:11:24 -0800 From: "Garrett A. Wollman" Message-Id: <199503161711.JAA13147@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/modload modload.c Sender: cvs-sbin-owner@freebsd.org Precedence: bulk wollman 95/03/16 09:11:23 Modified: sbin/modload modload.c Log: Fix long-standing core dump when ld returns failure. From owner-cvs-sbin Thu Mar 16 20:41:23 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA14885 for cvs-sbin-outgoing; Thu, 16 Mar 1995 20:41:23 -0800 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA14874; Thu, 16 Mar 1995 20:41:21 -0800 Date: Thu, 16 Mar 1995 20:41:21 -0800 From: Poul-Henning Kamp Message-Id: <199503170441.UAA14874@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/fsck fsck.8 Sender: cvs-sbin-owner@freebsd.org Precedence: bulk phk 95/03/16 20:41:20 Modified: sbin/fsck fsck.8 Log: Remove reference to fsdb(8). We don't have it. From owner-cvs-sbin Sat Mar 18 22:28:51 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA00935 for cvs-sbin-outgoing; Sat, 18 Mar 1995 22:28:51 -0800 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA00925; Sat, 18 Mar 1995 22:28:49 -0800 Date: Sat, 18 Mar 1995 22:28:49 -0800 From: Poul-Henning Kamp Message-Id: <199503190628.WAA00925@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/sysinstall stage2.c Sender: cvs-sbin-owner@freebsd.org Precedence: bulk phk 95/03/18 22:28:49 Modified: sbin/sysinstall stage2.c Log: add a \t which has been nagging me too long