diff options
| author | Renato Botelho <garga@FreeBSD.org> | 2006-03-15 10:22:09 +0000 |
|---|---|---|
| committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-15 10:22:09 +0000 |
| commit | 92db3b69929f225192c6282929fe687353b8f700 (patch) | |
| tree | 99dc6f248e02375de5b5296e97587c9e074afcb3 /sysutils/bacula-server-devel/files/patch-src-console-Makefile.in | |
| parent | Update to 4.8 (diff) | |
Add bacula-server-devel , the network backup solution (server) -
DEVELOPMENT Version.
PR: ports/91736
Submitted by: Dan Langille <dan@langille.org>
Diffstat (limited to 'sysutils/bacula-server-devel/files/patch-src-console-Makefile.in')
| -rw-r--r-- | sysutils/bacula-server-devel/files/patch-src-console-Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/bacula-server-devel/files/patch-src-console-Makefile.in b/sysutils/bacula-server-devel/files/patch-src-console-Makefile.in new file mode 100644 index 000000000000..e31efc2e2a9d --- /dev/null +++ b/sysutils/bacula-server-devel/files/patch-src-console-Makefile.in @@ -0,0 +1,19 @@ +*** 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; \ |
