From 70db166b79eb1567e8b4c67c483943b2233388b2 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 31 May 1994 07:37:25 +0000 Subject: [PATCH] Allow uux and uucp to run by others, we can got problems with various mailers in other case --- gnu/libexec/uucp/uucp/Makefile | 5 ++--- 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 e44afea4d35..4cb4afa8138 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 7d8c92fbafe..4ee45a43145 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