mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/safekeep: set GECOS field
This commit is contained in:
parent
39e1ad4e77
commit
06fe1358ee
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user