From bc9f6b102eed37b5f793b40cc4837675190948cd Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Thu, 16 Mar 1989 02:28:30 -0800 Subject: [PATCH] only executable by group dialer SCCS-vsn: usr.bin/tip/Makefile 5.7 --- usr/src/usr.bin/tip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/tip/Makefile b/usr/src/usr.bin/tip/Makefile index 07a2e69811..2674197eaf 100644 --- a/usr/src/usr.bin/tip/Makefile +++ b/usr/src/usr.bin/tip/Makefile @@ -14,7 +14,7 @@ # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#)Makefile 5.6 (Berkeley) %G% +# @(#)Makefile 5.7 (Berkeley) %G% # # make file for intermachine communications package # @@ -87,7 +87,7 @@ depend: install: ${MAN} cd aculib; make ${MFLAGS} install - install -s -o uucp -g daemon -m 4711 tip ${DESTDIR}/usr/bin/tip + install -s -o uucp -g dialer -m 4710 tip ${DESTDIR}/usr/bin/tip rm -f ${DESTDIR}/usr/bin/cu ln ${DESTDIR}/usr/bin/tip ${DESTDIR}/usr/bin/cu install -c -o bin -g bin -m 444 tip.0 ${DESTDIR}/usr/man/cat1 -- 2.20.1