From 52c0bed3fb976be2b153b10f0a7dfb6f0faa9834 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 1 May 2016 16:30:53 +0000 Subject: build-sys: add TEST-0[89]-* to dist Follow-up for 91f9f8f1bae and 4f4d6ee4be1c --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index b323de55c6..7f9ee08b20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5827,6 +5827,10 @@ EXTRA_DIST += \ test/TEST-07-ISSUE-1981/Makefile \ test/TEST-07-ISSUE-1981/test-segfault.sh \ test/TEST-07-ISSUE-1981/test.sh \ + test/TEST-08-ISSUE-2730/Makefile \ + test/TEST-08-ISSUE-2730/test.sh \ + test/TEST-09-ISSUE-2691/Makefile \ + test/TEST-09-ISSUE-2691/test.sh \ test/test-functions EXTRA_DIST += \ -- cgit v1.2.3-54-g00ecf From cd4c260323dd07d8175a62ca3234e9d7ccfeeb45 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 1 May 2016 16:31:36 +0000 Subject: tests: use symlink to Makefile --- test/TEST-06-SELINUX/Makefile | 11 +---------- test/TEST-08-ISSUE-2730/Makefile | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) mode change 100644 => 120000 test/TEST-06-SELINUX/Makefile mode change 100644 => 120000 test/TEST-08-ISSUE-2730/Makefile diff --git a/test/TEST-06-SELINUX/Makefile b/test/TEST-06-SELINUX/Makefile deleted file mode 100644 index 5e89a29eff..0000000000 --- a/test/TEST-06-SELINUX/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -all: - @make -s --no-print-directory -C ../.. all - @basedir=../.. TEST_BASE_DIR=../ ./test.sh --all -setup: - @make --no-print-directory -C ../.. all - @basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup -clean: - @basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean -run: - @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run diff --git a/test/TEST-06-SELINUX/Makefile b/test/TEST-06-SELINUX/Makefile new file mode 120000 index 0000000000..e9f93b1104 --- /dev/null +++ b/test/TEST-06-SELINUX/Makefile @@ -0,0 +1 @@ +../TEST-01-BASIC/Makefile \ No newline at end of file diff --git a/test/TEST-08-ISSUE-2730/Makefile b/test/TEST-08-ISSUE-2730/Makefile deleted file mode 100644 index 5e89a29eff..0000000000 --- a/test/TEST-08-ISSUE-2730/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -all: - @make -s --no-print-directory -C ../.. all - @basedir=../.. TEST_BASE_DIR=../ ./test.sh --all -setup: - @make --no-print-directory -C ../.. all - @basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup -clean: - @basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean -run: - @basedir=../.. TEST_BASE_DIR=../ ./test.sh --run diff --git a/test/TEST-08-ISSUE-2730/Makefile b/test/TEST-08-ISSUE-2730/Makefile new file mode 120000 index 0000000000..e9f93b1104 --- /dev/null +++ b/test/TEST-08-ISSUE-2730/Makefile @@ -0,0 +1 @@ +../TEST-01-BASIC/Makefile \ No newline at end of file -- cgit v1.2.3-54-g00ecf From a9c76ada086f933eae26ea13a272a435da430cb6 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 1 May 2016 17:15:21 +0000 Subject: catalog: rename RateLimitInterval= to RateLimitIntervalSec= Follow-up for f0367da7d1a61 Closes #3158 --- catalog/systemd.hr.catalog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/systemd.hr.catalog b/catalog/systemd.hr.catalog index 4a6c5ac1fc..350988dd87 100644 --- a/catalog/systemd.hr.catalog +++ b/catalog/systemd.hr.catalog @@ -67,7 +67,7 @@ Zapamtite da samo poruke iz usluge u upitu su odbačene, ostale poruke usluga nisu zahvaćene. Ograničenja koja kontroliraju kada je poruka odbačena mogu se podesiti -sa RateLimitInterval= i RateLimitBurst= u +sa RateLimitIntervalSec= i RateLimitBurst= u /etc/systemd/journald.conf. Pogledajte journald.conf(5) za više pojedinosti. -- e9bf28e6e834481bb6f48f548ad13606 -- cgit v1.2.3-54-g00ecf