From owner-cvs-sbin Fri Nov 17 15:22:54 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05836 for cvs-sbin-outgoing; Fri, 17 Nov 1995 15:22:54 -0800 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05808 ; Fri, 17 Nov 1995 15:22:37 -0800 Date: Fri, 17 Nov 1995 15:22:37 -0800 From: Joerg Wunsch Message-Id: <199511172322.PAA05808@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/mountd mountd.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk joerg 95/11/17 15:22:36 Modified: sbin/mountd mountd.c Log: Avoid bogus free() of a junk pointer. Detected by: phkmalloc Submitted by: grog@lemis.de (Greg Lehey) From owner-cvs-sbin Sat Nov 18 10:00:50 1995 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA09022 for cvs-sbin-outgoing; Sat, 18 Nov 1995 10:00:50 -0800 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA09013 ; Sat, 18 Nov 1995 10:00:45 -0800 Date: Sat, 18 Nov 1995 10:00:45 -0800 From: Joerg Wunsch Message-Id: <199511181800.KAA09013@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/dump dump.8 dump.h dumprmt.c main.c pathnames.h Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk joerg 95/11/18 10:00:44 Modified: sbin/dump dump.8 dump.h dumprmt.c main.c pathnames.h Log: Andreas Klemm's patch set for dump(8), with some minor (cosmetic) changes and one addition by me. . Use reasonable defaults for the tape drive (/dev/rst0) instead of something we actually don't have. . Add a summary line displaying the alapsed time and the total throughput. . Replace "rmt" for the remote location of rmt(8) by "/etc/rmt", since this is the historical protocol, and relying on the $PATH causes a big pain. Make it adjustable via an environmental variable though. Reviewed by: joerg (for Andreas' part) Submitted by: andreas@knobel.gun.de (Andreas Klemm)