mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
NetAuth: Fix typo in service script
This commit is contained in:
parent
1b3d0b0c6a
commit
3a48ab8a96
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
[ -r ./conf ] && . ./conf
|
[ -r ./conf ] && . ./conf
|
||||||
|
|
||||||
cd /var/lib/netauthd/ || exit 1
|
cd /var/lib/netauth/ || exit 1
|
||||||
|
|
||||||
chpst -u _netauthd:_netauthd netauthd 2>&1
|
chpst -u _netauthd:_netauthd netauthd 2>&1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'NetAuth'
|
# Template file for 'NetAuth'
|
||||||
pkgname=NetAuth
|
pkgname=NetAuth
|
||||||
version=0.3.4
|
version=0.3.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=netauth-$version
|
wrksrc=netauth-$version
|
||||||
build_style="go"
|
build_style="go"
|
||||||
go_import_path="github.com/netauth/netauth"
|
go_import_path="github.com/netauth/netauth"
|
||||||
|
|
Loading…
Add table
Reference in a new issue