Fix swatdir location for --with-fhs
authorJelmer Vernooij <jelmer@samba.org>
Sat, 10 Jan 2004 22:05:38 +0000 (22:05 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 10 Jan 2004 22:05:38 +0000 (22:05 +0000)
WHATSNEW.txt
source/Makefile.in

index 2965ff694c0f784690c3ff44cd44be2a85aafb56..a9259b508d64edcd0276189168a96bd281e02c47 100644 (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
     
 
 
index 75213c2f5e2fb6e47c938a802b88ceeedd433f99..ceacedd553876994b10aefc96e7629cda500b491 100644 (file)
@@ -68,6 +68,7 @@ AUTHLIBDIR = $(LIBDIR)/auth
 CONFIGDIR = @configdir@
 VARDIR = @localstatedir@
 MANDIR = @mandir@
+DATADIR = @datadir@
 
 # The permissions to give the executables
 INSTALLPERMS = 0755