Check-in Number:
|
332 | |
Date: |
2001-Jan-19 17:19:59 (local)
2001-Jan-19 16:19:59 (UTC) |
User: | simons |
Branch: | |
Comment: |
In case no index file is installed, "make install" will create an
example file at the correct location so that the admininstrator
hopefully figures out that there is some work to be done. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/Makefile.in 1.34 -> 1.35
--- Makefile.in 2001/01/19 15:09:12 1.34
+++ Makefile.in 2001/01/19 16:19:59 1.35
@@ -75,7 +75,8 @@
$(SHTOOL) install -c -m 755 petidomo-kickout $(bindir)
$(SHTOOL) install -c -m 644 config/petidomo.conf $(sysconfdir)/petidomo.conf-sample
$(SHTOOL) install -c -m 644 config/petidomo.acl $(sysconfdir)/petidomo.acl-sample
- $(SHTOOL) install -c -m 444 config/help $(datadir)/help
+ $(SHTOOL) install -c -m 444 config/help $(datadir)
+ if [ ! -f $(localstatedir)/index ] ; then $(SHTOOL) install -c -m 444 config/index $(localstatedir); fi
$(SHTOOL) install -c -m 555 filter/insert-name-in-subject.sh $(libexecdir)
$(SHTOOL) install -c -m 555 filter/pgp-decrypt.sh $(libexecdir)
$(SHTOOL) install -c -m 555 filter/pgp-encrypt.sh $(libexecdir)
|
|
ossp-pkg/petidomo/config/index -> 1.1
*** /dev/null Sat Nov 23 02:16:01 2024
--- - Sat Nov 23 02:16:31 2024
***************
*** 0 ****
--- 1,3 ----
+ The admin of this mailing list server has been lazy and did not
+ customize the contents of the sample index file that came with
+ Petidomo. Shame on him.
|
|