]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove old commented out code from configure.in
authorKern Sibbald <kern@sibbald.com>
Thu, 14 Jul 2005 10:14:09 +0000 (10:14 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 14 Jul 2005 10:14:09 +0000 (10:14 +0000)
- Add baculavssfd.mak file for building VSS version of
  Win32 FD.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2196 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/kes-1.37

index 6b0fcac01ec46625c8afa1bf89574b43ea72fbbf..9c90075a205b9fc38a24adea19f637d599a55697 100644 (file)
@@ -851,7 +851,6 @@ AC_ARG_WITH(dir-password,
 
 if test "x$dir_password" = "x" ; then
    if test "x$OPENSSL" = "xnone" ; then
-#     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" abcdefghijklmnopqrst | awk '{getline} {print} {exit}'`
       key=`autoconf/randpass 33`
    else
       key=`openssl rand -base64 33`
@@ -871,7 +870,6 @@ AC_ARG_WITH(fd-password,
 
 if test "x$fd_password" = "x" ; then
    if test "x$OPENSSL" = "xnone" ; then
-#     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" tsrqponmlkjihgfedcba | awk '{getline} {print} {exit}'`
       key=`autoconf/randpass 37`
    else
       key=`openssl rand -base64 33`
@@ -891,7 +889,6 @@ AC_ARG_WITH(sd-password,
 
 if test "x$sd_password" = "x" ; then
    if test "x$OPENSSL" = "xnone" ; then
-#     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" 123456789uvwxyzabcdef | awk '{getline} {print} {exit}'`
       key=`autoconf/randpass 41`
    else
       key=`openssl rand -base64 33`
@@ -911,7 +908,6 @@ AC_ARG_WITH(mon-dir-password,
 
 if test "x$mon_dir_password" = "x" ; then
    if test "x$OPENSSL" = "xnone" ; then
-#     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" abcdefghijklmnopqrst | awk '{getline} {print} {exit}'`
       key=`autoconf/randpass 33`
    else
       key=`openssl rand -base64 33`
@@ -931,7 +927,6 @@ AC_ARG_WITH(mon-fd-password,
 
 if test "x$mon_fd_password" = "x" ; then
    if test "x$OPENSSL" = "xnone" ; then
-#     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" tsrqponmlkjihgfedcba | awk '{getline} {print} {exit}'`
       key=`autoconf/randpass 37`
    else
       key=`openssl rand -base64 33`
@@ -951,7 +946,6 @@ AC_ARG_WITH(mon-sd-password,
 
 if test "x$mon_sd_password" = "x" ; then
    if test "x$OPENSSL" = "xnone" ; then
-#     key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" 123456789uvwxyzabcdef | awk '{getline} {print} {exit}'`
       key=`autoconf/randpass 41`
    else
       key=`openssl rand -base64 33`
index ab43533f58f16ecfb38feb3373d05a0d1e511a6d..17dd042045e49d787337299022dadb2d3703ac3c 100644 (file)
@@ -4,6 +4,11 @@
 General:
 
 Changes to 1.37.29:
+14Jul05
+- Remove old commented out code from configure.in
+- Add baculavssfd.mak file for building VSS version of
+  Win32 FD.
+- Correct date (year) in vss.cpp and vss_generic.cpp
 13Jul05
 - I finally found and squashed the elusive SD crash.        
   I needed to initialize the used volume list before