[Fai-commit] r2958 - trunk

fai-repository at svn.debian.org fai-repository at svn.debian.org
Tue Oct 18 19:59:04 UTC 2005


Author: lange
Date: 2005-10-18 19:59:03 +0000 (Tue, 18 Oct 2005)
New Revision: 2958

Modified:
   trunk/Makefile
Log:
beowulf examples and tempales where removed, move of directory not
needed any more


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-10-18 19:57:05 UTC (rev 2957)
+++ trunk/Makefile	2005-10-18 19:59:03 UTC (rev 2958)
@@ -7,9 +7,7 @@
 
 USRBIN_SCRIPTS = fai-class fai-do-scripts fai-mirror fai-debconf device2grub
 CONFFILES= 
-ADEXAMPLE=$(DOCDIR)/examples/advanced
 SIEXAMPLE=$(DOCDIR)/examples/simple
-BEOEXAMPLE=$(DOCDIR)/examples/beowulf
 libfiles=$(wildcard lib/[a-z]*)  # do not include CVS dir
 
 # files with variable KERNLEVERSION in it; this string will be substituted
@@ -35,7 +33,6 @@
 	install scripts/start-stop-daemon $(DESTDIR)/sbin
 	install scripts/dhclient-script  $(DESTDIR)/etc/dhcp3
 	install -m644 conf/dhclient.conf $(DESTDIR)/etc/dhcp3
-#	install -m644 share/Fai.pm $(DESTDIR)/usr/share/perl5/Debian
 	install -m644 conf/apt.conf $(DESTDIR)/etc/apt.conf.d/90fai
 	install -m644 conf/fai.conf conf/sources.list conf/menu.lst $(DESTDIR)/etc/fai/
 	install -m600 conf/make-fai-nfsroot.conf $(DESTDIR)/etc/fai/
@@ -44,8 +41,5 @@
 	perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' $(DESTDIR)/usr/sbin/fai
 	cp -a examples $(DOCDIR)
 	cp -a utils $(DOCDIR)/examples
-	cp -a templates/* $(DOCDIR)/examples/advanced
-	cd $(DOCDIR)/examples/advanced/scripts ; mv DEFAULT1 DEFAULT
-	cd $(DOCDIR)/examples/simple/scripts ; mv LAST1 LAST
 
 .PHONY: clean veryclean




More information about the Fai-commit mailing list