From d473c96ab67d7f8cb77264eadaf49c916ceba278 Mon Sep 17 00:00:00 2001 From: millert Date: Wed, 16 Apr 1997 04:09:20 +0000 Subject: [PATCH] _PATH_DEFTAPE is now defined in Change man page to reflect new default tape drive (/dev/rst0) --- sbin/dump/dump.8 | 6 +++--- sbin/dump/main.c | 3 ++- sbin/dump/pathnames.h | 3 +-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index c4e5f647548..4590469c29c 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dump.8,v 1.5 1997/02/10 04:19:55 millert Exp $ +.\" $OpenBSD: dump.8,v 1.6 1997/04/16 04:09:20 millert Exp $ .\" $NetBSD: dump.8,v 1.14 1996/02/05 23:59:37 mrg Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -137,7 +137,7 @@ Write the backup to .Ar file may be a special device file like -.Pa /dev/rmt12 +.Pa /dev/rst0 (a tape drive), .Pa /dev/rsd1c (a disk drive), @@ -323,7 +323,7 @@ After several months or so, the daily and weekly tapes should get rotated out of the dump cycle and fresh tapes brought in. .Sh FILES .Bl -tag -width /etc/dumpdates -compact -.It Pa /dev/rmt8 +.It Pa /dev/rst0 default tape unit to dump to .It Pa /dev/rst* Raw SCSI tape interface diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 13dd46f06fe..debad044477 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.15 1997/02/25 17:37:20 millert Exp $ */ +/* $OpenBSD: main.c,v 1.16 1997/04/16 04:09:21 millert Exp $ */ /* $NetBSD: main.c,v 1.8 1996/03/15 22:39:32 scottr Exp $ */ /*- @@ -67,6 +67,7 @@ static char rcsid[] = "$NetBSD: main.c,v 1.8 1996/03/15 22:39:32 scottr Exp $"; #include #include #include +#include #include #include #include diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h index 6b9c1bd07d4..b6ee24c553e 100644 --- a/sbin/dump/pathnames.h +++ b/sbin/dump/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.3 1996/09/14 03:26:01 millert Exp $ */ +/* $OpenBSD: pathnames.h,v 1.4 1997/04/16 04:09:22 millert Exp $ */ /* $NetBSD: pathnames.h,v 1.8 1995/03/18 14:55:06 cgd Exp $ */ /* @@ -38,7 +38,6 @@ #include -#define _PATH_DEFTAPE "/dev/rmt8" #define _PATH_DTMP "/etc/dtmp" #define _PATH_DUMPDATES "/etc/dumpdates" #define _PATH_LOCK "/tmp/dumplockXXXXXX" -- 2.20.1