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"