Bug 1471358

Summary: Duplicate binary for udevadm
Product: [Fedora] Fedora Reporter: Federico Leva <federicoleva>
Component: systemdAssignee: systemd-maint
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: johannbg, lnykryn, msekleta, muadda, ssahani, s, systemd-maint, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-15 15:20:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Federico Leva 2017-07-15 09:07:59 UTC
Doesn't look right:

$ which udevadm
/usr/bin/udevadm
$ ls /sbin/udevadm -al
lrwxrwxrwx. 1 root root 14 25 mag 23.07 /sbin/udevadm -> ../bin/udevadm
$ ls /usr/bin/udevadm -al
-rwxr-xr-x. 1 root root 468784 25 mag 23.07 /usr/bin/udevadm
$ ls /bin/udevadm -la
-rwxr-xr-x. 1 root root 468784 25 mag 23.07 /bin/udevadm

Comment 1 Zbigniew Jędrzejewski-Szmek 2017-07-15 15:20:04 UTC
No, that's the same file. /bin is a symlink to /usr/bin, so the last two are the same file. See https://fedoraproject.org/wiki/Features/UsrMove.