mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow uux and uucp to run by others,
we can got problems with various mailers in other case
This commit is contained in:
parent
33dddc66c6
commit
70db166b79
2 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue