mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
systemd: update to 187.
This commit is contained in:
parent
6f39d0e820
commit
40ff1d05fa
2 changed files with 3 additions and 21 deletions
|
@ -1,13 +0,0 @@
|
||||||
Void linux specific patch: do not clear screen in getty.
|
|
||||||
|
|
||||||
--- units/getty@.service.m4.orig 2012-07-04 10:08:18.927098064 +0200
|
|
||||||
+++ units/getty@.service.m4 2012-07-04 10:08:54.749229771 +0200
|
|
||||||
@@ -50,7 +50,7 @@ UtmpIdentifier=%I
|
|
||||||
TTYPath=/dev/%I
|
|
||||||
TTYReset=yes
|
|
||||||
TTYVHangup=yes
|
|
||||||
-TTYVTDisallocate=yes
|
|
||||||
+#TTYVTDisallocate=yes
|
|
||||||
KillMode=process
|
|
||||||
IgnoreSIGPIPE=no
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'systemd'
|
# Template file for 'systemd'
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=186
|
version=187
|
||||||
revision=3
|
revision=1
|
||||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||||
|
@ -18,7 +18,7 @@ short_desc="A system and service manager for Linux"
|
||||||
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"
|
||||||
license="LGPL-2.1, GPL-2, MIT"
|
license="LGPL-2.1, GPL-2, MIT"
|
||||||
checksum=b2c201f501952e52241827f01541de7ee05c1238fc39bfe97065f5a04e46b27e
|
checksum=1a3b338f00cc1ec8b1dcdafe6ce7928f016f70403190db72960df38731fbeed4
|
||||||
long_desc="
|
long_desc="
|
||||||
systemd is a system and service manager for Linux, compatible with SysV and LSB
|
systemd is a system and service manager for Linux, compatible with SysV and LSB
|
||||||
init scripts. systemd provides aggressive parallelization capabilities, uses
|
init scripts. systemd provides aggressive parallelization capabilities, uses
|
||||||
|
@ -42,11 +42,6 @@ make_dirs="
|
||||||
/etc/local.d 0755 root root
|
/etc/local.d 0755 root root
|
||||||
/var/lib/systemd 0755 root root"
|
/var/lib/systemd 0755 root root"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i -e "s|/bin/loadkeys|/usr/bin/loadkeys|g" Makefile.in
|
|
||||||
sed -i -e "s|/bin/setfont|/usr/bin/setfont|g" Makefile.in
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in etc/binfmt.d etc/sysctl.d etc/modules-load.d etc/tmpfiles.d \
|
for f in etc/binfmt.d etc/sysctl.d etc/modules-load.d etc/tmpfiles.d \
|
||||||
etc/systemd/user etc/systemd/system/local-fs.target.wants \
|
etc/systemd/user etc/systemd/system/local-fs.target.wants \
|
||||||
|
|
Loading…
Add table
Reference in a new issue