Marco d'Itri wrote: > On Sep 23, 積丹尼 Dan Jacobson <[email protected]> wrote: > > Why the \x2d in one 'slice' but not the other? > Because one contains / and the other does not.
2d hex is '-', not '/'. The actual reason is that '-' in slice names has a special meaning to separate hierarchical components, and '-' within component names is escaped. "system-systemd\x2dfsck.slice" means subslice "systemd-fsck" of "system" slice, and it's printed that way to distinguish it from a 3-level hierarchy "system", "systemd", "fsck". _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
