From 3a48ab8a96c41369fe5442487087c215ffcb936d Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Wed, 12 Aug 2020 23:44:08 -0700 Subject: [PATCH] NetAuth: Fix typo in service script --- 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 31aadf24d79..be04a622e45 100644 --- a/srcpkgs/NetAuth/files/netauthd/run +++ b/srcpkgs/NetAuth/files/netauthd/run @@ -2,6 +2,6 @@ [ -r ./conf ] && . ./conf -cd /var/lib/netauthd/ || exit 1 +cd /var/lib/netauth/ || exit 1 chpst -u _netauthd:_netauthd netauthd 2>&1 diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index 8a2cc84cd57..baec7e7143e 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -1,7 +1,7 @@ # Template file for 'NetAuth' pkgname=NetAuth version=0.3.4 -revision=1 +revision=2 wrksrc=netauth-$version build_style="go" go_import_path="github.com/netauth/netauth"