digraph "Service Type Dependencies" { shepherd [shape = box, fontname = "dejavu sans"]; pam [shape = box, fontname = "dejavu sans"]; etc [shape = box, fontname = "dejavu sans"]; profile [shape = box, fontname = "dejavu sans"]; accounts [shape = box, fontname = "dejavu sans"]; activation [shape = box, fontname = "dejavu sans"]; boot [shape = box, fontname = "dejavu sans"]; system [shape = house, fontname = "dejavu sans"]; lshd -> shepherd; lshd -> pam; udev -> shepherd; nscd -> shepherd [label = "extends"]; "nss-mdns" -> nscd; "kvm-rules" -> udev; colord -> udev; dbus -> shepherd; colord -> dbus; upower -> udev; upower -> dbus; polkit -> dbus; polkit -> pam; elogind -> dbus; elogind -> udev; elogind -> polkit [label = "extends"]; shepherd -> boot; colord -> accounts; accounts -> activation; accounts -> etc; etc -> activation; activation -> boot; pam -> etc; elogind -> pam; guix -> shepherd; guix -> activation; guix -> accounts; boot -> system; etc -> system; profile -> system; } ix/about/'>aboutsummaryrefslogtreecommitdiff
path: root/etc/manifests/hurd.scm
AgeCommit message (Expand)Author
2024-12-12etc: Move manifests to a separate directory....* etc/disarchive-manifest.scm, etc/hurd-manifest.scm, etc/kernels-manifest.scm, etc/release-manifest.scm, etc/source-manifest.scm, etc/system-tests.scm, etc/time-travel-manifest.scm, etc/upgrade-manifest.scm: Move to… * etc/manifests: … here, and drop “-manifest” from file name. * Makefile.am (EXTRA_DIST, assert-binaries-available, check-system): Adjust accordingly. Change-Id: Iedee3d0cdd42e72ef8bbf654ea5d3b47dca95874 Ludovic Courtès