diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:26:02 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:26:02 +0000 |
commit | 11bb90420d74b579256bd81c9b8c37208577339c (patch) | |
tree | 7f1f5e8ebd2229d8f045d842dfdd7f00c4a07454 /community/openvas-manager/003-sqlite-insert.patch | |
parent | e4aabbb60710901fb208c3a5516a67aee2e02f35 (diff) | |
download | aports-11bb90420d74b579256bd81c9b8c37208577339c.tar.bz2 aports-11bb90420d74b579256bd81c9b8c37208577339c.tar.xz |
Revert "community/openvas-manager: moved from testing"
This reverts commit 0977a30ac83e81c7cbbbefbf41307ad75d7b7787.
Diffstat (limited to 'community/openvas-manager/003-sqlite-insert.patch')
-rw-r--r-- | community/openvas-manager/003-sqlite-insert.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/community/openvas-manager/003-sqlite-insert.patch b/community/openvas-manager/003-sqlite-insert.patch deleted file mode 100644 index da51fa496a..0000000000 --- a/community/openvas-manager/003-sqlite-insert.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/src/manage_sql.c b/src/manage_sql.c -index e316374..4aedd83 100644 ---- a/src/manage_sql.c -+++ b/src/manage_sql.c -@@ -11016,7 +11016,7 @@ check_db_settings () - " ('a6ac88c5-729c-41ba-ac0a-deea4a3441f2', NULL," - " 'Details Export File Name'," - " 'File name format string for the export of resource details.'," -- " '%T-%U');"); -+ " '%%T-%%U');"); - - if (sql_int ("SELECT count(*) FROM settings" - " WHERE uuid = '0872a6ed-4f85-48c5-ac3f-a5ef5e006745'" -@@ -11027,7 +11027,7 @@ check_db_settings () - " ('0872a6ed-4f85-48c5-ac3f-a5ef5e006745', NULL," - " 'List Export File Name'," - " 'File name format string for the export of resource lists.'," -- " '%T-%D');"); -+ " '%%T-%%D');"); - - if (sql_int ("SELECT count(*) FROM settings" - " WHERE uuid = 'e1a2ae0b-736e-4484-b029-330c9e15b900'" -@@ -11038,7 +11038,7 @@ check_db_settings () - " ('e1a2ae0b-736e-4484-b029-330c9e15b900', NULL," - " 'Report Export File Name'," - " 'File name format string for the export of reports.'," -- " '%T-%U');"); -+ " '%%T-%%U');"); - - } - |