aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb450c4a5ca3..e3b5dbd6ca25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = systemd-report-entropy
- pkgdesc = help to diagnose shutdown sequence for systemd
+ pkgdesc = report system entropy to journald during boot
pkgver = 1
pkgrel = 1
url = http://github.com/farseerfc/systemd-report-entropy
diff --git a/PKGBUILD b/PKGBUILD
index ea2950b1dd71..4ad4533356b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=systemd-report-entropy
pkgver=1
pkgrel=1
-pkgdesc="help to diagnose shutdown sequence for systemd"
+pkgdesc="report system entropy to journald during boot"
arch=(any)
url="http://github.com/farseerfc/systemd-report-entropy"
license=('custom:BSD')
diff --git a/README.md b/README.md
index c4c79a2eef3e..b5fd7c08870a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# systemd-report-entropy
-some helper to diagnose early boot entropy
+report system entropy to journald during boot
## Why ?
Because it is hard to check available entropy during system boot,