6ab390b54b
- The 3.x line of bacula does not work with 2.x so these ports exist for those who can not upgrade to 3.x. Besides security/infrastructure fixes this port is not likely to see any functional upgrades. - The bacula-*-devel ports will be updated to a 3.1 release when it is available. PR: ports/135580 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Approved by: dvl (old maintainer) Thanks to: miwi for build-testing
19 lines
765 B
Text
19 lines
765 B
Text
*** src/console/Makefile.in.org Sat Apr 3 20:40:26 2004
|
|
--- src/console/Makefile.in Sat May 8 14:01:49 2004
|
|
***************
|
|
*** 89,95 ****
|
|
destconf=$$srcconf; \
|
|
if test -f ${DESTDIR}${sysconfdir}/console.conf; then \
|
|
echo "Existing console.conf moved to bconsole.conf"; \
|
|
! @$(MV) ${DESTDIR}${sysconfdir}/console.conf ${DESTDIR}${sysconfdir}/bconsole.conf; \
|
|
destconf=$$srcconf.new; \
|
|
fi; \
|
|
fi; \
|
|
--- 89,95 ----
|
|
destconf=$$srcconf; \
|
|
if test -f ${DESTDIR}${sysconfdir}/console.conf; then \
|
|
echo "Existing console.conf moved to bconsole.conf"; \
|
|
! $(MV) ${DESTDIR}${sysconfdir}/console.conf ${DESTDIR}${sysconfdir}/bconsole.conf; \
|
|
destconf=$$srcconf.new; \
|
|
fi; \
|
|
fi; \
|