From 5a05a58a30991a2d2e1b05c32c673dd04b7d7527 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 3 Sep 1996 10:59:47 +0000 Subject: [PATCH] like tip, group dialer access only --- gnu/libexec/uucp/cu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile index 0a4a9299fe4..57a57ea2613 100644 --- a/gnu/libexec/uucp/cu/Makefile +++ b/gnu/libexec/uucp/cu/Makefile @@ -1,9 +1,10 @@ # Makefile for cu -# $Id: Makefile,v 1.1.1.1 1995/10/18 08:38:27 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/09/03 10:59:47 deraadt Exp $ BINDIR= $(bindir) BINOWN= $(owner) -BINMODE= 4555 +BINGRP= dialer +BINMODE= 4554 PROG= cu SRCS= cu.c prot.c log.c chat.c conn.c copy.c -- 2.20.1