_PATH_DEFTAPE is now defined in <paths.h>
authormillert <millert@openbsd.org>
Wed, 16 Apr 1997 04:09:20 +0000 (04:09 +0000)
committermillert <millert@openbsd.org>
Wed, 16 Apr 1997 04:09:20 +0000 (04:09 +0000)
Change man page to reflect new default tape drive (/dev/rst0)

sbin/dump/dump.8
sbin/dump/main.c
sbin/dump/pathnames.h

index c4e5f64..4590469 100644 (file)
@@ -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
index 13dd46f..debad04 100644 (file)
@@ -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 <errno.h>
 #include <fcntl.h>
 #include <fstab.h>
+#include <paths.h>
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
index 6b9c1bd..b6ee24c 100644 (file)
@@ -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 <paths.h>
 
-#define        _PATH_DEFTAPE   "/dev/rmt8"
 #define        _PATH_DTMP      "/etc/dtmp"
 #define        _PATH_DUMPDATES "/etc/dumpdates"
 #define        _PATH_LOCK      "/tmp/dumplockXXXXXX"