Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/tools



Date:	Thursday July 15, 1999 @ 18:52
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla/tools
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv12500/tools

Modified Files:
	Makefile 
Log Message:
	* rpm/netrek.crontab: Small change to the comments to allow the
	sed script to be able to remove the cron entry automatically.

	* tools/Makefile (install): Need the tools Makefile to install the
	updatekeys shell script.

	* rpm/Vanilla.spec (%post): Need to do crontab -u games for all
	invocations of crontab. Want to make sure we get games' cron
	entries not roots.

	* rpm/Vanilla.spec (Requires): Changed cron to vixie-cron.  

	* rpm/Vanilla.spec (%files): Changed the %files section for the
	server. Needed to break out each file so I could tag certain files
	as %config.




****************************************

Index: Vanilla/tools/Makefile
diff -u Vanilla/tools/Makefile:1.17 Vanilla/tools/Makefile:1.18
--- Vanilla/tools/Makefile:1.17	Fri Apr 30 15:45:38 1999
+++ Vanilla/tools/Makefile	Thu Jul 15 18:52:02 1999
@@ -54,6 +54,7 @@
 	-@if [ ! -d $(LIBDIR)/tools ]; then \
           /bin/mkdir $(LIBDIR)/tools; \
         fi
+	$(INSTALL) $(INSTALLOPTS) updatekeys $(LIBDIR)/tools/updatekeys
 	$(INSTALL) $(INSTALLOPTS) loadchecker $(LIBDIR)/tools/loadchecker
 	$(INSTALL) $(INSTALLOPTS) mess $(LIBDIR)/tools/mess
 	$(INSTALL) $(INSTALLOPTS) message $(LIBDIR)/tools/message