diff options
author | eivind <eivind@FreeBSD.org> | 1997-02-09 20:56:34 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1997-02-09 20:56:34 +0000 |
commit | 959fd6631c3c7b10aadf2f4da3efaa6f355548b6 (patch) | |
tree | 3bf83cf52d0338ed7acf4acca702360d7713dc48 /sbin/dump/Makefile | |
parent | e3e68afe8f010508380a8d452564778b7c196d51 (diff) | |
download | FreeBSD-src-959fd6631c3c7b10aadf2f4da3efaa6f355548b6.zip FreeBSD-src-959fd6631c3c7b10aadf2f4da3efaa6f355548b6.tar.gz |
Removed default setuid and added a comment to the manpage explaining this.
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r-- | sbin/dump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index d9aba3d..0912d8d 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -18,7 +18,7 @@ CFLAGS+=-DRDUMP SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c BINOWN= root BINGRP= tty -BINMODE=6555 +BINMODE=2555 MAN8= dump.8 MLINKS+=dump.8 rdump.8 |