History log of /systemd/rules/99-systemd.rules.in
Revision Date Author Comments Expand
d35c1bb1f4b90993124f817f6f54a933e3be5f6b 01-Oct-2015 Lennart Poettering <lennart@poettering.net>

rfkill: rework and make it listen on /dev/rfkill With this rework we introduce systemd-rfkill.service as singleton that is activated via systemd-rfkill.socket that listens on /dev/rfkill. That way, we get notified each time a new rfkill device shows up or changes state, in which case we restore and save its current setting to disk. This is nicer than the previous logic, as this means we save/restore state even of rfkill devices that are around only intermittently, and save/restore the state even if the system is shutdown abruptly instead of cleanly. This implements what I suggested in #1019 and obsoletes it.

ea7b52374caa7f687c7e09b0102dbf834e5d2d88 12-Mar-2015 Kay Sievers <kay@vrfy.org>

rules: systemd - remove legacy "ram" from block device blacklist

812bd1e6ab4c463507557f2bdbb8875fedd92ade 21-Nov-2014 Lennart Poettering <lennart@poettering.net>

units: make sure rfkill service is bount to the actual hardware

1b600437bac3c0676cc72f589909c4cbfe38ba10 07-Oct-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

/proc/sys prefixes are not necessary for sysctl anymore

b5df2eabf3fdd3e1663bc4c948812472084f3e96 31-Jul-2014 Kevin Wells <wellsie1116@gmail.com>

rules: allow systemd to manage loop device partitions SYSTEMD_READY is currently set to 0 for all loop devices (loop[0-9]*) that do not have a backing_file. Partitioned loop devices (ex. loop0p1), however, are matched by this rule and excluded by systemd even though they are active devices. This change adds an additional check to the rule, ensuring that only top level loop devices (loop[0-9]+$) are excluded from systemd.

64dfe7b74446bd56e2d0e1588f900372ac13ae42 15-Jul-2014 Kay Sievers <kay@vrfy.org>

rules: consistently use "?*" instead of "*?"

fc6c7fe9becdd70ae6b671c396f2ad2db0b71cd7 13-Mar-2014 Hendrik Brueckner <brueckner@redhat.com>

getty: Start getty on 3270 terminals available on Linux on System z Add the first 3270 terminal device that is associated with the Linux preferred console to the list of virtualization consoles. This is required to automatically start a getty if the conmode=3270 kernel parameter is specified for Linux on z/VM instances. Note that a queued upstream patch also enable the 3270 terminal device if it is associated with the Linux preferred console. How To successfully start agetty on a 3270 terminal, a change in the agetty parameter order is required. Previously, agetty would started like this: /sbin/agetty --keep-baud 3270/tty1 115200,38400,9600 TERM The agetty program interprets the "3270/tty1" as baud rate and fails to start with the "bad speed: 3270/tty1" error message. Fixing this in agetty is more complex rather than reordering the command line parameters like this: /sbin/agetty --keep-baud 115200,38400,9600 3270/tty1 TERM According to agetty sources and "agetty --help", agetty accepts the "tty", "baudrate tty", and "tty baudrate" specifications. P.S. The "tty: Set correct tty name in 'active' sysfs attribute" introduces a change to display the terminal device which is associated with the Linux preferred console. This change helps to let systemd handle this particular case only. Without the changes of this commit, no additional 3270 terminal device can be managed by systemd. https://git.kernel.org/cgit/linux/kernel/git/gregkh/tty.git/commit/?id=723abd87f6e536f1353c8f64f621520bc29523a3

ebc54302d7fc70927d5dc119e178ff03f6a911ed 10-Mar-2014 Peter Rajnoha <prajnoha@redhat.com>

rules: mark loop device as SYSTEMD_READY=0 if no file is attached Check existence of loop/backing_file in sysfs and mark loop devices with SYSTEMD_READY if missing. Such loop files is uninitialized and it's not ready for use yet (there's no file attached).

07901fc142504efb67c07875a588933dc59a3955 31-Jan-2014 Hendrik Brueckner <brueckner@redhat.com>

s390/getty-generator: initialize essential system terminals/consoles Ensure to start getty programs on all essential system consoles on Linux on System z. Add these essential devices to the list of virtualization_consoles to always generate getty configurations. For the sake of completion, the list of essential consoles is: /dev/sclp_line0 - Operating system messages applet (LPAR) /dev/ttysclp0 - Integrated ASCII console applet (z/VM and LPAR) /dev/ttyS0 - Already handled by systemd (3215 console on z/VM) /dev/hvc0 - Already handled by systemd (IUCV HVC terminal on z/VM) Depending on the environment, z/VM or LPAR, only a subset of these terminals are available. See also RH BZ 860158[1] "Cannot login via Operating System Console into RHEL7 instance installed on a LPAR". This bugzilla actually blocks the installation of Linux on System z instances in LPAR mode. [1] https://bugzilla.redhat.com/show_bug.cgi?id=860158

e0d856dd48d640f3d95efe7b769edec02373cc74 16-Oct-2013 Lennart Poettering <lennart@poettering.net>

rules: don't limit some of the rules to the "add" action Devices should show up in systemd regardless whether the user invoked "udevadm trigger" or not. Before this change some devices might have suddenly disappeared due issuing that command.

da999068475a8c62113de45fe10103bef0b6016a 16-Oct-2013 Lennart Poettering <lennart@poettering.net>

rules: expose loop block devices to systemd Since the kernel no longer exposes a large number of "dead" loop devices it is OK to expose them now in systemd, so let's do that. This has the benefit that mount dependencies on loop devices start to work.

be3f52f4ed02a9256b1577719677b32a17b525ac 14-Oct-2013 Lennart Poettering <lennart@poettering.net>

backlight: include ID_PATH in file names for backlight settings Much like for rfkill devices we should provide some stability regarding enumeration order, hence include the stable bits of the device path in the file name we store settings under.

f6f738db7273f8a2092ac372852f37f2a34cea17 14-Oct-2013 Lennart Poettering <lennart@poettering.net>

rfkill: use ID_PATH as identifier for rfkill state files Let's include the stable device path for the rfkill devices in the name of the file we store the rfkill state in, so that we have some stability regarding enumeration order.

3990f247652c3bd41e4ea074e6302277eb9c7aa3 14-Oct-2013 Lennart Poettering <lennart@poettering.net>

rfkill: add new rfkill tool to save/restore rfkill state across reboots This works analogous to the existing backlight and random seed services

0f4ba83c397e807939a4eb0b2cbd04ad4ab548cc 14-Oct-2013 Lennart Poettering <lennart@poettering.net>

backlight: always prefer "firmware"/"platform" backlights over "raw" backlights if we have both for the same device

1a0464230c08506c3fd715ff7cc56660df3a85ca 11-Oct-2013 Bastien Nocera <hadess@hadess.net>

Add support for saving/restoring keyboard backlights Piggy-backing on the display backlight code, this saves and restores keyboard backlights on supported devices. The detection code matches that of UPower: http://cgit.freedesktop.org/upower/tree/src/up-kbd-backlight.c#n173 https://bugs.freedesktop.org/show_bug.cgi?id=70367 [tomegun: also work for devices named "{smc,samsung,asus}::kbd_backlight"]

875c6e1b48f37a07dfbb80d6653c73f205e94260 14-Aug-2013 Lennart Poettering <lennart@poettering.net>

backlight: instead of syspath use sysname for identifying backlight devices This makes the description string of the backlight service a bit nicer.

3731acf1acfb4a6eb68374a5b137f3b368f63381 14-Aug-2013 Lennart Poettering <lennart@poettering.net>

backlight: add minimal tool to save/restore screen brightness across reboots As many laptops don't save/restore screen brightness across reboots, let's do this in systemd with a minimal tool, that restores the brightness as early as possible, and saves it as late as possible. This will cover consoles and graphical logins, but graphical desktops should do their own per-user stuff probably. This only touches firmware brightness controls for now.

c647f10918940b5d11870df6d008c6c3180bdc41 17-Jun-2013 Ross Lagerwall <rosslagerwall@gmail.com>

rules: only run systemd-sysctl when a network device is added Otherwise, when a network device is renamed, systemd-sysctl is run twice with the same network device name: once for ACTION="add" and once for ACTION="move".

07845c142b41083bc759a18e601123aa5f6864f1 09-Oct-2012 Kay Sievers <kay@vrfy.org>

udev: support multiple entries for ENV{SYSTEMD_ALIAS} and ENV{SYSTEM_WANTS}

d2fff1ced447c09c6601a6617300467ccd81660b 24-Sep-2012 Kay Sievers <kay@vrfy.org>

rules: only mark MD disks, not partitions, with SYSTEMD_READY=0

45646bb0d1ac8f17a8401cf5c51034475719c7e1 30-Jul-2012 Harald Hoyer <harald@redhat.com>

99-systemd.rules.in: ignore nbd in the "add" uevent

44b5651f19b60a84dbfdbb0ea13196b784080c8b 30-Jul-2012 Harald Hoyer <harald@redhat.com>

rules/99-systemd.rules.in: ENV{SYSTEMD_READY}="0" for incomplete md

a96e4839d5ba1b2cbc75d9a998b5f8ccfbb39544 24-Jul-2012 Michal Schmidt <mschmidt@redhat.com>

rules: avoid mounting raid devices too early /dev/md0 appears as soon as the first component of the raid array is added by incremental assembly rules. This is too early for systemd to attempt to mount the device. The device should be considered plugged after the raid array becomes active. https://bugzilla.redhat.com/show_bug.cgi?id=767561

3306a5316851e3c7af12514d45c46da590f37311 14-Apr-2012 Kay Sievers <kay@vrfy.org>

udev: trivial gtk-doc update

88e995fd720a93460e7c3f38ac24512e6d96b3e8 12-Apr-2012 Lennart Poettering <lennart@poettering.net>

getty: VC devices are always available, we don't need to wait until they show up

5430f7f2bc7330f3088b894166bf3524a067e3d8 12-Apr-2012 Lennart Poettering <lennart@poettering.net>

relicense to LGPLv2.1 (with exceptions) We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.

/systemd/LICENSE.GPL2 /systemd/LICENSE.LGPL2.1 /systemd/LICENSE.MIT /systemd/Makefile.am /systemd/README /systemd/autogen.sh /systemd/configure.ac /systemd/man/binfmt.d.xml /systemd/man/custom-html.xsl /systemd/man/daemon.xml /systemd/man/halt.xml /systemd/man/hostname.xml /systemd/man/journalctl.xml /systemd/man/journald.conf.xml /systemd/man/locale.conf.xml /systemd/man/loginctl.xml /systemd/man/logind.conf.xml /systemd/man/machine-id.xml /systemd/man/machine-info.xml /systemd/man/modules-load.d.xml /systemd/man/os-release.xml /systemd/man/pam_systemd.xml /systemd/man/runlevel.xml /systemd/man/sd-daemon.xml /systemd/man/sd-login.xml /systemd/man/sd-readahead.xml /systemd/man/sd_booted.xml /systemd/man/sd_get_seats.xml /systemd/man/sd_is_fifo.xml /systemd/man/sd_listen_fds.xml /systemd/man/sd_login_monitor_new.xml /systemd/man/sd_notify.xml /systemd/man/sd_pid_get_session.xml /systemd/man/sd_readahead.xml /systemd/man/sd_seat_get_active.xml /systemd/man/sd_session_is_active.xml /systemd/man/sd_uid_get_state.xml /systemd/man/shutdown.xml /systemd/man/sysctl.d.xml /systemd/man/systemctl.xml /systemd/man/systemd-ask-password.xml /systemd/man/systemd-cat.xml /systemd/man/systemd-cgls.xml /systemd/man/systemd-cgtop.xml /systemd/man/systemd-machine-id-setup.xml /systemd/man/systemd-notify.xml /systemd/man/systemd-nspawn.xml /systemd/man/systemd-tmpfiles.xml /systemd/man/systemd.automount.xml /systemd/man/systemd.conf.xml /systemd/man/systemd.device.xml /systemd/man/systemd.exec.xml /systemd/man/systemd.journal-fields.xml /systemd/man/systemd.mount.xml /systemd/man/systemd.path.xml /systemd/man/systemd.service.xml /systemd/man/systemd.snapshot.xml /systemd/man/systemd.socket.xml /systemd/man/systemd.special.xml /systemd/man/systemd.swap.xml /systemd/man/systemd.target.xml /systemd/man/systemd.timer.xml /systemd/man/systemd.unit.xml /systemd/man/systemd.xml /systemd/man/telinit.xml /systemd/man/timezone.xml /systemd/man/tmpfiles.d.xml /systemd/man/vconsole.conf.xml 99-systemd.rules.in /systemd/src/Makefile /systemd/src/ac-power.c /systemd/src/ask-password-api.c /systemd/src/ask-password.c /systemd/src/binfmt/binfmt.c /systemd/src/bridge.c /systemd/src/cgls.c /systemd/src/cgroup-show.c /systemd/src/cgroup-show.h /systemd/src/cgroups-agent.c /systemd/src/cgtop.c /systemd/src/core/ask-password-api.h /systemd/src/core/automount.c /systemd/src/core/automount.h /systemd/src/core/build.h /systemd/src/core/bus-errors.h /systemd/src/core/cgroup-attr.c /systemd/src/core/cgroup-attr.h /systemd/src/core/cgroup.c /systemd/src/core/cgroup.h /systemd/src/core/condition.c /systemd/src/core/condition.h /systemd/src/core/dbus-automount.c /systemd/src/core/dbus-automount.h /systemd/src/core/dbus-device.c /systemd/src/core/dbus-device.h /systemd/src/core/dbus-execute.c /systemd/src/core/dbus-execute.h /systemd/src/core/dbus-job.c /systemd/src/core/dbus-job.h /systemd/src/core/dbus-loop.h /systemd/src/core/dbus-manager.c /systemd/src/core/dbus-manager.h /systemd/src/core/dbus-mount.c /systemd/src/core/dbus-mount.h /systemd/src/core/dbus-path.c /systemd/src/core/dbus-path.h /systemd/src/core/dbus-service.c /systemd/src/core/dbus-service.h /systemd/src/core/dbus-snapshot.c /systemd/src/core/dbus-snapshot.h /systemd/src/core/dbus-socket.c /systemd/src/core/dbus-socket.h /systemd/src/core/dbus-swap.c /systemd/src/core/dbus-swap.h /systemd/src/core/dbus-target.c /systemd/src/core/dbus-target.h /systemd/src/core/dbus-timer.c /systemd/src/core/dbus-timer.h /systemd/src/core/dbus-unit.c /systemd/src/core/dbus-unit.h /systemd/src/core/dbus.c /systemd/src/core/dbus.h /systemd/src/core/device.c /systemd/src/core/device.h /systemd/src/core/execute.c /systemd/src/core/execute.h /systemd/src/core/fdset.c /systemd/src/core/fdset.h /systemd/src/core/ima-setup.c /systemd/src/core/ima-setup.h /systemd/src/core/job.c /systemd/src/core/job.h /systemd/src/core/kmod-setup.c /systemd/src/core/kmod-setup.h /systemd/src/core/load-dropin.c /systemd/src/core/load-dropin.h /systemd/src/core/load-fragment.c /systemd/src/core/load-fragment.h /systemd/src/core/locale-setup.c /systemd/src/core/locale-setup.h /systemd/src/core/manager.c /systemd/src/core/manager.h /systemd/src/core/mount.c /systemd/src/core/mount.h /systemd/src/core/namespace.c /systemd/src/core/namespace.h /systemd/src/core/path.c /systemd/src/core/path.h /systemd/src/core/polkit.h /systemd/src/core/selinux-setup.c /systemd/src/core/selinux-setup.h /systemd/src/core/service.c /systemd/src/core/service.h /systemd/src/core/snapshot.c /systemd/src/core/snapshot.h /systemd/src/core/socket.c /systemd/src/core/socket.h /systemd/src/core/special.h /systemd/src/core/swap.c /systemd/src/core/swap.h /systemd/src/core/sysfs-show.h /systemd/src/core/target.c /systemd/src/core/target.h /systemd/src/core/tcpwrap.c /systemd/src/core/tcpwrap.h /systemd/src/core/timer.c /systemd/src/core/timer.h /systemd/src/core/unit.c /systemd/src/core/unit.h /systemd/src/cryptsetup/cryptsetup-generator.c /systemd/src/cryptsetup/cryptsetup.c /systemd/src/dbus-common.c /systemd/src/dbus-common.h /systemd/src/dbus-loop.c /systemd/src/def.h /systemd/src/detect-virt.c /systemd/src/fsck.c /systemd/src/getty-generator.c /systemd/src/hostname-setup.c /systemd/src/hostname-setup.h /systemd/src/hostname/hostnamed.c /systemd/src/hostname/org.freedesktop.hostname1.conf /systemd/src/hostname/org.freedesktop.hostname1.policy.in /systemd/src/hostname/org.freedesktop.hostname1.service /systemd/src/initctl.c /systemd/src/install.c /systemd/src/install.h /systemd/src/journal/cat.c /systemd/src/journal/compress.c /systemd/src/journal/compress.h /systemd/src/journal/coredump.c /systemd/src/journal/journal-def.h /systemd/src/journal/journal-file.c /systemd/src/journal/journal-file.h /systemd/src/journal/journal-internal.h /systemd/src/journal/journal-rate-limit.c /systemd/src/journal/journal-rate-limit.h /systemd/src/journal/journal-send.c /systemd/src/journal/journalctl.c /systemd/src/journal/journald.c /systemd/src/journal/journald.conf /systemd/src/journal/journald.h /systemd/src/journal/libsystemd-journal.pc.in /systemd/src/journal/libsystemd-journal.sym /systemd/src/journal/sd-journal.c /systemd/src/journal/test-journal-send.c /systemd/src/journal/test-journal.c /systemd/src/libsystemd-id128.pc.in /systemd/src/libsystemd-id128.sym /systemd/src/locale/localed.c /systemd/src/locale/org.freedesktop.locale1.conf /systemd/src/locale/org.freedesktop.locale1.policy.in /systemd/src/locale/org.freedesktop.locale1.service /systemd/src/login/70-uaccess.rules /systemd/src/login/71-seat.rules /systemd/src/login/73-seat-late.rules.in /systemd/src/login/libsystemd-login.pc.in /systemd/src/login/libsystemd-login.sym /systemd/src/login/loginctl.c /systemd/src/login/logind-acl.c /systemd/src/login/logind-acl.h /systemd/src/login/logind-dbus.c /systemd/src/login/logind-device.c /systemd/src/login/logind-device.h /systemd/src/login/logind-seat-dbus.c /systemd/src/login/logind-seat.c /systemd/src/login/logind-seat.h /systemd/src/login/logind-session-dbus.c /systemd/src/login/logind-session.c /systemd/src/login/logind-session.h /systemd/src/login/logind-user-dbus.c /systemd/src/login/logind-user.c /systemd/src/login/logind-user.h /systemd/src/login/logind.c /systemd/src/login/logind.conf /systemd/src/login/logind.h /systemd/src/login/multi-seat-x.c /systemd/src/login/org.freedesktop.login1.conf /systemd/src/login/org.freedesktop.login1.policy.in /systemd/src/login/org.freedesktop.login1.service /systemd/src/login/pam-module.c /systemd/src/login/sd-login.c /systemd/src/login/sysfs-show.c /systemd/src/login/test-login.c /systemd/src/login/uaccess.c /systemd/src/login/user-sessions.c /systemd/src/logs-show.c /systemd/src/logs-show.h /systemd/src/loopback-setup.c /systemd/src/loopback-setup.h /systemd/src/machine-id-main.c /systemd/src/machine-id-setup.c /systemd/src/machine-id-setup.h /systemd/src/main.c /systemd/src/missing.h /systemd/src/modules-load.c /systemd/src/mount-setup.c /systemd/src/mount-setup.h /systemd/src/notify.c /systemd/src/nspawn.c /systemd/src/org.freedesktop.systemd1.conf /systemd/src/org.freedesktop.systemd1.policy.in.in /systemd/src/org.freedesktop.systemd1.service /systemd/src/path-lookup.c /systemd/src/path-lookup.h /systemd/src/polkit.c /systemd/src/quotacheck.c /systemd/src/random-seed.c /systemd/src/rc-local-generator.c /systemd/src/readahead/readahead-collect.c /systemd/src/readahead/readahead-common.c /systemd/src/readahead/readahead-common.h /systemd/src/readahead/readahead-replay.c /systemd/src/remount-api-vfs.c /systemd/src/reply-password.c /systemd/src/sd-id128.c /systemd/src/shared/acl-util.c /systemd/src/shared/acl-util.h /systemd/src/shared/audit.c /systemd/src/shared/audit.h /systemd/src/shared/capability.c /systemd/src/shared/capability.h /systemd/src/shared/cgroup-label.c /systemd/src/shared/cgroup-util.c /systemd/src/shared/cgroup-util.h /systemd/src/shared/conf-parser.c /systemd/src/shared/conf-parser.h /systemd/src/shared/exit-status.c /systemd/src/shared/exit-status.h /systemd/src/shared/hashmap.c /systemd/src/shared/hashmap.h /systemd/src/shared/label.c /systemd/src/shared/label.h /systemd/src/shared/list.h /systemd/src/shared/log.c /systemd/src/shared/log.h /systemd/src/shared/macro.h /systemd/src/shared/mkdir.c /systemd/src/shared/mkdir.h /systemd/src/shared/pager.c /systemd/src/shared/pager.h /systemd/src/shared/ratelimit.c /systemd/src/shared/ratelimit.h /systemd/src/shared/set.c /systemd/src/shared/set.h /systemd/src/shared/socket-label.c /systemd/src/shared/socket-util.c /systemd/src/shared/socket-util.h /systemd/src/shared/strv.c /systemd/src/shared/strv.h /systemd/src/shared/utf8.c /systemd/src/shared/utf8.h /systemd/src/shared/util.c /systemd/src/shared/util.h /systemd/src/shared/virt.c /systemd/src/shared/virt.h /systemd/src/shutdown.c /systemd/src/shutdownd.c /systemd/src/spawn-ask-password-agent.c /systemd/src/spawn-ask-password-agent.h /systemd/src/spawn-polkit-agent.c /systemd/src/spawn-polkit-agent.h /systemd/src/specifier.c /systemd/src/specifier.h /systemd/src/sysctl.c /systemd/src/system.conf /systemd/src/systemctl.c /systemd/src/systemd-bash-completion.sh /systemd/src/systemd.pc.in /systemd/src/systemd/sd-id128.h /systemd/src/systemd/sd-journal.h /systemd/src/systemd/sd-login.h /systemd/src/systemd/sd-messages.h /systemd/src/systemd/sd-shutdown.h /systemd/src/test-cgroup.c /systemd/src/test-daemon.c /systemd/src/test-engine.c /systemd/src/test-env-replace.c /systemd/src/test-hostname.c /systemd/src/test-id128.c /systemd/src/test-install.c /systemd/src/test-job-type.c /systemd/src/test-loopback.c /systemd/src/test-ns.c /systemd/src/test-strv.c /systemd/src/test-watchdog.c /systemd/src/timedate/org.freedesktop.timedate1.conf /systemd/src/timedate/org.freedesktop.timedate1.policy.in /systemd/src/timedate/org.freedesktop.timedate1.service /systemd/src/timedate/timedated.c /systemd/src/timestamp.c /systemd/src/tmpfiles.c /systemd/src/tty-ask-password-agent.c /systemd/src/umount.c /systemd/src/umount.h /systemd/src/unit-name.c /systemd/src/unit-name.h /systemd/src/update-utmp.c /systemd/src/user.conf /systemd/src/utmp-wtmp.c /systemd/src/utmp-wtmp.h /systemd/src/vconsole/vconsole-setup.c /systemd/src/watchdog.c /systemd/src/watchdog.h /systemd/sysctl.d/coredump.conf.in /systemd/tmpfiles.d/legacy.conf /systemd/tmpfiles.d/systemd.conf /systemd/tmpfiles.d/tmp.conf /systemd/tmpfiles.d/x11.conf /systemd/units/basic.target /systemd/units/bluetooth.target /systemd/units/console-shell.service.m4.in /systemd/units/cryptsetup.target /systemd/units/dev-hugepages.mount /systemd/units/dev-mqueue.mount /systemd/units/emergency.service.in /systemd/units/emergency.target /systemd/units/fedora/halt-local.service /systemd/units/fedora/prefdm.service /systemd/units/fedora/rc-local.service /systemd/units/final.target /systemd/units/frugalware/display-manager.service /systemd/units/fsck-root.service.in /systemd/units/fsck@.service.in /systemd/units/getty.target /systemd/units/getty@.service.m4 /systemd/units/graphical.target /systemd/units/halt.service.in /systemd/units/halt.target /systemd/units/http-daemon.target /systemd/units/kexec.service.in /systemd/units/kexec.target /systemd/units/local-fs-pre.target /systemd/units/local-fs.target /systemd/units/mageia/prefdm.service /systemd/units/mail-transfer-agent.target /systemd/units/mandriva/prefdm.service /systemd/units/multi-user.target /systemd/units/network.target /systemd/units/nss-lookup.target /systemd/units/nss-user-lookup.target /systemd/units/plymouth-halt.service /systemd/units/plymouth-kexec.service /systemd/units/plymouth-poweroff.service /systemd/units/plymouth-quit-wait.service /systemd/units/plymouth-quit.service /systemd/units/plymouth-read-write.service /systemd/units/plymouth-reboot.service /systemd/units/plymouth-start.service /systemd/units/poweroff.service.in /systemd/units/poweroff.target /systemd/units/printer.target /systemd/units/proc-sys-fs-binfmt_misc.automount /systemd/units/proc-sys-fs-binfmt_misc.mount /systemd/units/quotacheck.service.in /systemd/units/quotaon.service /systemd/units/reboot.service.in /systemd/units/reboot.target /systemd/units/remote-fs-pre.target /systemd/units/remote-fs.target /systemd/units/remount-rootfs.service /systemd/units/rescue.service.m4.in /systemd/units/rescue.target /systemd/units/rpcbind.target /systemd/units/serial-getty@.service.m4 /systemd/units/shutdown.target /systemd/units/sigpwr.target /systemd/units/smartcard.target /systemd/units/sockets.target /systemd/units/sound.target /systemd/units/suse/halt-local.service /systemd/units/suse/rc-local.service /systemd/units/swap.target /systemd/units/sys-fs-fuse-connections.mount /systemd/units/sys-kernel-config.mount /systemd/units/sys-kernel-debug.mount /systemd/units/sysinit.target /systemd/units/syslog.socket /systemd/units/syslog.target /systemd/units/systemd-ask-password-console.path /systemd/units/systemd-ask-password-console.service.in /systemd/units/systemd-ask-password-plymouth.path /systemd/units/systemd-ask-password-plymouth.service.in /systemd/units/systemd-ask-password-wall.path /systemd/units/systemd-ask-password-wall.service.in /systemd/units/systemd-binfmt.service.in /systemd/units/systemd-hostnamed.service.in /systemd/units/systemd-initctl.service.in /systemd/units/systemd-initctl.socket /systemd/units/systemd-journald.service.in /systemd/units/systemd-journald.socket /systemd/units/systemd-localed.service.in /systemd/units/systemd-logind.service.in /systemd/units/systemd-modules-load.service.in /systemd/units/systemd-random-seed-load.service.in /systemd/units/systemd-random-seed-save.service.in /systemd/units/systemd-readahead-collect.service.in /systemd/units/systemd-readahead-done.service.in /systemd/units/systemd-readahead-done.timer /systemd/units/systemd-readahead-replay.service.in /systemd/units/systemd-remount-api-vfs.service.in /systemd/units/systemd-shutdownd.service.in /systemd/units/systemd-shutdownd.socket /systemd/units/systemd-sysctl.service.in /systemd/units/systemd-timedated.service.in /systemd/units/systemd-tmpfiles-clean.service.in /systemd/units/systemd-tmpfiles-clean.timer /systemd/units/systemd-tmpfiles-setup.service.in /systemd/units/systemd-update-utmp-runlevel.service.in /systemd/units/systemd-update-utmp-shutdown.service.in /systemd/units/systemd-user-sessions.service.in /systemd/units/systemd-vconsole-setup.service.in /systemd/units/time-sync.target /systemd/units/tmp.mount /systemd/units/umount.target /systemd/units/user/default.target /systemd/units/user/exit.service.in /systemd/units/user/exit.target /systemd/units/user@.service.in
3e2147858f21943d5f4a781c60f33ac22c6096ed 04-Apr-2012 Kay Sievers <kay.sievers@vrfy.org>

move imported udev into place

/systemd/.gitignore /systemd/Makefile.am /systemd/TODO /systemd/autogen.sh /systemd/configure.ac /systemd/m4/.gitignore /systemd/man/udev.xml /systemd/man/udevadm.xml /systemd/man/udevd.xml .gitignore 42-usb-hid-pm.rules 50-udev-default.rules 60-persistent-alsa.rules 60-persistent-input.rules 60-persistent-serial.rules 60-persistent-storage-tape.rules 60-persistent-storage.rules 75-net-description.rules 75-tty-description.rules 78-sound-card.rules 80-drivers.rules 95-udev-late.rules 99-systemd.rules.in /systemd/src/udev/.gitignore /systemd/src/udev/COPYING /systemd/src/udev/ChangeLog /systemd/src/udev/INSTALL /systemd/src/udev/Makefile.am /systemd/src/udev/NEWS /systemd/src/udev/README /systemd/src/udev/TODO /systemd/src/udev/accelerometer/61-accelerometer.rules /systemd/src/udev/accelerometer/accelerometer.c /systemd/src/udev/ata_id/ata_id.c /systemd/src/udev/autogen.sh /systemd/src/udev/cdrom_id/60-cdrom_id.rules /systemd/src/udev/cdrom_id/cdrom_id.c /systemd/src/udev/collect/collect.c /systemd/src/udev/configure.ac /systemd/src/udev/docs/.gitignore /systemd/src/udev/docs/Makefile.am /systemd/src/udev/docs/libudev-docs.xml /systemd/src/udev/docs/libudev-sections.txt /systemd/src/udev/docs/libudev.types /systemd/src/udev/docs/version.xml.in /systemd/src/udev/gudev/.gitignore /systemd/src/udev/gudev/docs/.gitignore /systemd/src/udev/gudev/docs/Makefile.am /systemd/src/udev/gudev/docs/gudev-docs.xml /systemd/src/udev/gudev/docs/gudev-sections.txt /systemd/src/udev/gudev/docs/gudev.types /systemd/src/udev/gudev/docs/version.xml.in /systemd/src/udev/gudev/gjs-example.js /systemd/src/udev/gudev/gudev-1.0.pc.in /systemd/src/udev/gudev/gudev.h /systemd/src/udev/gudev/gudevclient.c /systemd/src/udev/gudev/gudevclient.h /systemd/src/udev/gudev/gudevdevice.c /systemd/src/udev/gudev/gudevdevice.h /systemd/src/udev/gudev/gudevenumerator.c /systemd/src/udev/gudev/gudevenumerator.h /systemd/src/udev/gudev/gudevenums.h /systemd/src/udev/gudev/gudevenumtypes.c.template /systemd/src/udev/gudev/gudevenumtypes.h.template /systemd/src/udev/gudev/gudevmarshal.list /systemd/src/udev/gudev/gudevprivate.h /systemd/src/udev/gudev/gudevtypes.h /systemd/src/udev/gudev/seed-example-enum.js /systemd/src/udev/gudev/seed-example.js /systemd/src/udev/keymap/.gitignore /systemd/src/udev/keymap/95-keyboard-force-release.rules /systemd/src/udev/keymap/95-keymap.rules /systemd/src/udev/keymap/README.keymap.txt /systemd/src/udev/keymap/check-keymaps.sh /systemd/src/udev/keymap/findkeyboards /systemd/src/udev/keymap/force-release-maps/common-volume-keys /systemd/src/udev/keymap/force-release-maps/dell-touchpad /systemd/src/udev/keymap/force-release-maps/hp-other /systemd/src/udev/keymap/force-release-maps/samsung-90x3a /systemd/src/udev/keymap/force-release-maps/samsung-other /systemd/src/udev/keymap/keyboard-force-release.sh.in /systemd/src/udev/keymap/keymap.c /systemd/src/udev/keymap/keymaps/acer /systemd/src/udev/keymap/keymaps/acer-aspire_5720 /systemd/src/udev/keymap/keymaps/acer-aspire_5920g /systemd/src/udev/keymap/keymaps/acer-aspire_6920 /systemd/src/udev/keymap/keymaps/acer-aspire_8930 /systemd/src/udev/keymap/keymaps/acer-travelmate_c300 /systemd/src/udev/keymap/keymaps/asus /systemd/src/udev/keymap/keymaps/compaq-e_evo /systemd/src/udev/keymap/keymaps/dell /systemd/src/udev/keymap/keymaps/dell-latitude-xt2 /systemd/src/udev/keymap/keymaps/everex-xt5000 /systemd/src/udev/keymap/keymaps/fujitsu-amilo_li_2732 /systemd/src/udev/keymap/keymaps/fujitsu-amilo_pa_2548 /systemd/src/udev/keymap/keymaps/fujitsu-amilo_pro_edition_v3505 /systemd/src/udev/keymap/keymaps/fujitsu-amilo_pro_v3205 /systemd/src/udev/keymap/keymaps/fujitsu-amilo_si_1520 /systemd/src/udev/keymap/keymaps/fujitsu-esprimo_mobile_v5 /systemd/src/udev/keymap/keymaps/fujitsu-esprimo_mobile_v6 /systemd/src/udev/keymap/keymaps/genius-slimstar-320 /systemd/src/udev/keymap/keymaps/hewlett-packard /systemd/src/udev/keymap/keymaps/hewlett-packard-2510p_2530p /systemd/src/udev/keymap/keymaps/hewlett-packard-compaq_elitebook /systemd/src/udev/keymap/keymaps/hewlett-packard-pavilion /systemd/src/udev/keymap/keymaps/hewlett-packard-presario-2100 /systemd/src/udev/keymap/keymaps/hewlett-packard-tablet /systemd/src/udev/keymap/keymaps/hewlett-packard-tx2 /systemd/src/udev/keymap/keymaps/ibm-thinkpad-usb-keyboard-trackpoint /systemd/src/udev/keymap/keymaps/inventec-symphony_6.0_7.0 /systemd/src/udev/keymap/keymaps/lenovo-3000 /systemd/src/udev/keymap/keymaps/lenovo-ideapad /systemd/src/udev/keymap/keymaps/lenovo-thinkpad-usb-keyboard-trackpoint /systemd/src/udev/keymap/keymaps/lenovo-thinkpad_x200_tablet /systemd/src/udev/keymap/keymaps/lenovo-thinkpad_x6_tablet /systemd/src/udev/keymap/keymaps/lg-x110 /systemd/src/udev/keymap/keymaps/logitech-wave /systemd/src/udev/keymap/keymaps/logitech-wave-cordless /systemd/src/udev/keymap/keymaps/logitech-wave-pro-cordless /systemd/src/udev/keymap/keymaps/maxdata-pro_7000 /systemd/src/udev/keymap/keymaps/medion-fid2060 /systemd/src/udev/keymap/keymaps/medionnb-a555 /systemd/src/udev/keymap/keymaps/micro-star /systemd/src/udev/keymap/keymaps/module-asus-w3j /systemd/src/udev/keymap/keymaps/module-ibm /systemd/src/udev/keymap/keymaps/module-lenovo /systemd/src/udev/keymap/keymaps/module-sony /systemd/src/udev/keymap/keymaps/module-sony-old /systemd/src/udev/keymap/keymaps/module-sony-vgn /systemd/src/udev/keymap/keymaps/olpc-xo /systemd/src/udev/keymap/keymaps/onkyo /systemd/src/udev/keymap/keymaps/oqo-model2 /systemd/src/udev/keymap/keymaps/samsung-90x3a /systemd/src/udev/keymap/keymaps/samsung-other /systemd/src/udev/keymap/keymaps/samsung-sq1us /systemd/src/udev/keymap/keymaps/samsung-sx20s /systemd/src/udev/keymap/keymaps/toshiba-satellite_a100 /systemd/src/udev/keymap/keymaps/toshiba-satellite_a110 /systemd/src/udev/keymap/keymaps/toshiba-satellite_m30x /systemd/src/udev/keymap/keymaps/zepto-znote /systemd/src/udev/libudev-device-private.c /systemd/src/udev/libudev-device.c /systemd/src/udev/libudev-enumerate.c /systemd/src/udev/libudev-list.c /systemd/src/udev/libudev-monitor.c /systemd/src/udev/libudev-private.h /systemd/src/udev/libudev-queue-private.c /systemd/src/udev/libudev-queue.c /systemd/src/udev/libudev-selinux-private.c /systemd/src/udev/libudev-util-private.c /systemd/src/udev/libudev-util.c /systemd/src/udev/libudev.c /systemd/src/udev/libudev.h /systemd/src/udev/libudev.pc.in /systemd/src/udev/m4/.gitignore /systemd/src/udev/mtd_probe/75-probe_mtd.rules /systemd/src/udev/mtd_probe/mtd_probe.c /systemd/src/udev/mtd_probe/mtd_probe.h /systemd/src/udev/mtd_probe/probe_smartmedia.c /systemd/src/udev/scsi_id/.gitignore /systemd/src/udev/scsi_id/README /systemd/src/udev/scsi_id/scsi.h /systemd/src/udev/scsi_id/scsi_id.c /systemd/src/udev/scsi_id/scsi_id.h /systemd/src/udev/scsi_id/scsi_serial.c /systemd/src/udev/src/.gitignore /systemd/src/udev/src/COPYING /systemd/src/udev/src/floppy/60-floppy.rules /systemd/src/udev/src/floppy/create_floppy_devices.c /systemd/src/udev/src/gudev/COPYING /systemd/src/udev/src/rule_generator/75-cd-aliases-generator.rules /systemd/src/udev/src/rule_generator/75-persistent-net-generator.rules /systemd/src/udev/src/rule_generator/rule_generator.functions /systemd/src/udev/src/rule_generator/write_cd_rules /systemd/src/udev/src/rule_generator/write_net_rules /systemd/src/udev/src/scsi_id/scsi_id.8 /systemd/src/udev/src/sd-daemon.c /systemd/src/udev/src/sd-daemon.h /systemd/src/udev/test-libudev.c /systemd/src/udev/test-udev.c /systemd/src/udev/test/rules-test.sh /systemd/src/udev/udev-builtin-blkid.c /systemd/src/udev/udev-builtin-firmware.c /systemd/src/udev/udev-builtin-hwdb.c /systemd/src/udev/udev-builtin-input_id.c /systemd/src/udev/udev-builtin-kmod.c /systemd/src/udev/udev-builtin-path_id.c /systemd/src/udev/udev-builtin-usb_id.c /systemd/src/udev/udev-builtin.c /systemd/src/udev/udev-ctrl.c /systemd/src/udev/udev-event.c /systemd/src/udev/udev-node.c /systemd/src/udev/udev-rules.c /systemd/src/udev/udev-watch.c /systemd/src/udev/udev.conf /systemd/src/udev/udev.h /systemd/src/udev/udev.pc.in /systemd/src/udev/udevadm-control.c /systemd/src/udev/udevadm-info.c /systemd/src/udev/udevadm-monitor.c /systemd/src/udev/udevadm-settle.c /systemd/src/udev/udevadm-test-builtin.c /systemd/src/udev/udevadm-test.c /systemd/src/udev/udevadm-trigger.c /systemd/src/udev/udevadm.c /systemd/src/udev/udevd.c /systemd/src/udev/v4l_id/60-persistent-v4l.rules /systemd/src/udev/v4l_id/v4l_id.c /systemd/units/.gitignore /systemd/units/udev-control.socket /systemd/units/udev-kernel.socket /systemd/units/udev-settle.service.in /systemd/units/udev-trigger.service.in /systemd/units/udev.service.in