aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-08-30 09:18:55 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-08-30 09:18:55 +0000
commit860ca8fd8538f8928f5b0556ff554a97cf14afb2 (patch)
treeaf0d1a339cde883db015855ede7b161fcb62b0b5 /sbin
parent5f063c7b09edb4c7d47798c3ab8754f52413a7e5 (diff)
downloadsrc-860ca8fd8538f8928f5b0556ff554a97cf14afb2.tar.gz
src-860ca8fd8538f8928f5b0556ff554a97cf14afb2.zip
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.
Notes
Notes: svn path=/head/; revision=82556
Diffstat (limited to 'sbin')
-rw-r--r--sbin/restore/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index 16169cb117fb..7de467311bac 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