aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2020-11-06 01:56:33 +0900
committerJiachen Yang2020-11-06 01:56:33 +0900
commit57eb530af81b444a61096f3cf8f8ac1ef99a7c93 (patch)
treed92d845dd3e77fe035bfb95e479eb0539799e5de
parentb259bd0a6c90c9ef4072efe27fcc0c12c1249342 (diff)
downloadaur-57eb530af81b444a61096f3cf8f8ac1ef99a7c93.tar.gz
systemd-report-entropy: change pkgdesc
-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,