Systemd/man
Lennart Poettering 8fe914ec81 device: do not merge devices
Don't try to merge devices that have been created via dependencies when
they appear in the system and can be recognized as the same.  Instead,
simply continue to maintain them independently of each other, however
with the same state cycle. Why? Because otherwise we'd have a hard time
to seperate the dependencies after the devices are unplugged again and
we hence cannot be sure anymore that next time the device is plugged in
it will carry the same names.

Example: if one depndency refers to dev-sda.device and another one to
dev-by-id-xxxyyy.device we only learn at time of plug in of the device
that it is actually the same device that was ment. In the moment the
device is unplugged again we won't know anymore their relation to each
other and the next time the harddisk is plugged it might even appear as
dev-by-id-xxxyyy.device and dev-sdb.service. To ensure the dependencies
continue to have the meaning they were intended to have let's hence keep
the .device objects seperate all the time, even when they are plugged
in.

This patch also introduces a new Following= property which points from
the various .device units of a specific device to the main .device unit
for it. This can be used by the client side to figure out the relation
of the .device units to each other and even filter units from display.
2010-07-20 20:33:24 +02:00
..
.gitignore man: replace syslog name in man page by configured name 2010-05-17 22:45:52 +02:00
daemon.xml man: update daemon man page a little 2010-07-10 00:49:00 +02:00
halt.xml man: extend manual page documentation 2010-06-24 03:09:36 +02:00
Makefile build-sys: add small redirecting Makefiles to simplify compilation from within emacs 2010-05-17 01:44:03 +02:00
pam_systemd.xml man: various fixes 2010-06-25 00:04:29 +02:00
runlevel.xml man: various fixes 2010-06-25 00:04:29 +02:00
sd-daemon.xml update man pages for recent changes 2010-07-07 01:38:56 +02:00
sd_booted.xml man: various fixes 2010-06-25 00:04:29 +02:00
sd_is_fifo.xml man: various fixes 2010-06-25 00:04:29 +02:00
sd_listen_fds.xml man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, systemd.exec, systemd, and systemd.timer pages 2010-07-07 03:40:12 +02:00
sd_notify.xml man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, systemd.exec, systemd, and systemd.timer pages 2010-07-07 03:40:12 +02:00
shutdown.xml man: minor fixes 2010-06-24 03:47:03 +02:00
systemadm.xml man: minor fixes 2010-06-24 03:47:03 +02:00
systemctl.xml device: do not merge devices 2010-07-20 20:33:24 +02:00
systemd-cgls.xml cgls: beef up control group dumping and introduce cgls tool 2010-07-08 21:01:42 +02:00
systemd-install.xml install: optionally remove all symlinks from configuration tree recursively 2010-07-18 01:33:05 +02:00
systemd-notify.xml man: extend systemd-notify man page a bit 2010-06-24 16:13:56 +02:00
systemd.automount.xml update man pages for recent changes 2010-07-07 01:38:56 +02:00
systemd.conf.xml update man pages for recent changes 2010-07-07 01:38:56 +02:00
systemd.device.xml update man pages for recent changes 2010-07-07 01:38:56 +02:00
systemd.exec.xml man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, systemd.exec, systemd, and systemd.timer pages 2010-07-07 03:40:12 +02:00
systemd.mount.xml update man pages for recent changes 2010-07-07 01:38:56 +02:00
systemd.path.xml update man pages for recent changes 2010-07-07 01:38:56 +02:00
systemd.service.xml execute: optionally ignore return status of invoked commands 2010-07-12 03:07:01 +02:00
systemd.snapshot.xml update man pages for recent changes 2010-07-07 01:38:56 +02:00
systemd.socket.xml man: update man pages for recent syntax changes 2010-07-07 21:22:56 +02:00
systemd.special.xml.in units: introduce emergency.target 2010-07-12 23:49:20 +02:00
systemd.swap.xml update man pages for recent changes 2010-07-07 01:38:56 +02:00
systemd.target.xml update man pages for recent changes 2010-07-07 01:38:56 +02:00
systemd.timer.xml man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, systemd.exec, systemd, and systemd.timer pages 2010-07-07 03:40:12 +02:00
systemd.unit.xml man: extend man pages a little 2010-07-18 02:11:38 +02:00
systemd.xml systemctl: introduce reset-maintenance command 2010-07-19 04:08:07 +02:00
telinit.xml man: extend manual page documentation 2010-06-24 03:09:36 +02:00