summaryrefslogtreecommitdiffstats
path: root/sbin/restore/Makefile
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-02-09 18:03:41 +0000
committereivind <eivind@FreeBSD.org>1997-02-09 18:03:41 +0000
commitbf3d8cc375af3ea5a33ebcc8367767e1bc088cd4 (patch)
tree552da062da8559d9e246438af9974116bfa38eb1 /sbin/restore/Makefile
parentdd9792c5ffdf57acf5385194bafedd6d9dbc0b03 (diff)
downloadFreeBSD-src-bf3d8cc375af3ea5a33ebcc8367767e1bc088cd4.zip
FreeBSD-src-bf3d8cc375af3ea5a33ebcc8367767e1bc088cd4.tar.gz
Remove suid bit from binary, and update manpage to reflect this.
Diffstat (limited to 'sbin/restore/Makefile')
-rw-r--r--sbin/restore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index 5d49d00..916e6f0 100644
--- a/sbin/restore/Makefile
+++ b/sbin/restore/Makefile
@@ -7,7 +7,7 @@ SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
dumprmt.c
BINOWN= root
BINGRP= tty
-BINMODE=6555
+BINMODE=2555
MAN8= restore.8
MLINKS+=restore.8 rrestore.8
.PATH: ${.CURDIR}/../dump
OpenPOWER on IntegriCloud