git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@951 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
 - 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.
 
        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)