summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-15 00:05:07 +0000
committerache <ache@FreeBSD.org>1995-09-15 00:05:07 +0000
commit10fa447e275871a2fd9a0ad3dc844626eb638283 (patch)
treea80fd27b8f07cf0698e2cf885db3f2b5134c06f9 /gnu
parentfc0d2fcf306fb5d5686ce5e18b810bf9e670af09 (diff)
downloadFreeBSD-src-10fa447e275871a2fd9a0ad3dc844626eb638283.zip
FreeBSD-src-10fa447e275871a2fd9a0ad3dc844626eb638283.tar.gz
Make it sgid dialer to read lockfiles
Diffstat (limited to 'gnu')
-rw-r--r--gnu/libexec/uucp/uustat/Makefile5
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
OpenPOWER on IntegriCloud