]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Fix regress config non-portable test as pointed out by
authorKern Sibbald <kern@sibbald.com>
Fri, 13 Jul 2007 04:44:08 +0000 (04:44 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 13 Jul 2007 04:44:08 +0000 (04:44 +0000)
     Florian Heigl <florian.heigl@gmail.com>
kes  Fix PSCMD for HP-UX in configure.in to have proper syntax.
     as pointed out by Florian Heigl <florian.heigl@gmail.com>

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

bacula/autoconf/configure.in
bacula/src/lib/base64.c
bacula/src/lib/bget_msg.c
bacula/src/lib/breg.c
bacula/src/lib/tree.h
bacula/src/lib/watchdog.h
bacula/src/lib/workq.h
bacula/src/version.h
bacula/technotes-2.1

index 95fb2c2f3b621fe5a402aab93b420817f0e60a63..b8d7156f89b2ac29680673749a1ab418c25ccd9d 100644 (file)
@@ -1899,7 +1899,7 @@ freebsd)
        largefile_support="yes"
   ;;
 hpux)
-       PSCMD="UNIX95=1 ps -e -o pid,comm"
+       PSCMD="UNIX95=1; ps -e -o pid,comm"
        CFLAGS="${CFLAGS} -D_XOPEN_SOURCE_EXTENDED=1"
        DISTVER=`uname -r`
        TAPEDRIVE="/dev/rmt/0hnb"
index 681b27ce2b1d394ad4ac4c946fffddf88fcc48df..0f69ca7e2c3019fbd1bdbaf240cb409533ef6b79 100644 (file)
@@ -1,14 +1,7 @@
-/*
- *   Generic base 64 input and output routines
- *
- *    Written by Kern E. Sibbald, March MM.
- *
- *   Version $Id$
- */
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
 */
+/*
+ *   Generic base 64 input and output routines
+ *
+ *    Written by Kern E. Sibbald, March MM.
+ *
+ *   Version $Id$
+ */
 
 
 #include "bacula.h"
index 9a6dedf05654b87bdb9d0e780c02c734e1840d5d..8dc32996372b80083ce21eb47fd71efbeaba242d 100644 (file)
@@ -1,16 +1,7 @@
-/*
- *  Subroutines to receive network data and handle
- *   network signals for the FD and the SD.
- *
- *   Kern Sibbald, May MMI previously in src/stored/fdmsg.c
- *
- *   Version $Id$
- *
- */
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2001-2006 Free Software Foundation Europe e.V.
+   Copyright (C) 2001-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
 */
+/*
+ *  Subroutines to receive network data and handle
+ *   network signals for the FD and the SD.
+ *
+ *   Kern Sibbald, May MMI previously in src/stored/fdmsg.c
+ *
+ *   Version $Id$
+ *
+ */
 
 #include "bacula.h"                   /* pull in global headers */
 
index 27b2b7030e63e8ab140edd40b50cda2f239250b3..0f742d66650743e5d477fad9027dee64b2c1f1d4 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 /*
-   Bacula\81Â\81® - The Network Backup Solution
+   Bacula® - The Network Backup Solution
 
    Copyright (C) 2006-2006 Free Software Foundation Europe e.V.
 
index db379ab1adee5ff03399726af54caa0e9597ce31..b3a5cff41efe228d7e2f91ec8f539d9802dfbdc6 100644 (file)
@@ -1,9 +1,3 @@
-/*
- * Directory tree build/traverse routines
- *
- *    Kern Sibbald, June MMII
- *
-*/
 /*
    Bacula® - The Network Backup Solution
 
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
 */
+/*
+ * Directory tree build/traverse routines
+ *
+ *    Kern Sibbald, June MMII
+ *
+*/
 
 struct s_mem {
    struct s_mem *next;                /* next buffer */
index 17a61c133d0014fcc8c3d756819a754c0fd915f8..b9dc783ea4126b700678f6648135d5f2c5e46c3d 100644 (file)
@@ -7,7 +7,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2002-2006 Free Software Foundation Europe e.V.
+   Copyright (C) 2002-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
index 12af195b1a79c7e29c25d2db1eb9796def7edde1..185b5fcc11fcfa198429b74987a2b048b2146cd6 100644 (file)
@@ -1,18 +1,7 @@
-/*
- * Bacula work queue routines. Permits passing work to
- *  multiple threads.
- *
- *  Kern Sibbald, January MMI
- *
- *  This code adapted from "Programming with POSIX Threads", by
- *    David R. Butenhof
- *
- *   Version $Id$
- */
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2001-2006 Free Software Foundation Europe e.V.
+   Copyright (C) 2001-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
 */
+/*
+ * Bacula work queue routines. Permits passing work to
+ *  multiple threads.
+ *
+ *  Kern Sibbald, January MMI
+ *
+ *  This code adapted from "Programming with POSIX Threads", by
+ *    David R. Butenhof
+ *
+ *   Version $Id$
+ */
 
 #ifndef __WORKQ_H
 #define __WORKQ_H 1
index 2a88b9f7bd09e1c0921e36536bca7c3995fac2c7..10b95455236b6d4039ce7eee8f3cb5fd90decd82 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "2.1.27"
-#define BDATE   "12 July 2007"
-#define LSMDATE "12Jul07"
+#define BDATE   "13 July 2007"
+#define LSMDATE "13Jul07"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2007"       /* year for copyright messages in progs */
index f163e43f789b6eb4a2af4bc082336356414a037c..72bf20f16625f7f773833b0af5d213a6417d449f 100644 (file)
@@ -1,6 +1,11 @@
               Technical notes on version 2.1
 
 General:
+13Jul07
+kes  Fix regress config non-portable test as pointed out by
+     Florian Heigl <florian.heigl@gmail.com>
+kes  Fix PSCMD for HP-UX in configure.in to have proper syntax.
+     as pointed out by Florian Heigl <florian.heigl@gmail.com>
 12Jul07
 kes  Fix missing rctx. prefixes on the Darwin code in src/filed/restore.c
      Reported by Frank Sweetser.