util-linux: uuidd depend on uuidd system account, create it.
This commit is contained in:
parent
b45662a70e
commit
8688b80cc4
|
@ -4,7 +4,7 @@ _distver=2.22
|
|||
_patchver=rc2
|
||||
wrksrc=${pkgname}-${_distver}-${_patchver}
|
||||
version=${_distver}${_patchver}
|
||||
revision=1
|
||||
revision=2
|
||||
depends="coreutils shadow>=4.1.5.1_3"
|
||||
makedepends="pkg-config zlib-devel ncurses-devel pam-devel"
|
||||
replaces="util-linux-ng>=0 e2fsprogs<=1.41.14_1 eject>=0 shadow<4.1.5.1_3"
|
||||
|
@ -21,6 +21,10 @@ long_desc="
|
|||
them are utilities for handling file systems, consoles, partitions,
|
||||
and messages."
|
||||
|
||||
# Create uuidd system account for uuidd.
|
||||
system_accounts="uuidd"
|
||||
uuidd_homedir="/run/uuidd"
|
||||
|
||||
systemd_services="uuidd.socket on"
|
||||
|
||||
conf_files="
|
||||
|
|
Loading…
Reference in New Issue