]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
2001-08-17 Ragnar Kjørstad <nfs@ragnark.vestdata.no>
[nfs-utils.git] / ChangeLog
index 423178ad4f3f28517ff22ead6ba687d1ffa7ad7e..9bc2e695b2d4025148a289281e176998de51bbb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2001-08-17  Ragnar Kjørstad <nfs@ragnark.vestdata.no>
+           H.J. Lu <hjl@lucon.org>
+
+       * etc/redhat/nfslock.init (STATDARG): New. Pass it to rpc.statd.
+
+       * utils/statd/statd.c (longopts): Add "name".
+       (usage): Add "-n/--name".
+       (main): Set MY_NAME with "-n/--name".
+
+       * utils/statd/state.c (change_state): Set MY_NAME only if it
+       is NULL.
+       
+       * utils/statd/statd.man: Updated for "-n/--name".
+
+2001-07-26  H.J. Lu <hjl@lucon.org>
+
+       * nfs-utils.spec (Release): Set to 8.
+
+2001-07-25  H.J. Lu <hjl@lucon.org>
+
+       * etc/redhat/nfs.init: Check if rpc.rquotad exists before doing
+       anything about it.
+
+2001-06-27  H.J. Lu <hjl@lucon.org>
+
+       * etc/redhat/nfs.init: Run rpc.rquotad only if it exists.
+
+2001-06-27  H.J. Lu <hjl@lucon.org>
+
+       * utils/rquotad/rquota_server.c: Don't call statfs () for
+       the block size. Use BLOCK_SIZE instead.
+
+2001-06-27  H.J. Lu <hjl@lucon.org>
+
+       * config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC.
+       (CFLAGS_FOR_BUILD): New. Don't use @CFLAGS@.
+
+       * configure.in (enable_nfsv3): Set to yes by default.
+       (--enable-rquotad): Added
+       (AC_PROG_CXX): Removed.
+       (AC_OUTPUT): Add utils/Makefile.
+       (CC_FOR_BUILD): Renamed from BUILD_CC.
+       * configure: Regenerated.
+
+       * utils/Makefile: Removed.
+
+       * utils/Makefile.in: New.
+
+       * nfs-utils.spec.in (rquotad): New. Set to 0 to disable
+       rquotad.
+       (CC_FOR_BUILD): Renamed from BUILD_CC.
+       * nfs-utils.spec: Regenerated.
+
 2001-06-15  Chip Salzenberg  <chip@debian.org>
 
        * debian/changelog: Version 0.3.2-2.
        * config.guess: New.
 
        * config.mk.in (BUILD_CC): New.
-       (CC): Set to  $(BUILD_CC) if BUILD is defined.
+       (CC): Set to $(BUILD_CC) if BUILD is defined.
        (AR): Set to @AR@.
        (LD): Set to @LD@.
        (RANLIB): Set to @RANLIB@.