From: Kern Sibbald Date: Wed, 29 Jan 2003 21:18:58 +0000 (+0000) Subject: Update file permission bits X-Git-Tag: Release-1.30~137 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e8ffddd9ef03a90976b37011932ea17e1a7833de;p=bacula%2Fbacula Update file permission bits git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@330 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/jcr.c b/bacula/src/lib/jcr.c index 918882d05c..3fc2a5a4f9 100755 --- a/bacula/src/lib/jcr.c +++ b/bacula/src/lib/jcr.c @@ -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 diff --git a/bacula/src/lib/message.c b/bacula/src/lib/message.c index 54d7b6154f..6d708aa9b1 100755 --- a/bacula/src/lib/message.c +++ b/bacula/src/lib/message.c @@ -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 */ diff --git a/bacula/src/lib/parse_conf.c b/bacula/src/lib/parse_conf.c index 78b37d2234..500cb8a54b 100755 --- a/bacula/src/lib/parse_conf.c +++ b/bacula/src/lib/parse_conf.c @@ -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 diff --git a/bacula/src/lib/tree.c b/bacula/src/lib/tree.c index 407cf21111..e0d3794939 100755 --- a/bacula/src/lib/tree.c +++ b/bacula/src/lib/tree.c @@ -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 diff --git a/bacula/src/lib/watchdog.c b/bacula/src/lib/watchdog.c index a1c9146774..2bb599daec 100755 --- a/bacula/src/lib/watchdog.c +++ b/bacula/src/lib/watchdog.c @@ -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 diff --git a/bacula/src/lib/workq.c b/bacula/src/lib/workq.c index f8b01065bb..b076aca7da 100755 --- a/bacula/src/lib/workq.c +++ b/bacula/src/lib/workq.c @@ -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