From fbe9eb0ec7de7dd43dacf8ee1d587ca9a76c0e61 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 11 Oct 2007 07:56:47 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5746 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/Makefile.in | 8 -------- bacula/kernstodo | 1 + bacula/src/win32/stored/who.h | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 68aba65dc7..53431e0ce7 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -67,14 +67,6 @@ configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h autocon autoconf/configure.in > configure chmod 755 configure -old-configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h - cd $(srcdir); - ${RMF} -f config.cache config.log config.out config.status src/config.h - autoconf --include=$(srcdir)/autoconf \ - autoconf/configure.in > configure - chmod 755 configure - @rm -f config.cache - config.status: if test -x config.status; then config.status --recheck; \ else $(SHELL) configure; fi diff --git a/bacula/kernstodo b/bacula/kernstodo index d840d86f2d..7a1c1ee607 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -66,6 +66,7 @@ Professional Needs: Complete rework of the scheduling system (not in list) Performance and usage instrumentation (not in list) See email of 21Aug2007 for details. +- Implement Diff,Inc Retention Periods Priority: - Erabt if min_block_size > max_block_size diff --git a/bacula/src/win32/stored/who.h b/bacula/src/win32/stored/who.h index 910d00d5fc..999347d518 100644 --- a/bacula/src/win32/stored/who.h +++ b/bacula/src/win32/stored/who.h @@ -36,7 +36,7 @@ #define APP_NAME "Bacula-sd" #define LC_APP_NAME "bacula-sd" -#define APP_DESC "Bacula Storagee Service" +#define APP_DESC "Bacula Storage Service" #define terminate_app(x) terminate_stored(x) extern void terminate_stored(int sig); -- 2.39.5