summaryrefslogtreecommitdiffstats
path: root/sbin/restore
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-30 09:18:55 +0000
committerru <ru@FreeBSD.org>2001-08-30 09:18:55 +0000
commitc4f33518b627fb166603d8bc4b0e3f73feb18df2 (patch)
treeaf0d1a339cde883db015855ede7b161fcb62b0b5 /sbin/restore
parentd52fd88ca392eb8e1e9ea3d4d3fef3fbf2cee11e (diff)
downloadFreeBSD-src-c4f33518b627fb166603d8bc4b0e3f73feb18df2.zip
FreeBSD-src-c4f33518b627fb166603d8bc4b0e3f73feb18df2.tar.gz
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.
Diffstat (limited to 'sbin/restore')
-rw-r--r--sbin/restore/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index 16169cb..7de4673 100644
--- a/sbin/restore/Makefile
+++ b/sbin/restore/Makefile
@@ -7,8 +7,6 @@ CFLAGS+=-DRRESTORE
CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
dumprmt.c
-BINGRP= tty
-BINMODE=2555
MAN= restore.8
MLINKS+=restore.8 rrestore.8
.PATH: ${.CURDIR}/../dump
OpenPOWER on IntegriCloud