X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=ac7ea2dc3f4c0dff9db9986dec0ee55bc6b84ce8;hb=4f152504e44e75d77be302d830b87cf463df9b33;hp=423178ad4f3f28517ff22ead6ba687d1ffa7ad7e;hpb=509cf23ffbe6075e6065d3b59db02bdec1c51f59;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index 423178a..ac7ea2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2001-07-25 H.J. Lu + + * etc/redhat/nfs.init: Check if rpc.rquotad exists before doing + anything about it. + +2001-06-27 H.J. Lu + + * etc/redhat/nfs.init: Run rpc.rquotad only if it exists. + +2001-06-27 H.J. Lu + + * utils/rquotad/rquota_server.c: Don't call statfs () for + the block size. Use BLOCK_SIZE instead. + +2001-06-27 H.J. Lu + + * 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 * debian/changelog: Version 0.3.2-2. @@ -59,7 +94,7 @@ * 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@.