From ae1f1cc8e91c527c76f5bc947204e1502e572788 Mon Sep 17 00:00:00 2001
From: Robert Ricci <ricci@cs.utah.edu>
Date: Tue, 5 Jun 2001 22:49:50 +0000
Subject: [PATCH] Make the 'ops-install' and 'boss-install' targets conform to
 the current usage of node names.

---
 GNUmakefile.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 673a4168c8..14fb173145 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -14,12 +14,12 @@ SUBDIRS = lib assign discvr tbsetup db os security pxe tmcd utils www tip captur
 all:		all-subdirs
 
 install:	
-	@echo "Choose either ops-install (paper) or control-install (plastic)"
+	@echo "Choose either boss-install (paper) or ops-install (plastic)"
 
 #
-# For installation on ops node (okay, paper).
+# For installation on boss node (okay, paper).
 # 
-ops-install:	install-subdirs install-mkdirs 
+boss-install:	install-subdirs install-mkdirs 
 	@echo "DON'T FORGET TO RUN A POST-INSTALL AS ROOT"
 
 post-install:
@@ -28,9 +28,9 @@ post-install:
 	@$(MAKE) -C security post-install
 
 #
-# For installation on the control node (okay, plastic)
+# For installation on the 'ops' or 'users' node (okay, plastic)
 # 
-control-install:
+ops-install:
 	@$(MAKE) -C tbsetup control-install
 	@$(MAKE) -C security control-install
 	@$(MAKE) -C tip control-install
-- 
GitLab