mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
o) Fix out of order restore (older files instead of newest one)
PR: ports/69565 Submitted by: Dan Langille <dan@langille.org>
This commit is contained in:
parent
25c39bd7fa
commit
f11f926233
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114655
4 changed files with 22 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= bacula
|
||||
PORTVERSION= 1.34.5
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= bacula
|
||||
|
|
10
sysutils/bacula-server/files/patch-src-dird-sql_cmds.c
Normal file
10
sysutils/bacula-server/files/patch-src-dird-sql_cmds.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/dird/sql_cmds.c 7 Feb 2004 17:27:11 -00001.22.2.7.2.3
|
||||
+++ src/dird/sql_cmds.c 23 Jul 2004 09:55:35 -0000
|
||||
@@ -261,7 +261,7 @@
|
||||
"ORDER BY StartTime ASC";
|
||||
|
||||
|
||||
-char *uar_sel_jobid_temp = "SELECT JobId FROM temp";
|
||||
+char *uar_sel_jobid_temp = "SELECT JobId FROM temp ORDER BY StartTime ASC";
|
||||
|
||||
char *uar_sel_all_temp1 = "SELECT * FROM temp1";
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= bacula
|
||||
PORTVERSION= 1.34.5
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= bacula
|
||||
|
|
10
sysutils/bacula/files/patch-src-dird-sql_cmds.c
Normal file
10
sysutils/bacula/files/patch-src-dird-sql_cmds.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/dird/sql_cmds.c 7 Feb 2004 17:27:11 -00001.22.2.7.2.3
|
||||
+++ src/dird/sql_cmds.c 23 Jul 2004 09:55:35 -0000
|
||||
@@ -261,7 +261,7 @@
|
||||
"ORDER BY StartTime ASC";
|
||||
|
||||
|
||||
-char *uar_sel_jobid_temp = "SELECT JobId FROM temp";
|
||||
+char *uar_sel_jobid_temp = "SELECT JobId FROM temp ORDER BY StartTime ASC";
|
||||
|
||||
char *uar_sel_all_temp1 = "SELECT * FROM temp1";
|
Loading…
Add table
Reference in a new issue