]> git.sur5r.net Git - bacula/bacula/commitdiff
Update file permission bits
authorKern Sibbald <kern@sibbald.com>
Wed, 29 Jan 2003 21:18:58 +0000 (21:18 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 29 Jan 2003 21:18:58 +0000 (21:18 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@330 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/jcr.c
bacula/src/lib/message.c
bacula/src/lib/parse_conf.c
bacula/src/lib/tree.c
bacula/src/lib/watchdog.c
bacula/src/lib/workq.c

index 918882d05cdb910da8d08f8392f195cd79044b1b..3fc2a5a4f98f31d1324768123b79cca0238652f6 100755 (executable)
@@ -9,7 +9,7 @@
  *
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 54d7b6154f5c1b0e73b08d8352b0118f6fa21efb..6d708aa9b1815f9f8916ae6fd60e2d993c364d44 100755 (executable)
@@ -288,8 +288,6 @@ void rem_msg_dest(MSGS *msg, int dest_code, int msg_type, char *where)
    }
 }
 
-
-
 static void make_unique_spool_filename(JCR *jcr, POOLMEM **name, int fd)
 {
    Mmsg(name, "%s/%s.spool.%s.%d", working_directory, my_name,
@@ -326,7 +324,6 @@ int close_spool_file(void *vjcr, BSOCK *bs)
     return 1;
 }
 
-
 /*
  * Create a unique filename for the mail command
  */
index 78b37d22344bff1211755a5dcef8ee5be4791d92..500cb8a54be883676893b942072ac0a4387de321 100755 (executable)
@@ -34,7 +34,7 @@
  */
 
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 407cf21111b15d737f0caa31ed81fb02579eb541..e0d37949393d3829d98eee29b6d75624e8e27a5d 100755 (executable)
@@ -5,7 +5,7 @@
  *
 */
 /*
-   Copyright (C) 2002 Kern Sibbald and John Walker
+   Copyright (C) 2002-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index a1c9146774934a1fcdb74ede8921aa3596b98285..2bb599daeca5c2bd81f48147606a255e62f58733 100755 (executable)
@@ -8,7 +8,7 @@
  *
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index f8b01065bb81dd9a1806a9f5bdee04f38ca6a594..b076aca7da3daedce34667427a4ce736ab232750 100755 (executable)
@@ -28,7 +28,7 @@
  *
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as