[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.1.2.15 Zope.spec.in:1.1.2.8

Chris McDonough chrism@zope.com
Mon, 13 Jan 2003 12:15:23 -0500


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv3443/inst

Modified Files:
      Tag: chrism-install-branch
	Makefile.in Zope.spec.in 
Log Message:
Renamed "zctl" to "zopectl" (as per TODO).


=== Zope/inst/Makefile.in 1.1.2.14 => 1.1.2.15 ===
--- Zope/inst/Makefile.in:1.1.2.14	Sun Jan  5 02:40:30 2003
+++ Zope/inst/Makefile.in	Mon Jan 13 12:14:50 2003
@@ -110,7 +110,8 @@
 
 # remove the instance files made with testinst (w/ prejudice)
 untestinst:
-	${RMRF} "${BUILD_DIR}/bin"
+	${RMRF} "${BUILD_DIR}/bin/zopectl.py"
+	${RMRF} "${BUILD_DIR}/bin/ntservice.py"
 	${RMRF} "${BUILD_DIR}/etc"
 	${RMRF} "${BUILD_DIR}/Products"
 


=== Zope/inst/Zope.spec.in 1.1.2.7 => 1.1.2.8 ===
--- Zope/inst/Zope.spec.in:1.1.2.7	Tue Oct 15 20:47:03 2002
+++ Zope/inst/Zope.spec.in	Mon Jan 13 12:14:50 2003
@@ -71,7 +71,7 @@
 echo need to define a Zope \"initial user\" by running:
 echo
 echo     cd %{inst_target_dir}
-echo     %{inst_target_dir}/bin/zctl.py write_inituser <username> <password>
+echo     %{inst_target_dir}/bin/zopectl.py write_inituser <username> <password>
 
 %postun
 echo Note that the Zope instance files in "%{inst_target_dir}" were not \