Advertisement
gusibsd

Untitled

Nov 8th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Index: pkg-plist
  2. ===================================================================
  3. --- pkg-plist (revision 18857)
  4. +++ pkg-plist (working copy)
  5. @@ -1,3 +1,6 @@
  6. +@cwd /
  7. +var/log/ConsoleKit/history
  8. +@cwd
  9. bin/ck-history
  10. bin/ck-launch-session
  11. bin/ck-list-sessions
  12. @@ -12,10 +15,13 @@
  13. lib/libck-connector.la
  14. lib/libck-connector.so
  15. lib/libck-connector.so.0
  16. +lib/pam_ck_connector.la
  17. +lib/pam_ck_connector.so
  18. libdata/pkgconfig/ck-connector.pc
  19. libexec/ck-collect-session-info
  20. libexec/ck-get-x11-display-device
  21. libexec/ck-get-x11-server-pid
  22. +man/man8/pam_ck_connector.8.gz
  23. sbin/console-kit-daemon
  24. share/dbus-1/interfaces/org.freedesktop.ConsoleKit.Manager.xml
  25. share/dbus-1/interfaces/org.freedesktop.ConsoleKit.Seat.xml
  26. @@ -36,8 +42,7 @@
  27. @dirrmtry etc/ConsoleKit/run-session.d
  28. @dirrmtry etc/ConsoleKit/run-seat.d
  29. @dirrm etc/ConsoleKit
  30. -@exec mkdir -p /var/run/ConsoleKit
  31. -@exec mkdir -p /var/log/ConsoleKit
  32. -@exec touch -f /var/log/ConsoleKit/history
  33. -@unexec rm -rf /var/run/ConsoleKit 2>/dev/null || true
  34. -@unexec rm -rf /var/log/ConsoleKit 2>/dev/null || true
  35. +@cwd /
  36. +@dirrm var/run/ConsoleKit
  37. +@dirrm var/log/ConsoleKit
  38. +@cwd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement