~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] FWKNOP - adding notes to access.conf

Details
Message ID
<1385043417-12445-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1385043417
DKIM signature
missing
Download raw message
Patch: +4 -0
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() {
-- 
1.8.4.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20131122160643.48b862b2@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1385043417-12445-1-git-send-email-developer@it-offshore.co.uk> (view parent)
Sender timestamp
1385132803
DKIM signature
missing
Download raw message
On Thu, 21 Nov 2013 14:16:57 +0000
IT Offshore <developer@it-offshore.co.uk> wrote:

> 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
---
Reply to thread Export thread (mbox)