systemd/debian/udev.bug-script
Daniel Schaal e99de7b9d7 Add bug-script to systemd and udev
This gives the output of systemd-delta, systemctl dump
and the contents of /var/lib/systemd/deb-systemd-helper-enabled.

Print the udev database for udev.

Closes: #711245
2013-08-03 11:54:30 +02:00

8 lines
119 B
Bash

#!/bin/sh
echo "--------------" >&3
echo "udev database:" >&3
echo "--------------" >&3
udevadm info --export-db >&3