summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/cu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-14 22:18:39 +0000
committerache <ache@FreeBSD.org>1995-09-14 22:18:39 +0000
commit5dadbad941c6d440e0f3c59d5d82a02f33b842c8 (patch)
tree6a52eed79e42584c5da2a5ec9f6fed923c835fed /gnu/libexec/uucp/cu
parent4e31b924ed95cf68cb7fb222c8172bc24f42b0ac (diff)
downloadFreeBSD-src-5dadbad941c6d440e0f3c59d5d82a02f33b842c8.zip
FreeBSD-src-5dadbad941c6d440e0f3c59d5d82a02f33b842c8.tar.gz
Make cu/uucico sgid dialer to help to work with others lockfiles,
they can't open root.dialer lockfiles in old variant.
Diffstat (limited to 'gnu/libexec/uucp/cu')
-rw-r--r--gnu/libexec/uucp/cu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile
index 85d47ab..1637588 100644
--- a/gnu/libexec/uucp/cu/Makefile
+++ b/gnu/libexec/uucp/cu/Makefile
@@ -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
OpenPOWER on IntegriCloud