diff options
author | ache <ache@FreeBSD.org> | 1995-09-15 00:05:07 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-15 00:05:07 +0000 |
commit | 10fa447e275871a2fd9a0ad3dc844626eb638283 (patch) | |
tree | a80fd27b8f07cf0698e2cf885db3f2b5134c06f9 | |
parent | fc0d2fcf306fb5d5686ce5e18b810bf9e670af09 (diff) | |
download | FreeBSD-src-10fa447e275871a2fd9a0ad3dc844626eb638283.zip FreeBSD-src-10fa447e275871a2fd9a0ad3dc844626eb638283.tar.gz |
Make it sgid dialer to read lockfiles
-rw-r--r-- | gnu/libexec/uucp/uustat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uustat/Makefile b/gnu/libexec/uucp/uustat/Makefile index 7451292..f45e6a1 100644 --- a/gnu/libexec/uucp/uustat/Makefile +++ b/gnu/libexec/uucp/uustat/Makefile @@ -1,9 +1,10 @@ # Makefile for uustat -# $Id: Makefile,v 1.2 1993/08/05 16:15:22 jtc Exp $ +# $Id: Makefile,v 1.1 1993/08/05 18:28:01 conklin Exp $ BINDIR= $(bindir) BINOWN= $(owner) -BINMODE= 4555 +BINGRP= dialer +BINMODE= 6555 PROG= uustat SRCS= uustat.c util.c log.c copy.c |