util-linux: uuidd depend on uuidd system account, create it.
This commit is contained in:
@@ -4,7 +4,7 @@ _distver=2.22
|
|||||||
_patchver=rc2
|
_patchver=rc2
|
||||||
wrksrc=${pkgname}-${_distver}-${_patchver}
|
wrksrc=${pkgname}-${_distver}-${_patchver}
|
||||||
version=${_distver}${_patchver}
|
version=${_distver}${_patchver}
|
||||||
revision=1
|
revision=2
|
||||||
depends="coreutils shadow>=4.1.5.1_3"
|
depends="coreutils shadow>=4.1.5.1_3"
|
||||||
makedepends="pkg-config zlib-devel ncurses-devel pam-devel"
|
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"
|
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,
|
them are utilities for handling file systems, consoles, partitions,
|
||||||
and messages."
|
and messages."
|
||||||
|
|
||||||
|
# Create uuidd system account for uuidd.
|
||||||
|
system_accounts="uuidd"
|
||||||
|
uuidd_homedir="/run/uuidd"
|
||||||
|
|
||||||
systemd_services="uuidd.socket on"
|
systemd_services="uuidd.socket on"
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
|
|||||||
Reference in New Issue
Block a user