From c1f3dbba3324dab6072b742eaf6ef70b1ef82add Mon Sep 17 00:00:00 2001
From: keie <none@none>
Date: Tue, 26 Feb 1985 11:56:57 +0000
Subject: [PATCH] 1 - Removed PMDS from selection list. 2 - Joined two line,
 that should have been one.

---
 first/first | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/first/first b/first/first
index be50c08a5..517285d8e 100755
--- a/first/first
+++ b/first/first
@@ -31,7 +31,6 @@ vax_bsd4_1c	VAX11 with BSD4.1c
 vax_bsd4_2	VAX11 with BSD4.2
 pc_ix		IBM PC with PC/IX
 m68_unisoft	Motorola 68000 with Unisoft UNIX
-m68_pmds	Philips PMDS
 ANY		Neither of the above
 
 system type: "
@@ -40,9 +39,8 @@ system type: "
 		echo echo "$SYSNAME" >../bin/ack_sys
 		chmod +x ../bin/ack_sys
 		case `ack_sys` in
-		pdp_v7|vax_bsd4_1[ac]|vax_bsd4_2|pc_ix|m68_unisoft|m68_pmds) ;;
-		*)	echo None of the software especially intended for
-the named systems will work ;;
+		pdp_v7|vax_bsd4_1[ac]|vax_bsd4_2|pc_ix|m68_unisoft) ;;
+		*)	echo None of the software especially intended for the named systems will work ;;
 		esac
 	else
 		echo Sorry, got EOF when reading system name.
@@ -95,7 +93,6 @@ vax_bsd4_1[ac]) ACM=vax2 ;;
 vax_bsd4_2)	ACM=vax2 ;;
 pc_ix)		ACM=ix ;;
 m68_unisoft)	ACM=m68k2 ;;
-m68_pmds) 	ACM=pmds ;;
 *)		ACM=m68k2 ;;
 esac
 rm -f local.h