NetBSD Problem Report #53442

From dholland@macaran.eecs.harvard.edu  Wed Jul 11 03:40:24 2018
Return-Path: <dholland@macaran.eecs.harvard.edu>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 1E5E47A1BA
	for <gnats-bugs@gnats.NetBSD.org>; Wed, 11 Jul 2018 03:40:24 +0000 (UTC)
Message-Id: <20180711034012.6B3236E22D@macaran.eecs.harvard.edu>
Date: Tue, 10 Jul 2018 23:40:12 -0400 (EDT)
From: dholland@eecs.harvard.edu
Reply-To: dholland@NetBSD.org
To: gnats-bugs@NetBSD.org
Subject: rrestore(8)
X-Send-Pr-Version: 3.95

>Number:         53442
>Category:       bin
>Synopsis:       rrestore(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 11 03:45:00 +0000 2018
>Closed-Date:    Sun Jul 15 06:20:49 +0000 2018
>Last-Modified:  Fri Mar 29 19:45:01 +0000 2019
>Originator:     David Holland
>Release:        NetBSD 8.99.18 (20180523)
>Organization:
>Environment:
System: NetBSD macaran 8.99.18 NetBSD 8.99.18 (MACARAN) #49: Wed May 23 01:28:39 EDT 2018 dholland@macaran:/usr/src/sys/arch/amd64/compile/MACARAN amd64
Architecture: x86_64
Machine: amd64
>Description:

restore(8) is crossreferenced as rrestore(8), but the page says
nothing about what rrestore is or does.

the same applies to rdump in dump(8).

>How-To-Repeat:

man, grep

>Fix:

rdump is rsh + dump, right? and same for rrestore?

>Release-Note:

>Audit-Trail:
From: "David A. Holland" <dholland@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/53442 CVS commit: src/sbin/dump
Date: Sun, 15 Jul 2018 06:14:13 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Sun Jul 15 06:14:13 UTC 2018

 Modified Files:
 	src/sbin/dump: dump.8

 Log Message:
 Document what rdump is (was once) for. PR 53442.


 To generate a diff of this commit:
 cvs rdiff -u -r1.68 -r1.69 src/sbin/dump/dump.8

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "David A. Holland" <dholland@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/53442 CVS commit: src/sbin/restore
Date: Sun, 15 Jul 2018 06:16:12 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Sun Jul 15 06:16:12 UTC 2018

 Modified Files:
 	src/sbin/restore: restore.8

 Log Message:
 Document what rrestore is (was once) for. PR 53442.
  CVS: ----------------------------------------------------------------------


 To generate a diff of this commit:
 cvs rdiff -u -r1.54 -r1.55 src/sbin/restore/restore.8

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 15 Jul 2018 06:20:49 +0000
State-Changed-Why:
fixed.


From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/53442 CVS commit: [netbsd-8] src/sbin
Date: Fri, 29 Mar 2019 19:43:28 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri Mar 29 19:43:28 UTC 2019

 Modified Files:
 	src/sbin/dump [netbsd-8]: dump.8 dump.h ffs_inode.c itime.c main.c
 	    optr.c tape.c traverse.c
 	src/sbin/dump_lfs [netbsd-8]: dump_lfs.8

 Log Message:
 Pull up following revision(s) (requested by manu in ticket #1221):

 	sbin/dump/tape.c: revision 1.55
 	sbin/dump_lfs/dump_lfs.8: revision 1.18
 	sbin/dump/dump.h: revision 1.56
 	sbin/dump/dump.8: revision 1.69
 	sbin/dump/dump.h: revision 1.57
 	sbin/dump/ffs_inode.c: revision 1.23
 	sbin/dump/optr.c: revision 1.43
 	sbin/dump/itime.c: revision 1.21
 	sbin/dump/main.c: revision 1.74
 	sbin/dump/itime.c: revision 1.22
 	sbin/dump/main.c: revision 1.75
 	sbin/dump/dump.8: revision 1.70
 	sbin/dump/traverse.c: revision 1.52
 	sbin/dump/dump.8: revision 1.71

 Document what rdump is (was once) for. PR 53442.

 Use getfsspecname() to fill the filesystem argument in dumpdates.
 While here, make sure that the error strings terminate with newline
 consistently, and add a function that adds the system error string.

 Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entry
 This address situations where dump(8) cannot figure out the device being
 dumped. It also allows tracking of subvolume dumps by using virtual
 device as dumpdates entry.

 Bump date for previous.


 To generate a diff of this commit:
 cvs rdiff -u -r1.68 -r1.68.6.1 src/sbin/dump/dump.8
 cvs rdiff -u -r1.54 -r1.54.8.1 src/sbin/dump/dump.h src/sbin/dump/tape.c
 cvs rdiff -u -r1.22 -r1.22.20.1 src/sbin/dump/ffs_inode.c
 cvs rdiff -u -r1.20 -r1.20.20.1 src/sbin/dump/itime.c
 cvs rdiff -u -r1.73 -r1.73.8.1 src/sbin/dump/main.c
 cvs rdiff -u -r1.42 -r1.42.18.1 src/sbin/dump/optr.c
 cvs rdiff -u -r1.50 -r1.50.20.1 src/sbin/dump/traverse.c
 cvs rdiff -u -r1.16 -r1.16.24.1 src/sbin/dump_lfs/dump_lfs.8

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.43 2018/01/16 07:36:43 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.