[arch-commits] Commit in systemd/trunk (PKGBUILD systemd.install)

Christian Hesse eworm at archlinux.org
Mon May 10 05:59:23 UTC 2021


    Date: Monday, May 10, 2021 @ 05:59:22
  Author: eworm
Revision: 414896

upgpkg: systemd 248.2-2: revert the resolved change

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

-----------------+
 PKGBUILD        |    2 +-
 systemd.install |    6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-10 05:57:03 UTC (rev 414895)
+++ PKGBUILD	2021-05-10 05:59:22 UTC (rev 414896)
@@ -7,7 +7,7 @@
 _tag='bc3ad898fc7b74e818c80fdb7b14a3b9c6d91475' # git rev-parse v${_tag_name}
 _tag_name=248.2
 pkgver="${_tag_name/-/}"
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'

Modified: systemd.install
===================================================================
--- systemd.install	2021-05-10 05:57:03 UTC (rev 414895)
+++ systemd.install	2021-05-10 05:59:22 UTC (rev 414896)
@@ -34,12 +34,8 @@
   # enable some services by default, but don't track them
   systemctl enable \
     getty at tty1.service \
-    remote-fs.target \
-    systemd-resolved.service
+    remote-fs.target
 
-  # ... same for resolv.conf symlink for systemd-resolved
-  ln -sf /run/systemd/resolve/stub-resolv.conf etc/resolv.conf
-
   echo ":: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your"
   echo "   bootloader to replace sysvinit with systemd, or install systemd-sysvcompat"
 



More information about the arch-commits mailing list