mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
systemd: create input group (gid 25); required by an upcoming pkg.
This commit is contained in:
parent
9d399ae061
commit
bfa944a8e3
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ _gitshort="${_gitcommit:0:7}"
|
||||||
|
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=208
|
version=208
|
||||||
revision=10
|
revision=11
|
||||||
short_desc="A system and service manager for Linux (${_gitbranch} ${_gitshort})"
|
short_desc="A system and service manager for Linux (${_gitbranch} ${_gitshort})"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
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"
|
depends="xbps-triggers>=0.64 dbus kbd libcap-progs shadow"
|
||||||
|
|
||||||
# Create systemd-journal (gid 24) system group.
|
# Create systemd-journal (gid 24) and input (gid 25) system groups.
|
||||||
system_groups="systemd-journal:24"
|
system_groups="systemd-journal:24 input:25"
|
||||||
replaces="nss-myhostname>=0 systemd-analyze>0"
|
replaces="nss-myhostname>=0 systemd-analyze>0"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/hostname
|
/etc/hostname
|
||||||
|
|
Loading…
Add table
Reference in a new issue