mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
22 lines
1.1 KiB
Text
22 lines
1.1 KiB
Text
--- Makefile.orig 2007-10-20 13:27:59.000000000 +0200
|
|
+++ Makefile 2007-10-20 18:58:02.000000000 +0200
|
|
@@ -107,12 +107,14 @@
|
|
install_olsrd: install_bin
|
|
@echo ========= C O N F I G U R A T I O N - F I L E ============
|
|
@echo $(EXENAME) uses the configfile $(CFGFILE)
|
|
- @echo a default configfile. A sample RFC-compliance aimed
|
|
- @echo configfile can be installed. Note that a LQ-based configfile
|
|
- @echo can be found at files/olsrd.conf.default.lq
|
|
+ @echo an RFC compliant version is installed as $(CFGFILE).rfc
|
|
+ @echo an LQ version is installed as $(CFGFILE).lq
|
|
+ @echo an LQ fisheye version is installed as $(CFGFILE).lq-fisheye
|
|
+ @echo copy and edit one of these to $(CFGFILE)
|
|
@echo ==========================================================
|
|
- mkdir -p $(ETCDIR)
|
|
- -cp -i files/olsrd.conf.default.rfc $(CFGFILE)
|
|
+ -cp files/olsrd.conf.default.rfc $(CFGFILE).rfc
|
|
+ -cp files/olsrd.conf.default.lq $(CFGFILE).lq
|
|
+ -cp files/olsrd.conf.default.lq-fisheye $(CFGFILE).lq-fisheye
|
|
@echo -------------------------------------------
|
|
@echo Edit $(CFGFILE) before running olsrd!!
|
|
@echo -------------------------------------------
|