From: Andreas Henriksson <andreas@fatal.se>
Subject: Disable installation of bandwidthd.conf from orig source

--- bandwidthd-2.0.1+cvs20050208.orig/Makefile.in
+++ bandwidthd-2.0.1+cvs20050208/Makefile.in
@@ -50,7 +50,7 @@
 	@INSTALL@ -d $(DESTDIR)$(sysconfdir)
 	@INSTALL@ -d $(DESTDIR)$(localstatedir)/bandwidthd/htdocs
 	@INSTALL@ -m755 -s bandwidthd $(DESTDIR)$(bindir)	
-	if [ ! -f $(DESTDIR)$(sysconfdir)/bandwidthd.conf ] ; then @INSTALL@ -m644 etc/bandwidthd.conf $(DESTDIR)$(sysconfdir); fi
+	#if [ ! -f $(DESTDIR)$(sysconfdir)/bandwidthd.conf ] ; then @INSTALL@ -m644 etc/bandwidthd.conf $(DESTDIR)$(sysconfdir); fi
 	@INSTALL@ -m644 htdocs/legend.gif $(DESTDIR)$(localstatedir)/bandwidthd/htdocs
 	@INSTALL@ -m644 htdocs/logo.gif $(DESTDIR)$(localstatedir)/bandwidthd/htdocs
 
