usr/src/cmd/installadm/setup-dhcp.sh
branchoi_151a
changeset 1398 3cd5b2156d4c
parent 872 8b098e92c2a9
--- a/usr/src/cmd/installadm/setup-dhcp.sh	Tue Aug 16 20:54:07 2011 +0000
+++ b/usr/src/cmd/installadm/setup-dhcp.sh	Tue Aug 16 20:54:07 2011 +0000
@@ -107,12 +107,12 @@
 	echo "   Boot server IP (BootSrvA) : ${svr_ipaddr}"
 	echo "   Boot file      (BootFile) : ${bootfile}"
 
-	echo "If you are running Oracle Solaris DHCP Server, use the"
+	echo "If you are running OpenIndiana DHCP Server, use the"
 	echo "following command to add the DHCP macro, ${macro}:"
 	echo "   $DHTADM -A -m ${macro} -d ${macvalue}"
 	echo ""
 	echo "Note: Be sure to assign client IP address(es) if needed"
-	echo "(e.g., for Oracle Solaris DHCP Server, run pntadm(1M))."
+	echo "(e.g., for OpenIndiana DHCP Server, run pntadm(1M))."
 
 }