From: Kern Sibbald Date: Wed, 24 Dec 2003 23:54:51 +0000 (+0000) Subject: Add install of static-bconsole if it exists X-Git-Tag: Release-1.34.0~210 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ab5b5abe243ee61536c8816331d6df1b8753deaa;p=bacula%2Fbacula Add install of static-bconsole if it exists git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@951 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index 557c2e5493..d7656c33e5 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -55,6 +55,7 @@ For 1.33 Testing/Documentation: - Add subsections to the Disaster Recovery index section. For 1.33 +- Restrict characters permitted in a name. - Release SQLite 2.8.8 - If a tape is recycled while it is mounted, Stanislav Tvrudy must do an additional mount to deblock the job. diff --git a/bacula/src/console/Makefile.in b/bacula/src/console/Makefile.in index 4b2bf38a59..b49b953a02 100644 --- a/bacula/src/console/Makefile.in +++ b/bacula/src/console/Makefile.in @@ -79,6 +79,9 @@ install: all fi; \ echo "${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf"; \ ${INSTALL_CONFIG} $$srcconf ${DESTDIR}${sysconfdir}/$$destconf + if test -f static-bconsole; then \ + $(INSTALL_SCRIPT) static-bconsole $(DESTDIR)$(sbindir)/static-bconsole; \ + fi uninstall: (cd $(DESTDIR)$(sbindir); $(RMF) bconsole)