$NetBSD: patch-ab,v 1.3 1999/04/14 21:13:24 tron Exp $

--- install.sh.orig	Tue Apr 21 19:45:42 1998
+++ install.sh	Wed Apr 14 22:04:02 1999
@@ -24,6 +24,7 @@
 		exit 1
 	fi
 fi
+chown uucp $1
 
 if test ! -d $2
 then
@@ -41,8 +42,8 @@
 then
 	echo "Installing minicom in $2"
 	cp minicom $2/minicom
-	chown root $2/minicom
-	chgrp uucp $2/minicom
+	chown uucp $2/minicom
+	chgrp dialer $2/minicom
 	chmod 755 $2/minicom
 fi
 
@@ -54,7 +55,7 @@
 	cp $i $2/$i
 	chmod 755 $2/$i
 	chown root $2/$i
-	chgrp root $2/$i
+	chgrp wheel $2/$i
   fi
 done
 
@@ -64,7 +65,7 @@
 	cp keyserv $1/keyserv
 	chmod 755 $1/keyserv
 	chown root $1/keyserv
-	chgrp root $1/keyserv
+	chgrp wheel $1/keyserv
 fi
 
 echo "Installing manpages in $3"
@@ -73,7 +74,7 @@
 	cp ../man/$i $3
 	chmod 644 $3/$i
 	chown root $3/$i
-	chgrp root $3/$i
+	chgrp wheel $3/$i
 done
 
 if [ ! -f $1/minicom.users ]
@@ -81,7 +82,7 @@
 	echo "Installing sample config file minicom.users in $1"
 	cp minicom.users $1
 	chown root $1/minicom.users
-	chgrp root $1/minicom.users
+	chgrp wheel $1/minicom.users
 	chmod 644 $1/minicom.users
 fi
 
@@ -96,7 +97,7 @@
 		chmod -f 644 $4/* $4/demos/* $4/tables/*
 		chmod -f a+x $4/demos $4/tables
 		chown -f root $4/* $4/demos/* $4/tables/*
-		chgrp -f root $4/* $4/demos/* $4/tables/*
+		chgrp -f wheel $4/* $4/demos/* $4/tables/*
 else
 	echo "You don't have a $4 directory - script examples not installed."
 fi
@@ -106,10 +107,11 @@
     rm minicom.o
 fi
 	
-echo "Minicom is NOT setuid yet - you must do this yourself by entering:"
-echo
-echo "chmod +s $2/minicom"
-echo
+###echo "Minicom is NOT setuid yet - you must do this yourself by entering:"
+###echo
+###echo "chmod +s $2/minicom"
+###echo
+chmod u+s $2/minicom
 echo "or make your modem device in the /dev directory world writable "
 echo "with chmod a+rw"