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'
|
||||
pkgname=NetAuth
|
||||
version=0.3.4
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc=netauth-$version
|
||||
build_style="go"
|
||||
go_import_path="github.com/netauth/netauth"
|
||||
|
@ -27,7 +27,7 @@ post_install() {
|
|||
NetAuth-server_package() {
|
||||
short_desc+=" - server"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
make_dirs="/var/lib/netauth 0750 _netauth _netauth"
|
||||
make_dirs="/var/lib/netauth 0755 _netauth _netauth"
|
||||
system_group="_netauth"
|
||||
system_accounts="_netauth"
|
||||
_netauth_homedir="/var/lib/netauth"
|
||||
|
|
Loading…
Reference in a new issue