diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-28 18:45:56 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-28 18:45:56 -0400 |
| commit | 1c312c0628ea63cdd9bae254758758c9fa0c772e (patch) | |
| tree | 8da98e41d09cc488cf3eeda01b55c3ce27f76762 | |
| parent | 842428cb4db77b0b9dd314d043058cb3d32fbb0f (diff) | |
Added Logcheck module, contributed by Jelmer Vernooij.
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | propellor.cabal | 1 |
2 files changed, 2 insertions, 0 deletions
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 <id@joeyh.name> 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 |
