only executable by group dialer
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 16 Mar 1989 10:28:30 +0000 (02:28 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 16 Mar 1989 10:28:30 +0000 (02:28 -0800)
SCCS-vsn: usr.bin/tip/Makefile 5.7

usr/src/usr.bin/tip/Makefile

index 07a2e69..2674197 100644 (file)
@@ -14,7 +14,7 @@
 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
 # 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
 #
 #
 # make file for intermachine communications package
 #
@@ -87,7 +87,7 @@ depend:
 
 install: ${MAN}
        cd aculib; make ${MFLAGS} install
 
 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
        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