Seeking the endgame for Debian's /usr merge
Seeking the endgame for Debian's /usr merge
Posted Jun 2, 2023 13:02 UTC (Fri) by dh (subscriber, #153)In reply to: Seeking the endgame for Debian's /usr merge by bluca
Parent article: Seeking the endgame for Debian's /usr merge
---
dh@<Ubuntu-23.04-machine>:~$ ls -al /
[...]
lrwxrwxrwx 1 root root 7 Mai 17 09:15 bin -> usr/bin
[...]
lrwxrwxrwx 1 root root 7 Mai 17 09:15 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Mai 17 09:15 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Mai 17 09:15 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Mai 17 09:15 libx32 -> usr/libx32
[...]
lrwxrwxrwx 1 root root 8 Mai 17 09:15 sbin -> usr/sbin
---
I was surprised myself when I discovered that some days ago - and totally unrelated to this discussion here.
Ciao, Dirk
Posted Jun 2, 2023 15:17 UTC (Fri)
by mbunkus (subscriber, #87248)
[Link] (2 responses)
/bin/sh → /usr/bin/sh
etc.
This was discussed as an alternative to symlinking _the directories_ (/bin → /usr/bin, /lib → /usr/lib etc).
Pretty much all distros that have actually gone the "symlink the directories" way; SuSE attempted "symlink entries inside the directories" but rolled that back as bluca said due to massive problems with that approach.
Posted Jun 6, 2023 12:50 UTC (Tue)
by KaiRo (subscriber, #1987)
[Link] (1 responses)
Posted Jun 6, 2023 14:18 UTC (Tue)
by bluca (subscriber, #118303)
[Link]
Seeking the endgame for Debian's /usr merge
/bin/ls → /usr/bin/ls
/lib/libc.so.6 → /usr/lib/libc.so.6
Seeking the endgame for Debian's /usr merge
Seeking the endgame for Debian's /usr merge