Kay Sievers
550d5c2879
volume_id: remove left-over fd close()
2008-08-29 17:06:08 +02:00
Kay Sievers
2603474ff9
volume_id: remove deprecated functions and bump major version
2008-08-28 23:39:41 +02:00
Kay Sievers
ba6929f669
libudev: add udev event monitor API
2008-08-28 23:05:01 +02:00
Kay Sievers
530fc1f526
update INSTALL
2008-08-28 22:58:03 +02:00
Kay Sievers
eb1f0e6615
libudev: split source files
2008-08-27 22:02:41 +02:00
Kay Sievers
33a5cc2976
libudev: add library to access udev information
2008-08-27 17:11:58 +02:00
Michal Soltys
41ac13f49f
rules: fix md rules for partitioned devices
2008-08-27 16:58:10 +02:00
Kay Sievers
8eb4ab836c
rules: optical drives - probe at last session offset, do not probe for raid
2008-08-22 10:11:34 +02:00
Kay Sievers
f46a8a98a7
vol_id: make the --offset= argument optional
2008-08-22 10:04:55 +02:00
Kay Sievers
4ade7486a5
build: fix "make dist"
2008-08-13 11:48:42 +02:00
Kay Sievers
da8ba809e1
add missing 'v' for "make changelog"
2008-08-13 11:41:25 +02:00
Kay Sievers
d7c709c918
update .gitignore
...
Based on Karel's patch. Thanks!
2008-08-13 11:30:26 +02:00
Karel Zak
4c538fb527
build-sys: remove non-POSIX variable names
...
Makefile.am:24: shell echo $$(( $(VERSION: non-POSIX variable name
Makefile.am:24: (probably a GNU make extension)
Makefile.am:26: shell echo $$(($(VERSION: non-POSIX variable name
Makefile.am:26: (probably a GNU make extension)
Makefile.am:29: shell echo $$(($(VERSION: non-POSIX variable name
Makefile.am:29: (probably a GNU make extension)
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-08-13 11:13:06 +02:00
Karel Zak
a3b55b1c47
build-sys: don't duplicate file names
...
Almost all filenames in udev/Makefile.am are duplicated in
{udevd,udevadm,test_udev}_SOURCE lists.
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-08-13 11:12:53 +02:00
Kay Sievers
e231a5db51
add some warnings
2008-08-12 11:19:32 +02:00
Kay Sievers
b7ec267e17
add missing includes
2008-08-12 11:18:39 +02:00
Kay Sievers
21a6e5940d
rules: Gentoo update
2008-08-11 16:55:38 +02:00
Kay Sievers
88591d5543
rules: add isdn rules
2008-08-11 10:34:36 +02:00
Kay Sievers
3870186374
rules: add nvram
2008-08-11 10:34:18 +02:00
Kay Sievers
6c84234d26
rules: delete all distro rules which do not use default rules
2008-08-09 22:06:59 +02:00
Kay Sievers
88db390557
fix .gitignore
2008-08-09 14:05:54 +02:00
Kay Sievers
8ef5af2db8
ignore duplicated rules file names
2008-08-09 14:05:01 +02:00
Kay Sievers
661c67953d
udevadm: trigger - add missing attr filter to synthesized "subsystem" register events
2008-08-08 22:39:32 +02:00
Kay Sievers
72a157b9ad
build: remove autopoint check
2008-08-08 22:38:46 +02:00
Kay Sievers
6b8c150e12
add inotify dummy definitions if inotify is not available
2008-08-08 22:36:58 +02:00
Kay Sievers
58a6308887
release 126
2008-08-02 10:51:23 +02:00
Kay Sievers
f755fd5657
rules: run vol_id on opticals only if media is found
...
Opening an optical drive device node without O_NONBLOCK autocloses the
tray, we run vol_id on every media change by kernel emitted "change"
events, which can make it hard to change the media when the tray closes
immediatey again.:) We check for cdrom_id to indicate an existing track,
if no media is found, we will not open the device with vol_id.
Thanks to Christian Krause and DavidZ for debugging and testing.
2008-08-02 10:26:48 +02:00
Marco d'Itri
e8e9cd5d73
rules: Debian update
2008-07-31 10:29:39 +02:00
Kay Sievers
4337f8fcf1
volume_id: create relative links
2008-07-30 15:50:12 +02:00
Kay Sievers
4cf46e2c02
volume_id: move static lib to $prefix
2008-07-30 14:45:43 +02:00
Kay Sievers
47b0c35095
INSTALL: --enable-selinux not --with-selinux
2008-07-30 13:57:51 +02:00
Kay Sievers
e1b802a7db
update ChangeLog
2008-07-30 13:38:53 +02:00
Kay Sievers
75d7bb02bf
rules: update Fedora rules
2008-07-30 13:21:20 +02:00
Kay Sievers
f63dc3b74f
rules: mode 0660 for group "disk"
2008-07-30 13:20:31 +02:00
Kay Sievers
01618658fd
use autotools
2008-07-30 01:45:23 +02:00
Kay Sievers
726687ad48
delete all Makefiles and move udev source to udev/
2008-07-30 00:39:15 +02:00
Thomas Koeller
aa5e29a581
use proper directory lib/lib64 for libvolume_id
2008-07-22 15:57:40 +02:00
Kay Sievers
05b9640022
release 125
2008-07-18 16:26:55 +02:00
Marco d'Itri
655a8acf92
ignore rule with GOTO to a non-existent label
2008-07-18 16:22:26 +02:00
Kay Sievers
282988c4f8
move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/
...
None of these rules is supposed to be changed by users, so move
them out of /etc. Custom rules, and automatically generated rules
stay in /etc. All rules are still processed in lexical order,
regardless which directory they live in.
2008-07-18 15:56:03 +02:00
Marco d'Itri
41dd741442
rules: Debian update
2008-07-15 11:56:42 +02:00
Kay Sievers
d1acfc3e0a
udevadm: info - add --export format to --device-id-of-file=
...
$ udevadm info --export --export-prefix="ROOT_" --device-id-of-file=/
ROOT_MAJOR=8
ROOT_MINOR=5
2008-07-15 11:54:18 +02:00
Marco d'Itri
ad1be3e7ad
rules: Debian update
2008-07-11 10:27:55 +02:00
Kay Sievers
98d8d24bcc
rules: tape rules - add nst to by-path/ links
2008-07-11 09:53:33 +02:00
John Huttley
676229f136
rules: tape rules - add nst to usb and 1394 links
2008-07-11 09:26:04 +02:00
Marco d'Itri
5dabec2a74
udevadm: settle - add verbose output when running into timeout
2008-07-11 00:52:22 +02:00
Kay Sievers
0cd9f451ab
do not touch node ownership and permissions, if already correct
...
In some cases "change" events reapplied node permissions which
changed applied ACL's. So, preserve permissions if already correct.
2008-07-10 23:54:28 +02:00
Kay Sievers
a2e657ff26
man: rebuild from xml
2008-07-10 23:53:54 +02:00
Kay Sievers
05364975af
scsi_id: the fallback fix broke error handling
2008-07-10 22:22:10 +02:00
Marco d'Itri
52b375bc3b
scsi_id: man page fix
...
minus signs need to be escaped and the program is not in the $PATH anymore
2008-07-10 00:17:24 +02:00