[Logcheck-commits] [logcheck] 01/01: src/logcheck: use '/run/lock/logcheck'
Hannes von Haugwitz
hvhaugwitz at moszumanska.debian.org
Tue Sep 2 18:16:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
hvhaugwitz pushed a commit to branch master
in repository logcheck.
commit 6da4b04f8b5b0584908c5a13000bb0c90ef87029
Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date: Tue Sep 2 20:13:43 2014 +0200
src/logcheck: use '/run/lock/logcheck'
---
debian/changelog | 5 +++--
src/logcheck | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b52fcb7..0cb8ee0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,11 +11,12 @@ logcheck (1.3.17) UNRELEASED; urgency=low
* debian/README.backports: removed (obsolete)
* src/logcheck:
- changed '#!/bin/bash' to '#!/usr/bin/env bash'
+ - use '/run/lock/logcheck' instead of '/var/lock/logcheck'
[ Alberto Gonzalez Iniesta ]
* ignore.d.workstation/kernel:
- - Fix reworded "Caching mode page" messsages. (Closes: #743378)
- Thanks Hagen Fuchs for the patch
+ - fixed reworded "Caching mode page" message, thanks to Hagen Fuchs for
+ the patch (closes: #743378)
-- Hannes von Haugwitz <hannes at vonhaugwitz.com> Sun, 26 Jan 2014 20:09:26 +0100
diff --git a/src/logcheck b/src/logcheck
index 0f56643..9c123dd 100755
--- a/src/logcheck
+++ b/src/logcheck
@@ -89,7 +89,7 @@ FQDN=0
SORTUNIQ=0
SUPPORT_CRACKING_IGNORE=0
SYSLOGSUMMARY=0
-LOCKDIR=/var/lock/logcheck
+LOCKDIR=/run/lock/logcheck
LOCKFILE="$LOCKDIR/logcheck"
# Carry out the clean up tasks
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/logcheck/logcheck.git
More information about the Logcheck-commits
mailing list