From bab5451851e639ddcdc8a4b3899ee5511b75dd8e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 7 Sep 2018 08:17:15 -0300 Subject: [PATCH] util-linux: add underscore prefix to uuidd username. --- srcpkgs/util-linux/files/uuidd/run | 4 ++-- srcpkgs/util-linux/template | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/util-linux/files/uuidd/run b/srcpkgs/util-linux/files/uuidd/run index 768b34b1c3e..bfbaa5492b3 100755 --- a/srcpkgs/util-linux/files/uuidd/run +++ b/srcpkgs/util-linux/files/uuidd/run @@ -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 diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index 2d43e17f37e..1a7886e12cf 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -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 " 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"