systemd: create input group (gid 25); required by an upcoming pkg.
This commit is contained in:
parent
9d399ae061
commit
bfa944a8e3
|
@ -7,7 +7,7 @@ _gitshort="${_gitcommit:0:7}"
|
|||
|
||||
pkgname=systemd
|
||||
version=208
|
||||
revision=10
|
||||
revision=11
|
||||
short_desc="A system and service manager for Linux (${_gitbranch} ${_gitshort})"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
|
@ -28,8 +28,8 @@ makedepends="acl-devel dbus-devel>=1.6.10_2 libcap-devel libkmod-devel
|
|||
|
||||
depends="xbps-triggers>=0.64 dbus kbd libcap-progs shadow"
|
||||
|
||||
# Create systemd-journal (gid 24) system group.
|
||||
system_groups="systemd-journal:24"
|
||||
# Create systemd-journal (gid 24) and input (gid 25) system groups.
|
||||
system_groups="systemd-journal:24 input:25"
|
||||
replaces="nss-myhostname>=0 systemd-analyze>0"
|
||||
conf_files="
|
||||
/etc/hostname
|
||||
|
|
Loading…
Reference in New Issue