406081a6ca
- s|/var/log/secure|/var/log/auth.log| - move epylog.cron to configuration directory Moreover: - Preserve user-modified configuration files across updates - Use GNU_CONFIGURE - Depend on lynx and pass the lynx path to the configure script [1]: PR: ports/83136 Submitted by: maintainer
11 lines
375 B
Text
11 lines
375 B
Text
--- etc/modules.d/Makefile.in.orig Wed Jul 20 05:33:26 2005
|
|
+++ etc/modules.d/Makefile.in Wed Jul 20 05:33:26 2005
|
|
@@ -43,7 +43,7 @@
|
|
|
|
install: all installdirs
|
|
for MCONF in $(MCONFS); do \
|
|
- $(INSTALL_DATA) $$MCONF.conf $(DESTDIR)$(pkgconfdir)/modules.d/; \
|
|
+ $(INSTALL_DATA) $$MCONF.conf $(DESTDIR)$(pkgconfdir)/modules.d/$$MCONF.conf.default; \
|
|
done
|
|
|
|
uninstall:
|