diff options
author | Dennis Przytarski <dennis@przytarski.com> | 2015-08-17 09:26:25 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-17 11:37:02 +0000 |
commit | dc81d983c997d23209da136877b18b13f724ef26 (patch) | |
tree | a9cb1a8b4dc0dbc171439099dc179abd9513e035 /testing/knot/knot.post-install | |
parent | fde59d53df8108f15fb9109ab5bbdf81eeace183 (diff) | |
download | aports-dc81d983c997d23209da136877b18b13f724ef26.tar.bz2 aports-dc81d983c997d23209da136877b18b13f724ef26.tar.xz |
testing/knot: added dnssec timestamps patch + cleanup
added dnssec timestamps patch
named service after the corresponding binary
simplified scripts
Diffstat (limited to 'testing/knot/knot.post-install')
-rw-r--r-- | testing/knot/knot.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/knot/knot.post-install b/testing/knot/knot.post-install index fea7dac735..179e5fc92a 100644 --- a/testing/knot/knot.post-install +++ b/testing/knot/knot.post-install @@ -2,7 +2,7 @@ echo "*" >&2 echo "* Before running knot, you must create a knot.conf file." >&2 -echo "* There is an example into /etc/knot directory. " >&2 +echo "* There is an example in the /etc/knot directory." >&2 echo "* You can rename the example file and make the necessary adjustment." >&2 echo "*" >&2 |