1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fix swatdir location for --with-fhs

(This used to be commit d12b793d9c)
This commit is contained in:
Jelmer Vernooij 2004-01-10 22:05:38 +00:00
parent 279a6af03f
commit 56f4e9726c
2 changed files with 7 additions and 3 deletions

View File

@ -177,9 +177,12 @@ o J. Tournier <jerome.tournier@IDEALX.com>
o Jelmer Vernooij <jelmer@samba.org>
* Put functions for generating SQL queries in pdb_sql.c.
* Add pgSQL backend (based on patch by Hamish Friedlander).
* BUG 908: Fix -s option to smbcontrol.
* Put functions for generating SQL queries in pdb_sql.c
* Add pgSQL backend (based on patch by Hamish Friedlander)
* BUG 908: Fix -s option to smbcontrol.
* Add smbget utility - a wget-clone for the SMB/CIFS protocol
* Small fix to get libnss_wins on IRIX working again
* Fix swatdir for --with-fhs

View File

@ -68,6 +68,7 @@ AUTHLIBDIR = $(LIBDIR)/auth
CONFIGDIR = @configdir@
VARDIR = @localstatedir@
MANDIR = @mandir@
DATADIR = @datadir@
# The permissions to give the executables
INSTALLPERMS = 0755