Just a small patch to add 3 lines of notes to /etc/fwknop/access.conf
& undocumented GPG_ALLOW_NO_PW so gpg keys are setup correctly in an
automated environment.
---
testing/fwknop/APKBUILD | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/testing/fwknop/APKBUILD b/testing/fwknop/APKBUILD
index aaf5f75..ff0ac31 100644
--- a/testing/fwknop/APKBUILD+++ b/testing/fwknop/APKBUILD
@@ -45,6 +45,10 @@ package() {
make DESTDIR="$pkgdir" install || return 1
rm -f "$pkgdir"/usr/lib/*.la || return 1
install -Dm755 "$srcdir"/fwknopd.initd "$pkgdir"/etc/init.d/fwknopd
+ echo "# If using gnupg2 see http://www.gnupg.org/faq/GnuPG-FAQ.html#how-can-i-use-gnupg-in-an-automated-environment" >> "$pkgdir"/etc/fwknop/access.conf+ echo "# & sign the client public key on the server with a normal key which has a password" >> "$pkgdir"/etc/fwknop/access.conf+ echo "# disable GPG_DECRYPT_PW & enable the following variable:" >> "$pkgdir"/etc/fwknop/access.conf+ echo "#GPG_ALLOW_NO_PW: Y;" >> "$pkgdir"/etc/fwknop/access.conf}
server() {
applied and bumped pkgrel and git commit --amend'ed it and pushed it.
thanks!
-nc
PS. have a look at how the commit message looks like compared to the others:
http://git.alpinelinux.org/cgit/aports/log/
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---