Bug 567371

Summary: udev creates bad symbolic links
Product: [Fedora] Fedora Reporter: john bray <kb6ql>
Component: udevAssignee: Harald Hoyer <harald>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: cra, harald, jonathan, kas
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-05 21:19:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description john bray 2010-02-22 19:01:11 UTC
Description of problem:udev creates symbolic links in /usr/bin to udevadm in ../sbin/udevadm  but udev adm is in /sbin, not /usr/sbin


Version-Release number of selected component (if applicable):
udev-145-15.fc12

How reproducible:
i presume on every install/upgrade.

Steps to Reproduce:
1. ls -l /usr/bin/udevinfo  or udevtest
2.
3.
  
Actual results:
lsl /usr/bin/udev*
lrwxrwxrwx. 1 root root 15 2010-02-13 02:44 /usr/bin/udevinfo -> ../sbin/udevadm
lrwxrwxrwx. 1 root root 15 2010-02-13 02:44 /usr/bin/udevtest -> ../sbin/udevadm


Expected results:
lsl /usr/bin/udev*
lrwxrwxrwx. 1 root root 15 2010-02-13 02:44 /usr/bin/udevinfo -> /sbin/udevadm
lrwxrwxrwx. 1 root root 15 2010-02-13 02:44 /usr/bin/udevtest -> /sbin/udevadm


Additional info:

note the additional symbolic links in /sbin, which are sort of silly, but not harmful:

lsl /sbin/udev*
lrwxrwxrwx. 1 root root   15 2010-02-13 02:44 /sbin/udevcontrol -> ../sbin/udevadm
lrwxrwxrwx. 1 root root   15 2010-02-13 02:44 /sbin/udevsettle -> ../sbin/udevadm
lrwxrwxrwx. 1 root root   15 2010-02-13 02:44 /sbin/udevtrigger -> ../sbin/udevadm

Comment 1 Charles R. Anderson 2010-03-05 21:19:35 UTC

*** This bug has been marked as a duplicate of bug 566680 ***