util-linux: add underscore prefix to uuidd username.
This commit is contained in:
parent
786e08c1e6
commit
bab5451851
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
[ ! -d /run/uuidd ] && mkdir -p /run/uuidd
|
||||
chown uuidd:uuidd /run/uuidd
|
||||
exec chpst -u uuidd:uuidd uuidd -F -P
|
||||
chown _uuidd:_uuidd /run/uuidd
|
||||
exec chpst -u _uuidd:_uuidd uuidd -F -P
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'util-linux'
|
||||
pkgname=util-linux
|
||||
version=2.32.1
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
|
||||
|
@ -13,8 +13,8 @@ checksum=86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2
|
|||
hostmakedepends="automake bison gettext-devel libtool pkg-config"
|
||||
makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel"
|
||||
# Create uuidd system account for uuidd.
|
||||
system_accounts="uuidd"
|
||||
uuidd_homedir="/run/uuidd"
|
||||
system_accounts="_uuidd"
|
||||
_uuidd_homedir="/run/uuidd"
|
||||
conf_files="/etc/pam.d/*"
|
||||
provides="eject-${version}_1 rfkill-${version}_1"
|
||||
replaces="rfkill>=0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue