community/safekeep: set GECOS field

This commit is contained in:
Henrik Riomar 2017-12-21 11:19:17 +01:00 committed by William Pitcock
parent 39e1ad4e77
commit 06fe1358ee
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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