Allow uux and uucp to run by others,

we can got problems with various mailers in other case
This commit is contained in:
Andrey A. Chernov 1994-05-31 07:37:25 +00:00
parent 33dddc66c6
commit 70db166b79
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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