summaryrefslogtreecommitdiffstats
path: root/gnu/libexec
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-05-31 05:23:39 +0000
committerache <ache@FreeBSD.org>1994-05-31 05:23:39 +0000
commit8ea1c93a557f1d44acb559a7fe7ecc1adbc7e985 (patch)
treed54476a0bc58e039c9ea29c517f5242163e9318d /gnu/libexec
parentc658162bede674572d551a55887e8151b94cd78d (diff)
downloadFreeBSD-src-8ea1c93a557f1d44acb559a7fe7ecc1adbc7e985.zip
FreeBSD-src-8ea1c93a557f1d44acb559a7fe7ecc1adbc7e985.tar.gz
Allow group "dialer" to run cu
Disallow others to run cu
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/cu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile
index 5b1ba03d..1804986 100644
--- a/gnu/libexec/uucp/cu/Makefile
+++ b/gnu/libexec/uucp/cu/Makefile
@@ -1,9 +1,10 @@
# Makefile for cu
-# $Id: Makefile,v 1.2 1993/08/05 16:14:45 jtc Exp $
+# $Id: Makefile,v 1.1 1993/08/05 18:23:27 conklin Exp $
BINDIR= $(bindir)
BINOWN= $(owner)
-BINMODE= 4555
+BINGRP= dialer
+BINMODE= 4550
PROG= cu
SRCS= cu.c prot.c log.c chat.c conn.c tcp.c tli.c copy.c
OpenPOWER on IntegriCloud