From 8ea1c93a557f1d44acb559a7fe7ecc1adbc7e985 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 31 May 1994 05:23:39 +0000 Subject: Allow group "dialer" to run cu Disallow others to run cu --- gnu/libexec/uucp/cu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/libexec') 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 -- cgit v1.1