diff options
author | fordprefect | 2021-10-11 10:52:24 +0200 |
---|---|---|
committer | fordprefect | 2021-10-11 10:52:24 +0200 |
commit | 6afc31f4bdf5b7d185cb529494e3c823622d4f30 (patch) | |
tree | c9553d08dcea952036f4adefda51b284a9efd880 | |
parent | c80ef380bbf7c228511f33f333fa3b15860773b6 (diff) | |
download | aur-6afc31f4bdf5b7d185cb529494e3c823622d4f30.tar.gz |
fix sysusers config
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | postsrsd.conf | 2 |
3 files changed, 3 insertions, 4 deletions
@@ -15,7 +15,6 @@ pkgbase = postsrsd source = postsrsd-1.11.tar.gz::https://github.com/roehling/postsrsd/archive/1.11.tar.gz source = postsrsd.conf md5sums = 5585ff7685ad5f0331ac6dde6304ca4b - md5sums = dd002a74bd323a7ea315da4ef2df79dc + md5sums = cee1be46359eb9b6a44d1fac3cbc718b pkgname = postsrsd - @@ -18,7 +18,7 @@ license=(GPL2) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roehling/postsrsd/archive/${pkgver}.tar.gz" "postsrsd.conf") md5sums=('5585ff7685ad5f0331ac6dde6304ca4b' - 'dd002a74bd323a7ea315da4ef2df79dc') + 'cee1be46359eb9b6a44d1fac3cbc718b') check() { cd "$srcdir/postsrsd-$pkgver/build" diff --git a/postsrsd.conf b/postsrsd.conf index b4692ffc8675..3afeab2b4ab1 100644 --- a/postsrsd.conf +++ b/postsrsd.conf @@ -1,2 +1,2 @@ # Type Name ID GECOS Home directory Shell -u postsrsd mail "Postsrsd user" +u postsrsd -:mail "Postsrsd user" |