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

2021-07-12 Thread Christian Hesse via arch-commits
Date: Monday, July 12, 2021 @ 09:59:21
  Author: eworm
Revision: 419624

upgpkg: systemd 249-3: re-add the daemon-reexec...

... which was accidentally removed with a cleanup.

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

-+
 PKGBUILD|2 +-
 systemd.install |4 
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-12 05:24:52 UTC (rev 419623)
+++ PKGBUILD2021-07-12 09:59:21 UTC (rev 419624)
@@ -7,7 +7,7 @@
 _tag='b134c9cc4b02eddca2ea098324369018123fdf15' # git rev-parse v${_tag_name}
 _tag_name=249
 pkgver="${_tag_name/-/}"
-pkgrel=2
+pkgrel=3
 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-07-12 05:24:52 UTC (rev 419623)
+++ systemd.install 2021-07-12 09:59:21 UTC (rev 419624)
@@ -47,6 +47,10 @@
 post_upgrade() {
   post_common "$@"
 
+  if sd_booted; then
+systemctl --system daemon-reexec
+  fi
+
   local v upgrades=(
 242.0-2
   )



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

2021-05-09 Thread Christian Hesse via arch-commits
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
===
--- PKGBUILD2021-05-10 05:57:03 UTC (rev 414895)
+++ PKGBUILD2021-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@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"
 


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

2021-04-26 Thread Christian Hesse via arch-commits
Date: Monday, April 26, 2021 @ 14:41:34
  Author: eworm
Revision: 413900

act from current working directory

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-26 14:22:54 UTC (rev 413899)
+++ PKGBUILD2021-04-26 14:41:34 UTC (rev 413900)
@@ -7,7 +7,7 @@
 _tag='e13126bd95857eb9344e030edbb4c603aab63884' # git rev-parse v${_tag_name}
 _tag_name=248
 pkgver="${_tag_name/-/}"
-pkgrel=5
+pkgrel=5.1
 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-04-26 14:22:54 UTC (rev 413899)
+++ systemd.install 2021-04-26 14:41:34 UTC (rev 413900)
@@ -76,7 +76,7 @@
 systemd-resolved.service
 
   # ... same for resolv.conf symlink for systemd-resolved
-  ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
+  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"