diff options
author | ache <ache@FreeBSD.org> | 1994-05-31 07:37:25 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-05-31 07:37:25 +0000 |
commit | 4f20a0f76c2d8609aecbe89894f01429484c73a2 (patch) | |
tree | a5336483eb88378ddfa00bd43e119e8de7087a43 /gnu/libexec/uucp | |
parent | 7b66d7143bcace2a8755efafa23e7eb47e4d7aab (diff) | |
download | FreeBSD-src-4f20a0f76c2d8609aecbe89894f01429484c73a2.zip FreeBSD-src-4f20a0f76c2d8609aecbe89894f01429484c73a2.tar.gz |
Allow uux and uucp to run by others,
we can got problems with various mailers in other case
Diffstat (limited to 'gnu/libexec/uucp')
-rw-r--r-- | gnu/libexec/uucp/uucp/Makefile | 5 | ||||
-rw-r--r-- | gnu/libexec/uucp/uux/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gnu/libexec/uucp/uucp/Makefile b/gnu/libexec/uucp/uucp/Makefile index e44afea..4cb4afa 100644 --- a/gnu/libexec/uucp/uucp/Makefile +++ b/gnu/libexec/uucp/uucp/Makefile @@ -1,10 +1,9 @@ # Makefile for uucp -# $Id: Makefile,v 1.1 1993/08/05 18:27:34 conklin Exp $ +# $Id: Makefile,v 1.2 1994/05/31 05:37:12 ache Exp $ BINDIR= $(bindir) BINOWN= $(owner) -BINGRP= $(group) -BINMODE= 4550 +BINMODE= 4555 PROG= uucp SRCS= uucp.c util.c log.c copy.c diff --git a/gnu/libexec/uucp/uux/Makefile b/gnu/libexec/uucp/uux/Makefile index 7d8c92f..4ee45a4 100644 --- a/gnu/libexec/uucp/uux/Makefile +++ b/gnu/libexec/uucp/uux/Makefile @@ -1,10 +1,9 @@ # Makefile for uux -# $Id: Makefile,v 1.1 1993/08/05 18:28:14 conklin Exp $ +# $Id: Makefile,v 1.2 1994/05/31 05:46:38 ache Exp $ BINDIR= $(bindir) BINOWN= $(owner) -BINGRP= $(group) -BINMODE= 4550 +BINMODE= 4555 PROG= uux SRCS= uux.c util.c log.c copy.c |