From: Kern Sibbald Date: Sun, 26 Oct 2008 15:03:52 +0000 (+0000) Subject: Remove dummy make dependence from manpages X-Git-Tag: Release-3.0.0~698 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78ae8f76c694cd40723016590a612466beb5553d;p=bacula%2Fbacula Remove dummy make dependence from manpages git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7906 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/manpages/Makefile.in b/bacula/manpages/Makefile.in index 7a85308d24..daaecf5986 100644 --- a/bacula/manpages/Makefile.in +++ b/bacula/manpages/Makefile.in @@ -39,7 +39,7 @@ uninstall: do (rm -f $(DESTDIR)$(mandir)/man1/$$I.gz); \ done -clean: dummy +clean: $(RMF) *~ 1 2 3 *.bak @find . -name .#* -exec $(RMF) {} \; diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index bfec8585d3..070f53538a 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -2,20 +2,12 @@ New features: -Plugin API command separator in console (!$%&'()*+,-/:;<>?[]^`{|}~) examples/database/dbcheck.sql -dbi database driver - --enable-libdb - dbdriver in bacula-dir.conf ---with-db-port enhancement to wait command: wait mount ... -parse config dbport in dbcheck -dbdriver filepattern (restore with regex in bsr) -libtool -remove reader/writer in FOPTS???? +mixed priorities General: 25Oct08