mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
NetAuth: Fix homedir permissions
This commit is contained in:
parent
b12059b251
commit
085df0a76a
1 changed files with 2 additions and 2 deletions
|
@ -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=3
|
revision=4
|
||||||
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"
|
||||||
|
@ -27,7 +27,7 @@ post_install() {
|
||||||
NetAuth-server_package() {
|
NetAuth-server_package() {
|
||||||
short_desc+=" - server"
|
short_desc+=" - server"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
make_dirs="/var/lib/netauth 0750 _netauth _netauth"
|
make_dirs="/var/lib/netauth 0755 _netauth _netauth"
|
||||||
system_group="_netauth"
|
system_group="_netauth"
|
||||||
system_accounts="_netauth"
|
system_accounts="_netauth"
|
||||||
_netauth_homedir="/var/lib/netauth"
|
_netauth_homedir="/var/lib/netauth"
|
||||||
|
|
Loading…
Add table
Reference in a new issue