aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-09-14 22:18:39 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-09-14 22:18:39 +0000
commitf73f49f214c4f8d677b8c8b2663f426ae1160484 (patch)
tree6a52eed79e42584c5da2a5ec9f6fed923c835fed /gnu/libexec
parentcb1efdbadded083adc60ce21b3f1a7b7e53e35da (diff)
downloadsrc-f73f49f214c4f8d677b8c8b2663f426ae1160484.tar.gz
src-f73f49f214c4f8d677b8c8b2663f426ae1160484.zip
Make cu/uucico sgid dialer to help to work with others lockfiles,
they can't open root.dialer lockfiles in old variant.
Notes
Notes: svn path=/head/; revision=10744
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/cu/Makefile5
-rw-r--r--gnu/libexec/uucp/uucico/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile
index 85d47ab54208..1637588090b0 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
diff --git a/gnu/libexec/uucp/uucico/Makefile b/gnu/libexec/uucp/uucico/Makefile
index f93d4b417a97..7bc891635e95 100644
--- a/gnu/libexec/uucp/uucico/Makefile
+++ b/gnu/libexec/uucp/uucico/Makefile
@@ -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 \