diff options
author | ache <ache@FreeBSD.org> | 1994-05-31 05:09:03 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-05-31 05:09:03 +0000 |
commit | d69fdd8b3f07c9947821c94ed845bc37667f5fd8 (patch) | |
tree | 5d3ae14d2a7bcc2280fe9e6642cbf9c5bc05492a /gnu/libexec | |
parent | dd4742288dd21a9dccdcdf62ed09d0a6c02defff (diff) | |
download | FreeBSD-src-d69fdd8b3f07c9947821c94ed845bc37667f5fd8.zip FreeBSD-src-d69fdd8b3f07c9947821c94ed845bc37667f5fd8.tar.gz |
Don't allow others run uuxqt
Diffstat (limited to 'gnu/libexec')
-rw-r--r-- | gnu/libexec/uucp/uuxqt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uuxqt/Makefile b/gnu/libexec/uucp/uuxqt/Makefile index cdf11bb..f2db0e4 100644 --- a/gnu/libexec/uucp/uuxqt/Makefile +++ b/gnu/libexec/uucp/uuxqt/Makefile @@ -1,9 +1,9 @@ # Makefile for uuxqt -# $Id: Makefile,v 1.2 1993/08/06 23:38:29 rgrimes Exp $ +# $Id: Makefile,v 1.3 1994/05/07 18:14:39 ache Exp $ BINDIR= $(sbindir) BINOWN= $(owner) -BINMODE= 4555 +BINMODE= 4550 PROG= uuxqt SRCS= uuxqt.c util.c log.c copy.c |