From b12059b25185d4436f39d62c214f0bf5d712fff9 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Wed, 12 Aug 2020 23:50:02 -0700 Subject: [PATCH] NetAuth: Fix still more typos --- srcpkgs/NetAuth/files/netauthd/run | 2 +- srcpkgs/NetAuth/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/NetAuth/files/netauthd/run b/srcpkgs/NetAuth/files/netauthd/run index be04a622e4..1dee2578b6 100644 --- a/srcpkgs/NetAuth/files/netauthd/run +++ b/srcpkgs/NetAuth/files/netauthd/run @@ -4,4 +4,4 @@ cd /var/lib/netauth/ || exit 1 -chpst -u _netauthd:_netauthd netauthd 2>&1 +chpst -u _netauth:_netauth netauthd 2>&1 diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index baec7e7143..ec3c28c567 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -1,7 +1,7 @@ # Template file for 'NetAuth' pkgname=NetAuth version=0.3.4 -revision=2 +revision=3 wrksrc=netauth-$version build_style="go" go_import_path="github.com/netauth/netauth"