On 1/20/06, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > > Ssh.bin is a part of openssh is only used for smart cards and then only > when --with-sectok is passed to configure. We could delete it or write > a sed for the Makefile to not install it without problems.
We don't have to do anything special AFAICT. scard/Makefile puts Ssh.bin in $(datadir), so passing --datadir=/usr/share/openssh would do the trick. Fedora and Gentoo set this. I couldn't quite figure it out, but I think Debian removes Ssh.bin despite using a patch for OpenSC functionality. I'm going to build with this switch from now on. Of course, I won't know if I've broken anything since I don't have anything to do with smartcards. > > pci.ids* are a part of pci-utils and can be relocated with setting > IDSDIR= variable to make. > > usb.ids is used by hal. In fact, hal's the configure command checks for > pci.ids in four places: > > config.log:configure:22347: checking for /usr/share/hwdata/pci.ids > config.log:configure:22347: checking for /usr/share/misc/pci.ids > config.log:configure:22347: checking for /usr/share/pci.ids > config.log:configure:22347: checking for /var/lib/misc/pci.ids > > I would favor the first. What about pci.ids? If it is to be moved to /usr/share/hwdata, which other packages would have to be configured to find it at the new location? I like having these in a dedicated subdir, and would be willing to test it out if people are interested. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
