From 1c312c0628ea63cdd9bae254758758c9fa0c772e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Sep 2015 18:45:56 -0400 Subject: Added Logcheck module, contributed by Jelmer Vernooij. --- debian/changelog | 1 + propellor.cabal | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 41f1435c..4d269021 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ propellor (2.8.1) UNRELEASED; urgency=medium * Guard against power loss etc when building propellor, by updating the executable atomically. + * Added Logcheck module, contributed by Jelmer Vernooij. -- Joey Hess Fri, 25 Sep 2015 09:21:41 -0400 diff --git a/propellor.cabal b/propellor.cabal index f111174c..5cf5f2c8 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -105,6 +105,7 @@ Library Propellor.Property.Rsync Propellor.Property.List Propellor.Property.LightDM + Propellor.Property.Logcheck Propellor.Property.Scheduled Propellor.Property.Service Propellor.Property.Ssh -- cgit v1.3-2-g0d8e