]> git.sur5r.net Git - bacula/bacula/commitdiff
Add install of static-bconsole if it exists
authorKern Sibbald <kern@sibbald.com>
Wed, 24 Dec 2003 23:54:51 +0000 (23:54 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 24 Dec 2003 23:54:51 +0000 (23:54 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@951 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/console/Makefile.in

index 557c2e54932cf3da9bac8ab36629e64a3aa35853..d7656c33e5306328f7cfebf473a7139766743315 100644 (file)
@@ -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.
index 4b2bf38a590088e3519edca9970bc87d5249565d..b49b953a02daf66bd1942672f75e3f64b4bdd482 100644 (file)
@@ -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)