Created
December 22, 2018 10:55
-
-
Save Cogitri/64fe59742cc507270a1a8c44eae6ad36 to your computer and use it in GitHub Desktop.
0001-systemd-fix-typo-sysuser.d-sysusers.d.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 495b1a5022fcb4308c54c44eea899d6da095ff48 Mon Sep 17 00:00:00 2001 | |
| From: Rasmus Thomsen <rasmus.thomsen@protonmail.com> | |
| Date: Sat, 22 Dec 2018 11:54:57 +0100 | |
| Subject: [PATCH] systemd: fix typo: sysuser.d -> sysusers.d | |
| --- | |
| srcpkgs/systemd/template | 6 +++--- | |
| 1 file changed, 3 insertions(+), 3 deletions(-) | |
| diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template | |
| index 11444d0828..075ba675f7 100644 | |
| --- a/srcpkgs/systemd/template | |
| +++ b/srcpkgs/systemd/template | |
| @@ -1,7 +1,7 @@ | |
| # Template file for 'systemd' | |
| pkgname=systemd | |
| version=240 | |
| -revision=1 | |
| +revision=2 | |
| patch_args="-Np1" | |
| build_style=meson | |
| configure_args="-Dsplit-usr=false -Dsplit-bin=false -Dstatic-libudev=pic | |
| @@ -238,8 +238,8 @@ systemd-coredump_package() { | |
| vmove usr/lib/sysctl.d/50-coredump.conf | |
| vmove etc/systemd/coredump.conf | |
| - vmkdir usr/lib/sysuser.d | |
| + vmkdir usr/lib/sysusers.d | |
| # This one is extracted from basic.conf and moved to this package | |
| - echo 'u systemd-coredump - "systemd Core Dumper"' > ${PKGDESTDIR}/usr/lib/sysuser.d/systemd-coredump.conf | |
| + echo 'u systemd-coredump - "systemd Core Dumper"' > ${PKGDESTDIR}/usr/lib/sysusers.d/systemd-coredump.conf | |
| } | |
| } | |
| -- | |
| 2.20.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment