aboutsummaryrefslogtreecommitdiffstats
path: root/community/safekeep
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2017-12-21 11:19:17 +0100
committerWilliam Pitcock <nenolod@dereferenced.org>2017-12-28 17:08:35 +0000
commit06fe1358eeda5a4e7482e7afa4e223ea63e8e19b (patch)
tree7501ba8650c446aa0d1e05923f3427b293ef64cf /community/safekeep
parent39e1ad4e776162b70f9b51c0063839bba1fae19b (diff)
downloadaports-06fe1358eeda5a4e7482e7afa4e223ea63e8e19b.tar.bz2
aports-06fe1358eeda5a4e7482e7afa4e223ea63e8e19b.tar.xz
community/safekeep: set GECOS field
Diffstat (limited to 'community/safekeep')
-rw-r--r--community/safekeep/APKBUILD2
-rw-r--r--community/safekeep/safekeep-server.post-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/community/safekeep/APKBUILD b/community/safekeep/APKBUILD
index 82aa0c0566..9fa85b5b8a 100644
--- a/community/safekeep/APKBUILD
+++ b/community/safekeep/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Henrik Riomar <henrik.riomar@gmail.com>
pkgname=safekeep
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="SafeKeep backup system"
url="https://github.com/dimipaun/safekeep"
arch="noarch"
diff --git a/community/safekeep/safekeep-server.post-install b/community/safekeep/safekeep-server.post-install
index 5a208c4aad..d35ac9e5a9 100644
--- a/community/safekeep/safekeep-server.post-install
+++ b/community/safekeep/safekeep-server.post-install
@@ -1,6 +1,6 @@
#!/bin/sh
-adduser -S -h /var/lib/safekeep safekeep
+adduser -S -D -h /var/lib/safekeep -g safekeep safekeep
install -d -m 0700 -o safekeep -g nogroup /var/lib/safekeep/.ssh
exit 0