diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-03 10:59:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-03 10:59:48 +0000 |
commit | e8a089d0fd53aea1eca4938b2ef82801712cf3bc (patch) | |
tree | d48423ddd1b89e41f9a1217bc5fb4cfbca2c7948 | |
parent | 3417f915a790936769abb44f876bf02324a16007 (diff) |
like tip, group dialer access only
-rw-r--r-- | gnu/libexec/uucp/cu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile index 150579b5ebd..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 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 |