diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2014-10-21 16:36:28 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2014-10-21 16:37:53 +0000 |
commit | 14d076e01af0e1590f9e0217c910f850feb8e94d (patch) | |
tree | 61e66ce65087c0a4e946ffe2f6b5a902ca4c36b8 /testing/knot/knot.post-install | |
parent | df71701915a74ca7d02c942a27892e0072c84ac8 (diff) | |
download | aports-14d076e01af0e1590f9e0217c910f850feb8e94d.tar.bz2 aports-14d076e01af0e1590f9e0217c910f850feb8e94d.tar.xz |
testing/knot: fixed exec permission on init, added knot user and group
Diffstat (limited to 'testing/knot/knot.post-install')
-rw-r--r-- | testing/knot/knot.post-install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/knot/knot.post-install b/testing/knot/knot.post-install new file mode 100644 index 0000000000..74d367a035 --- /dev/null +++ b/testing/knot/knot.post-install @@ -0,0 +1,10 @@ +#!/bin/sh + +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 "* You can rename the example file and make the necessary adjustment. >&2 +echo "*" >&2 + +exit 0 + |