aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerra <alpine-builder@spunky.tech.futurequest.net>2021-05-14 09:35:53 -0700
committerLeo <thinkabit.ukim@gmail.com>2021-06-17 14:15:55 +0000
commitf8d25aa29e207100c53eb0fa5274f1a36101c1d6 (patch)
treeb959a9fe740a2d2820e04848068720fac4d88bfa
parent7d5538388935358a15205e75f1fe31c9ed913b70 (diff)
testing/nullmailer: fix nullmailer.initd warning output
-rw-r--r--testing/nullmailer/APKBUILD4
-rw-r--r--testing/nullmailer/nullmailer.initd2
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/nullmailer/APKBUILD b/testing/nullmailer/APKBUILD
index 30d145e1cdd..aa21d813420 100644
--- a/testing/nullmailer/APKBUILD
+++ b/testing/nullmailer/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Simon Frankenberger <simon-alpine@fraho.eu>
pkgname=nullmailer
pkgver=2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Simple relay-only mail transport agent"
url="https://github.com/bruceg/nullmailer"
arch="all"
@@ -60,7 +60,7 @@ sha512sums="
d16592477612a716a8883ada1f18c34a4add81cfcfdda252705090e1f0b59f22a9bda9fe26bf950a78e21b9a69d20662825461669db72269280b7f82a1f8f8d9 nullmailer-2.2-disable-dns-using-test.patch
fc3bbcd8accd5a37b8292c6fb3e935ab1cd35d4a67bb224eadf48ff54b3b00508d6496e3d40c4546a966ce5dd6c297822a4e76a6b9e69d0ce47dd4e0e3883e47 nullmailer-2.2-disable-smtp-auth-tests.patch
10873e538dbc89e8899047e732515d30108b25fd0ff6bb2fc695f5790a94ac32629f41c470a2fec951357169fead36ee4512f543ad0e02c52f09799334b815c7 nullmailer-2.2-fix-test-racecondition.patch
-23d4ef2e6929d852b8f8cad7589b33b8f47bb0dfb7dae74d9cefb3016a45ef77bd32adb059bd0ed22f9fbe076e5345bbbb55ee1d75e8cdf17f58254c9515dde7 nullmailer.initd
+003fb1413342ce80e522a67367fd7a032fb9814e97479d4fcd0ea9fee0bc0eb3b9489d38e7bf99e0ba983c3c01ffc10eefd08bf71eb8e264af9d1a3f190759a4 nullmailer.initd
93eac7b9fde3c7a2ffe3acdba1dcfccc1e40d94eb9fc7fc6722d3dfaaa3fd4378bf33698ebc0e10e108833251dbfa35fd280d62d865145fe415c431120b11ffe adminaddr.conf
0d3df6c4d710b8e91d40649ca991e7ab424be625cae724f8305d1ed4f2cf8a1b08e07030ee690cea7091a4c0320aae4e2df14e19efbcc54f1875338d883d8809 defaultdomain.conf
5ed12f0c212e66330a1a6429ab48020690463f91d19ab3e2ca5bf3b5b486aa7233a9eecacf5130d553a699ad8a60066aa4246e1fe01f0f92c2e6a9f456edee1e remotes.conf
diff --git a/testing/nullmailer/nullmailer.initd b/testing/nullmailer/nullmailer.initd
index cab49d8bfc7..edf79a42071 100644
--- a/testing/nullmailer/nullmailer.initd
+++ b/testing/nullmailer/nullmailer.initd
@@ -23,7 +23,7 @@ checkconfig() {
error=1
fi
if [ ${error} -eq 1 ]; then
- einfo "You need to run 'emerge --config nullmailer'!"
+ ewarn "Please correct the above missing nullmailer control files."
fi
if [ -e /service/nullmailer ]; then
eerror "Nullmailer is already running under svscan!"