Gentoo Archives: gentoo-amd64

From: Joshua Hoblitt <jhoblitt@××××××××××.edu>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] where is sed supposed to be?
Date: Fri, 20 Jul 2007 21:06:46
Message-Id: 20070720211101.GB7788@ifa.hawaii.edu
1 I have two systems with the same baselayout
2 (sys-apps/baselayout-1.12.9-r2) and sed (sys-apps/sed-4.1.5) package
3 installed. Yet the older system has symlinks in /usr/bin/sed and
4 /usr/X11R6/bin/sed -> /bin/sed. `equery belongs` claims no ownship for
5 the symlink eithers so I can only assume that this is bleed through from
6 a previous baselayout on the older system. I'm tempted to just remove
7 the symlinks on the older system as it's causing me some grief is moving
8 binpkgs from the older system to the new installs but isn't /usr/bin/sed
9 a POSIX defined path?
10
11 old system:
12
13 $ whereis sed
14 sed: /bin/sed /usr/bin/sed /usr/X11R6/bin/sed /usr/share/man/man1p/sed.1p.bz2 /usr/share/man/man1/sed.1.bz2
15
16 new systems:
17
18 $ whereis sed
19 sed: /bin/sed /usr/share/man/man1/sed.1.bz2 /usr/share/man/man1p/sed.1p.bz2
20
21 -J
22
23 --

Replies

Subject Author
[gentoo-amd64] Re: where is sed supposed to be? Duncan <1i5t5.duncan@×××.net>