configure --with-fhs?

Michael Sweet mike at easysw.com
Sun May 13 11:47:00 GMT 2001


Richard Sharpe wrote:
> ...
> However, this does not seem to do what I would expect, which is
> change the Makefile so that binaries etc go in FHS-defined places
> rather than /usr/local/samba.
> 
> What is this option for?

It changes the paths so they can be made to be FHS-compliant by
default.  For example, with the default prefix of /usr/local/samba
the paths work out to be:

     /usr/local/samba/bin
     /usr/local/samba/etc/samba
     /usr/local/samba/include
     /usr/local/samba/lib
     /usr/local/samba/sbin
     /usr/local/samba/share/samba
     /usr/local/samba/var/locks/samba
     /usr/local/samba/var/log/samba
     /usr/local/samba/var/spool/samba

(or something like that)

If you want a 100% FHS setup, use:

    ./configure --with-fhs --prefix=/usr --sysconfdir=/etc \
        --localstatedir=/var

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products                  mike at easysw.com
Printing Software for UNIX                       http://www.easysw.com




More information about the samba-technical mailing list