diff options
author | ache <ache@FreeBSD.org> | 1994-05-31 07:47:39 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-05-31 07:47:39 +0000 |
commit | c04a28a46c79e174f5f83761cbbd8153f76c5615 (patch) | |
tree | 45e6f908d284b5df6bf3b4db8fadb228822f5221 /gnu/libexec | |
parent | 4f20a0f76c2d8609aecbe89894f01429484c73a2 (diff) | |
download | FreeBSD-src-c04a28a46c79e174f5f83761cbbd8153f76c5615.zip FreeBSD-src-c04a28a46c79e174f5f83761cbbd8153f76c5615.tar.gz |
Don't need to restrict cu, it can be able to check permissions by itself
Diffstat (limited to 'gnu/libexec')
-rw-r--r-- | gnu/libexec/uucp/cu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile index 1804986..53343ce 100644 --- a/gnu/libexec/uucp/cu/Makefile +++ b/gnu/libexec/uucp/cu/Makefile @@ -1,10 +1,9 @@ # Makefile for cu -# $Id: Makefile,v 1.1 1993/08/05 18:23:27 conklin Exp $ +# $Id: Makefile,v 1.2 1994/05/31 05:23:39 ache Exp $ BINDIR= $(bindir) BINOWN= $(owner) -BINGRP= dialer -BINMODE= 4550 +BINMODE= 4555 PROG= cu SRCS= cu.c prot.c log.c chat.c conn.c tcp.c tli.c copy.c |