freebsd-dev/sbin/restore
Ruslan Ermilov 860ca8fd85 restore(8) doesn't need to be setgid `tty', and never did.
At the times, restore(8) and rrestore(8) were the different
utilities.  rrestore(8) was installed setuid `root', while
restore(8) with usual ownership and privileges.  Later on,
on August 28, 1991 (what a coincidence!), rrestore(8) code
was merged with restore(8).  The setgid `tty' bit then was
accidentally put.
2001-08-30 09:18:55 +00:00
..
dirs.c Respect the -N flag when changing directory attributes in setdirmode). 2001-08-20 02:15:22 +00:00
extern.h Silence non-constant format string warnings by marking functions 2001-08-19 08:19:37 +00:00
interactive.c Stop restore from looping under certain error conditions. This 2000-12-12 12:04:02 +00:00
main.c Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
Makefile restore(8) doesn't need to be setgid `tty', and never did. 2001-08-30 09:18:55 +00:00
restore.8 Fix grammar. 2001-08-20 02:16:41 +00:00
restore.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
restore.h Well, nobody objected, so here's my -u (unlink) flag to restore. 1998-05-09 05:23:02 +00:00
symtab.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
tape.c Add 'SKIP' as an action so that verification works for multivolume restores. 2001-06-11 01:44:06 +00:00
utilities.c Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00