Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131376 - HAL's udev file contains the wrong syntax.
Summary: HAL's udev file contains the wrong syntax.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
: 143556 (view as bug list)
Depends on:
Blocks: udev-meta
  Show dependency tree
 
Reported: 2006-04-26 13:44 UTC by Greg Kroah-Hartman (RETIRED)
Modified: 2006-08-11 04:52 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-26 13:44:09 UTC
The file, /etc/udev/rules.d/90-hal.rules contains the line:
  SUBSYSTEM=="block",ACTION="remove", RUN+="/usr/libexec/hal-unmount.sh"
when it should be:
  SUBSYSTEM=="block",ACTION=="remove", RUN+="/usr/libexec/hal-unmount.sh"

If you want, I can modify this (it's in the hal-0.5.7-unclean-unmount.patch file)
and bump the ebuild.

This is needed, as the next version of udev is going to warn about syntax errors
like this, and I don't think you want a bunch of bugs about this :)
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-26 13:45:56 UTC
Also, if you want, dump udev script programs in /lib/udev/ and then you
don't need to specify the full path name to them.
Comment 2 Steev Klimaszewski (RETIRED) gentoo-dev 2006-04-27 20:53:46 UTC
Being as no one knows udev as well as you, I don't have a problem with this at all, just please CC gentopia@ as well on bugs with hal :)
Comment 3 Paul Taylor 2006-05-04 05:20:58 UTC
Also, with hal-0.5.7-r1 the /usr/libexec/hal-unmount.sh script doesn't exist, even though /etc/udev/rules.d/90-hal.rules still refers to it.  There is a hal-unmount.dev script in the same location, which might be what was intended.
Comment 4 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-05-08 11:48:27 UTC
Fixed the udev syntax issue with -r2.  Fixed the issue with the script not being found (renamed to hal_unmount and the patch also refers to this).
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-08-11 04:52:27 UTC
*** Bug 143556 has been marked as a duplicate of this bug. ***