mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Make cu/uucico sgid dialer to help to work with others lockfiles,
they can't open root.dialer lockfiles in old variant.
This commit is contained in:
parent
cb1efdbadd
commit
f73f49f214
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10744
@ -1,9 +1,10 @@
|
|||||||
# Makefile for cu
|
# Makefile for cu
|
||||||
# $Id: Makefile,v 1.3 1994/05/31 07:47:39 ache Exp $
|
# $Id: Makefile,v 1.4 1995/08/19 21:24:49 ache Exp $
|
||||||
|
|
||||||
BINDIR= $(bindir)
|
BINDIR= $(bindir)
|
||||||
BINOWN= $(owner)
|
BINOWN= $(owner)
|
||||||
BINMODE= 4555
|
BINGRP= dialer
|
||||||
|
BINMODE= 6555
|
||||||
|
|
||||||
PROG= cu
|
PROG= cu
|
||||||
SRCS= cu.c prot.c log.c chat.c conn.c copy.c
|
SRCS= cu.c prot.c log.c chat.c conn.c copy.c
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# Makefile for uucico
|
# Makefile for uucico
|
||||||
# $Id: Makefile,v 1.7 1995/05/13 12:29:57 ache Exp $
|
# $Id: Makefile,v 1.8 1995/08/19 21:29:34 ache Exp $
|
||||||
|
|
||||||
BINDIR= $(libxdir)
|
BINDIR= $(libxdir)
|
||||||
BINOWN= $(owner)
|
BINOWN= $(owner)
|
||||||
BINMODE= 4555
|
BINGRP= dialer
|
||||||
|
BINMODE= 6555
|
||||||
|
|
||||||
PROG= uucico
|
PROG= uucico
|
||||||
SRCS= uucico.c trans.c send.c rec.c xcmd.c prot.c protg.c protf.c \
|
SRCS= uucico.c trans.c send.c rec.c xcmd.c prot.c protg.c protf.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user