util-linux: fix uuidd homedir (tyop).
This commit is contained in:
parent
338c80fa34
commit
8b68d6bf1e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'util-linux'
|
||||
pkgname=util-linux
|
||||
version=2.25.2
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||
|
@ -13,7 +13,7 @@ hostmakedepends="automake gettext-devel libtool pkg-config"
|
|||
makedepends="zlib-devel ncurses-devel pam-devel>=1.1.8_4 libcap-ng-devel"
|
||||
# Create uuidd system account for uuidd.
|
||||
system_accounts="uuidd"
|
||||
uuid_homedir="/var/uuidd"
|
||||
uuidd_homedir="/var/uuidd"
|
||||
conf_files="
|
||||
/etc/pam.d/chfn
|
||||
/etc/pam.d/chsh
|
||||
|
|
Loading…
Reference in New Issue