]> git.sur5r.net Git - bacula/bacula/commitdiff
Create archivedir
authorKern Sibbald <kern@sibbald.com>
Sat, 16 May 2009 14:25:36 +0000 (14:25 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 16 May 2009 14:25:36 +0000 (14:25 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8835 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/Makefile.in
bacula/autoconf/Make.common.in
bacula/autoconf/configure.in
bacula/configure
bacula/src/qt-console/restore/restore.cpp
bacula/technotes

index b0ad08c524c222fbc4924748e2b4c0c39e93707d..2245a2a66439b12a9848b7c8ba386894d403167a 100755 (executable)
@@ -97,6 +97,7 @@ installdirs:
        $(MKDIR) $(DESTDIR)$(sysconfdir)
        $(MKDIR) $(DESTDIR)$(scriptdir)
        $(MKDIR) $(DESTDIR)$(docdir)
+       $(MKDIR) $(DESTDIR)$(archivedir)
        -if test ! -d $(DESTDIR)$(working_dir) ; then \
           $(MKDIR) $(DESTDIR)$(working_dir); \
           chmod 770 $(DESTDIR)$(working_dir); \
index aba79f4dbec7b265194ffc899c2da651caae7309..f5583695f7455f6d20d491a4b4bf239ba4842eb6 100644 (file)
@@ -31,6 +31,7 @@ includedir = @includedir@
 sysconfdir = @sysconfdir@
 plugindir = @plugindir@
 scriptdir = @scriptdir@
+archivedir = @archivedir@
 mandir = @mandir@
 manext = 8
 
index a98ac5ce4c1416ae733c9984f49ed75ffa3eb1ed..470c7288f43b35a3f6507a77ec8e3b639ac149ff 100644 (file)
@@ -1183,7 +1183,7 @@ AC_SUBST(working_dir)
 dnl ------------------------------------------------------------------
 dnl If the user has not set archivedir, we set our default as /tmp
 dnl ------------------------------------------------------------------
-archive_dir=/tmp
+archivedir=/tmp
 AC_ARG_WITH(archivedir,
    AC_HELP_STRING([--with-archivedir=PATH], [specify path of SD archive directory]),
    [
index 2d665a2dfa36d5568feaf95da3c0a56092bad4bc..06d1318fe876c0dd0d9aebeb231c7e17bd0b8d39 100755 (executable)
@@ -27338,7 +27338,7 @@ fi
 
 
 
-archive_dir=/tmp
+archivedir=/tmp
 
 # Check whether --with-archivedir was given.
 if test "${with_archivedir+set}" = set; then
index d1d15d98d0c179946af17d7794e7a4d9d12b1355..32c30a04bf11ba868f1498c803fa9e2f891c0b93 100644 (file)
@@ -42,7 +42,7 @@ static const int dbglvl = 100;
 
 restorePage::restorePage(int conn)
 {
-   Pmsg1(dbglvl, "Construcing restorePage Instance connection %i\n", conn);
+   Dmsg1(dbglvl, "Construcing restorePage Instance connection %i\n", conn);
    m_conn = conn;
    QStringList titles;
 
index f46aa0073472a322e28e9ff90bf8d54008342d2c..e024cceca3634984cf1c94a27d1b4e501a67ee90 100644 (file)
@@ -2,6 +2,8 @@
           
 General:
 
+16May09
+kes  Create archivedir.
 15May09
 kes  Yet another attempt to get qmake to generate valid Makefiles
      that installs the binaries. It seems to require the binary to