util-linux: fix uuidd homedir (tyop).
This commit is contained in:
parent
338c80fa34
commit
8b68d6bf1e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.25.2
|
version=2.25.2
|
||||||
revision=2
|
revision=3
|
||||||
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"
|
||||||
|
@ -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"
|
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"
|
||||||
uuid_homedir="/var/uuidd"
|
uuidd_homedir="/var/uuidd"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/pam.d/chfn
|
/etc/pam.d/chfn
|
||||||
/etc/pam.d/chsh
|
/etc/pam.d/chsh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue