1
0
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:
Andrey A. Chernov 1995-09-14 22:18:39 +00:00
parent cb1efdbadd
commit f73f49f214
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10744
2 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,10 @@
# 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)
BINOWN= $(owner)
BINMODE= 4555
BINGRP= dialer
BINMODE= 6555
PROG= cu
SRCS= cu.c prot.c log.c chat.c conn.c copy.c

View File

@ -1,9 +1,10 @@
# 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)
BINOWN= $(owner)
BINMODE= 4555
BINGRP= dialer
BINMODE= 6555
PROG= uucico
SRCS= uucico.c trans.c send.c rec.c xcmd.c prot.c protg.c protf.c \