Guest User

Untitled

a guest
Oct 11th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. From 87dba9dd404064ba5010dcc139f29b91e349a877 Mon Sep 17 00:00:00 2001
  2. From: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  3. Date: Mon, 21 May 2012 21:56:40 +0200
  4. Subject: [PATCH] systemd-scm: fix udevd symlink
  5.  
  6. Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  7. ---
  8. packages/sys-apps/systemd/systemd.exlib | 4 ++--
  9. 1 file changed, 2 insertions(+), 2 deletions(-)
  10.  
  11. diff --git a/packages/sys-apps/systemd/systemd.exlib b/packages/sys-apps/systemd/systemd.exlib
  12. index 235a7b6..31d388e 100644
  13. --- a/packages/sys-apps/systemd/systemd.exlib
  14. +++ b/packages/sys-apps/systemd/systemd.exlib
  15. @@ -380,8 +380,8 @@ EOT
  16. [[ -d ${IMAGE}/usr/lib ]] && edo rmdir "${IMAGE}"/usr/lib
  17. fi
  18.  
  19. - # Create a compatibility symlink from /${LIBDIR}/udev/udevd to /sbin/udevd.
  20. - dosym /usr/${LIBDIR}/udev/udevd /sbin/udevd
  21. + # Create a compatibility symlink from /usr/${LIBDIR}/systemd/systemd-udevd to /sbin/udevd.
  22. + dosym /usr/${LIBDIR}/systemd/systemd-udevd /sbin/udevd
  23. fi
  24.  
  25. # Remove man page for systemadm, which is also in app-admin/systemd-ui
  26. --
  27. 1.7.10.2
Add Comment
Please, Sign In to add comment