util-linux: uuidd homedir must be set to /run/uuidd to store the socket.
This commit is contained in:
parent
6597221359
commit
8e4af89010
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.26
|
version=2.26
|
||||||
revision=5
|
revision=6
|
||||||
short_desc="Miscellaneous linux utilities"
|
short_desc="Miscellaneous linux utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||||
|
@ -17,6 +17,7 @@ hostmakedepends="automake gettext-devel libtool pkg-config"
|
||||||
makedepends="zlib-devel ncurses-devel pam-devel>=1.1.8_4 libcap-ng-devel"
|
makedepends="zlib-devel ncurses-devel pam-devel>=1.1.8_4 libcap-ng-devel"
|
||||||
# Create uuidd system account for uuidd.
|
# Create uuidd system account for uuidd.
|
||||||
system_accounts="uuidd"
|
system_accounts="uuidd"
|
||||||
|
uuidd_homedir="/run/uuidd"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/pam.d/chfn
|
/etc/pam.d/chfn
|
||||||
/etc/pam.d/chsh
|
/etc/pam.d/chsh
|
||||||
|
|
Loading…
Reference in New Issue