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

Christian Hesse eworm at archlinux.org
Fri Nov 13 12:40:44 UTC 2020


    Date: Friday, November 13, 2020 @ 12:40:44
  Author: eworm
Revision: 400750

move runlevel & telinit to systemd-sysvcompat (again)

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-13 10:17:29 UTC (rev 400749)
+++ PKGBUILD	2020-11-13 12:40:44 UTC (rev 400750)
@@ -179,10 +179,10 @@
   mv "$pkgdir"/usr/lib/lib{nss,systemd,udev}*.so* systemd-libs
 
   # manpages shipped with systemd-sysvcompat
-  rm "$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,shutdown}.8
+  rm "$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8
 
   # executable (symlinks) shipped with systemd-sysvcompat
-  rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,shutdown}
+  rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit}
 
   # files shipped with systemd-resolvconf
   rm "$pkgdir"/usr/{bin/resolvconf,share/man/man1/resolvconf.1}
@@ -257,11 +257,11 @@
   depends=('systemd')
 
   install -D -m0644 -t "$pkgdir"/usr/share/man/man8 \
-    build/man/{halt,poweroff,reboot,shutdown}.8
+    build/man/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8
 
   install -d -m0755 "$pkgdir"/usr/bin
   ln -s ../lib/systemd/systemd "$pkgdir"/usr/bin/init
-  for tool in halt poweroff reboot shutdown; do
+  for tool in halt poweroff reboot runlevel shutdown telinit; do
     ln -s systemctl "$pkgdir"/usr/bin/$tool
   done
 }



More information about the arch-commits mailing list