Makefile type: buffindexed.conf is not installed
Heiko Schlichting
inn-bugs at FU-Berlin.DE
Mon Oct 4 02:05:19 UTC 1999
[Snapshot inn-1999-10-03_03-00]
Two problems prevents 'buffindexed.conf' being installed from the
../site/ directory:
1. It is missing in the REST_INSTALLED definition
2. It is accidentally referred as "cycbuff.conf"
Patch follows below, Heiko.
Heiko Schlichting | Freie Universitaet Berlin
heiko at FU-Berlin.DE | Zentraleinrichtung fuer Datenverarbeitung (ZEDAT)
Telefon +49 30 838-4327 | Fabeckstrasse 32
Telefax +49 30 838-6721 | D-14195 Berlin
---------------------------------------------------------------------------
--- site/Makefile.org Tue Sep 28 23:53:42 1999
+++ site/Makefile Mon Oct 4 03:37:56 1999
@@ -99,7 +99,7 @@
$D$(PATH_CTLWATCH) $D$(PATH_DISTPATS) $D$(PATH_SCHEMA) \
$D$(PATH_ACTSYNC_CFG) $D$(PATH_ACTSYNC_IGN) \
$D$(PATH_MOTD) $D$(PATH_STORAGECONF) \
- $D$(PATH_OVERVIEWCTL) $D$(PATH_CYCBUFFCONFIG) \
+ $D$(PATH_OVERVIEWCTL) $D$(PATH_CYCBUFFCONFIG) $D$(PATH_BUFFINDEXED) \
$D$(PATH_INNFEEDCTL) $D$(PATH_PERL_STARTUP_INND) \
$D$(PATH_PERL_FILTER_INND) $D$(PATH_PERL_FILTER_NNRPD) \
$D$(PATH_PYTHON_FILTER_INND) $D$(PATH_PYTHON_INN_MODULE) \
@@ -230,7 +230,7 @@
$D$(PATHETC)/innreport.conf: innreport.conf ; $(COPY_RPRI) $? $@
$D$(PATH_STORAGECONF): storage.conf ; $(COPY_RPRI) $? $@
$D$(PATH_CYCBUFFCONFIG): cycbuff.conf ; $(COPY_RPRI) $? $@
-$D$(PATH_BUFFINDEXED): cycbuff.conf ; $(COPY_RPRI) $? $@
+$D$(PATH_BUFFINDEXED): buffindexed.conf ; $(COPY_RPRI) $? $@
$D$(PATH_PERL_STARTUP_INND): startup_innd.pl ; $(COPY_RPRI) $? $@
$D$(PATH_PERL_FILTER_INND): filter_innd.pl ; $(COPY_RPRI) $? $@
$D$(PATH_PERL_FILTER_NNRPD): filter_nnrpd.pl ; $(COPY_RPRI) $? $@
More information about the inn-bugs
mailing list