| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: nfs-utils | Distribution: Red Hat Linux |
| Version: 1.0.1 | Vendor: Red Hat, Inc. |
| Release: 3.9 | Build date: Sat Jun 21 03:23:15 2003 |
| Group: System Environment/Daemons | Build host: stripples.devel.redhat.com |
| Size: 538629 | Source RPM: nfs-utils-1.0.1-3.9.src.rpm |
| Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | |
| Summary: NFS utlilities and supporting daemons for the kernel NFS server. | |
The nfs-utils package provides a daemon for the kernel NFS server and related tools, which provides a much higher level of performance than the traditional Linux NFS server used by most users. This package also contains the showmount program. Showmount queries the mount daemon on a remote host for information about the NFS (Network File System) server on the remote host. For example, showmount can display the clients which are mounted on that host.
GPL
* Sat Jun 21 2003 Steve Dickson <SteveD@RedHat.com>
- Added mountd security fix
* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 1.0.1-2.9
- rebuild
* Fri Dec 13 2002 Daniel J Walsh <dwalsh@redhat.com>
- change init script to not start rpc.lock if already running
* Wed Dec 11 2002 Daniel J Walsh <dwalsh@redhat.com>
- Moved access code to be after dropping privs
* Mon Nov 18 2002 Stephen C. Tweedie <sct@redhat.com>
- Build with
CFLAGS="${CFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; export FFLAGS ;
for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do
[ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ;
done ;
./configure --host=i386-redhat-linux --build=i386-redhat-linux \
--target=i386-redhat-linux-gnu \
--program-prefix= \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info
- Add nhfsgraph, nhfsnums and nhfsrun to the files list
* Mon Nov 11 2002 Stephen C. Tweedie <sct@redhat.com>
- Don't drop privs until we've bound the notification socket
* Thu Nov 07 2002 Stephen C. Tweedie <sct@redhat.com>
- Ignore SIGPIPE in rpc.mountd
* Fri Aug 02 2002 Bob Matthews <bmatthews@redhat.com>
- Add Sean O'Connell's <sean@ee.duke.edu> nfs control tweaks
- to nfs init script.
* Tue Jul 23 2002 Bob Matthews <bmatthews@redhat.com>
- Move to nfs-utils-1.0.1
* Mon Feb 18 2002 Bob Matthews <bmatthews@redhat.com>
- "service nfs restart" should start services even if currently
- not running (#59469)
- bump version to 0.3.3-4
* Thu Oct 04 2001 Bob Matthews <bmatthews@redhat.com>
- Move to nfs-utils-0.3.3
- Make nfsnobody a system account (#54221)
* Wed Aug 22 2001 Bob Matthews <bmatthews@redhat.com>
- if UID 65534 is unassigned, add user nfsnobody (#22685)
* Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
- fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113)
* Wed Aug 08 2001 Bob Matthews <bmatthews@redhat.com>
- nfs init script shouldn't fail if /etc/exports doesn't exist (#46432)
* Sat Jul 14 2001 Bob Matthews <bmatthews@redhat.com>
- Make %pre useradd consistent with other Red Hat packages.
* Wed Jul 04 2001 Michael K. Johnson <johnsonm@redhat.com>
- Added sh-utils dependency for uname -r in nfs init script
* Wed Jun 13 2001 Bob Matthews <bmatthews@redhat.com>
- make non RH kernel release strings scan correctly in
- nfslock init script (#44186)
* Tue Jun 12 2001 Bob Matthews <bmatthews@redhat.com>
- don't install any rquota pages in _mandir: (#39707, #44119)
- don't try to manipulate rpc.rquotad in init scripts
- unless said program actually exists: (#43340)
* Wed Apr 11 2001 Preston Brown <pbrown@redhat.com>
- don't translate initscripts for 6.x
* Wed Apr 11 2001 Michael K. Johnson <johnsonm@redhat.com>
- do not start lockd on kernel 2.2.18 or higher (done automatically)
* Sat Mar 31 2001 Preston Brown <pbrown@redhat.com>
- don't use rquotad from here now; quota package contains a version that
works with 2.4 (#33738)
* Mon Mar 12 2001 Bob Matthews <bmatthews@redhat.com>
- Statd logs at LOG_DAEMON rather than LOG_LOCAL5
- s/nfs/\$0/ where appropriate in init scripts
* Tue Mar 06 2001 Jeff Johnson <jbj@redhat.com>
- Move to nfs-utils-0.3.1
* Wed Feb 14 2001 Bob Matthews <bmatthews@redhat.com>
- #include <time.h> patch
* Mon Feb 12 2001 Bob Matthews <bmatthews@redhat.com>
- Really enable netgroups
* Mon Feb 05 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- i18nize initscripts
* Fri Jan 19 2001 Bob Matthews <bmatthews@redhat.com>
- Increased {s,r}blen in rpcmisc.c:makesock to accommodate eepro100
* Tue Jan 16 2001 Bob Matthews <bmatthews@redhat.com>
- Hackish fix in build section to enable netgroups
* Wed Jan 03 2001 Bob Matthews <bmatthews@redhat.com>
- Fix incorrect file specifications in statd manpage.
- Require gawk 'cause it's used in nfslock init script.
* Wed Dec 13 2000 Bob Matthews <bmatthews@redhat.com>
- Require sed because it's used in nfs init script
* Tue Dec 12 2000 Bob Matthews <bmatthews@redhat.com>
- Don't do a chroot(2) after dropping privs, in statd.
* Mon Dec 11 2000 Bob Matthews <bmatthews@redhat.com>
- NFSv3 if kernel >= 2.2.18, detected in init script
* Thu Nov 23 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 0.2.1
* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
- don't start lockd on 2.4 kernels; it's unnecessary
* Wed Sep 06 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- more portable fix for mandir
* Mon Sep 04 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- update to 0.2-release
* Sat Sep 02 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- fix reload script
* Fri Sep 01 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- update to 0.2 from CVS
- adjust statd-drop-privs patch
- disable tcp_wrapper support
* Thu Aug 03 2000 Bill Nottingham <notting@redhat.com>
- fix stop priority of nfslock
* Wed Aug 02 2000 Bill Nottingham <notting@redhat.com>
- um, actually *include and apply* the statd-drop-privs patch
* Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
- fix init script ordering (#14502)
* Sun Jul 23 2000 Bill Nottingham <notting@redhat.com>
- run statd chrooted and as non-root
- add prereqs
* Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
- use "License", not "Copyright"
- use %{_tmppath} and %{_mandir}
* Tue Jul 18 2000 Matt Wilson <msw@redhat.com>
- built for next release
* Tue Jul 18 2000 Matt Wilson <msw@redhat.com>
- 0.1.9.1
- remove patch0, has been integrated upstream
* Wed Feb 09 2000 Bill Nottingham <notting@redhat.com>
- the wonderful thing about triggers, is triggers are wonderful things...
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
- switch to nfs-utils as the base tree
- fix the statfs patch for the new code base
- single package that obsoletes everything we had before (if I am to keep
some traces of my sanity with me...)
* Mon Jan 17 2000 Preston Brown <pbrown@redhat.com>
- use statfs syscall instead of stat to determinal optimal blksize
/etc/rc.d/init.d/nfs /etc/rc.d/init.d/nfslock /sbin/rpc.lockd /sbin/rpc.statd /sbin/rpcdebug /usr/sbin/exportfs /usr/sbin/nfsstat /usr/sbin/nhfsgraph /usr/sbin/nhfsnums /usr/sbin/nhfsrun /usr/sbin/nhfsstone /usr/sbin/rpc.mountd /usr/sbin/rpc.nfsd /usr/sbin/showmount /usr/share/doc/nfs-utils-1.0.1 /usr/share/doc/nfs-utils-1.0.1/ChangeLog /usr/share/doc/nfs-utils-1.0.1/INSTALL /usr/share/doc/nfs-utils-1.0.1/KNOWNBUGS /usr/share/doc/nfs-utils-1.0.1/NEW /usr/share/doc/nfs-utils-1.0.1/README /usr/share/doc/nfs-utils-1.0.1/THANKS /usr/share/doc/nfs-utils-1.0.1/TODO /usr/share/doc/nfs-utils-1.0.1/index.html /usr/share/doc/nfs-utils-1.0.1/nfs.html /usr/share/doc/nfs-utils-1.0.1/nfs.ps /usr/share/doc/nfs-utils-1.0.1/node1.html /usr/share/doc/nfs-utils-1.0.1/node10.html /usr/share/doc/nfs-utils-1.0.1/node11.html /usr/share/doc/nfs-utils-1.0.1/node12.html /usr/share/doc/nfs-utils-1.0.1/node13.html /usr/share/doc/nfs-utils-1.0.1/node14.html /usr/share/doc/nfs-utils-1.0.1/node15.html /usr/share/doc/nfs-utils-1.0.1/node16.html /usr/share/doc/nfs-utils-1.0.1/node17.html /usr/share/doc/nfs-utils-1.0.1/node18.html /usr/share/doc/nfs-utils-1.0.1/node19.html /usr/share/doc/nfs-utils-1.0.1/node2.html /usr/share/doc/nfs-utils-1.0.1/node20.html /usr/share/doc/nfs-utils-1.0.1/node21.html /usr/share/doc/nfs-utils-1.0.1/node22.html /usr/share/doc/nfs-utils-1.0.1/node23.html /usr/share/doc/nfs-utils-1.0.1/node24.html /usr/share/doc/nfs-utils-1.0.1/node25.html /usr/share/doc/nfs-utils-1.0.1/node26.html /usr/share/doc/nfs-utils-1.0.1/node27.html /usr/share/doc/nfs-utils-1.0.1/node3.html /usr/share/doc/nfs-utils-1.0.1/node4.html /usr/share/doc/nfs-utils-1.0.1/node5.html /usr/share/doc/nfs-utils-1.0.1/node6.html /usr/share/doc/nfs-utils-1.0.1/node7.html /usr/share/doc/nfs-utils-1.0.1/node8.html /usr/share/doc/nfs-utils-1.0.1/node9.html /usr/share/man/man5/exports.5.gz /usr/share/man/man8/exportfs.8.gz /usr/share/man/man8/lockd.8.gz /usr/share/man/man8/mountd.8.gz /usr/share/man/man8/nfsd.8.gz /usr/share/man/man8/nfsstat.8.gz /usr/share/man/man8/nhfsgraph.8.gz /usr/share/man/man8/nhfsnums.8.gz /usr/share/man/man8/nhfsrun.8.gz /usr/share/man/man8/nhfsstone.8.gz /usr/share/man/man8/rpc.lockd.8.gz /usr/share/man/man8/rpc.mountd.8.gz /usr/share/man/man8/rpc.nfsd.8.gz /usr/share/man/man8/rpc.statd.8.gz /usr/share/man/man8/showmount.8.gz /usr/share/man/man8/statd.8.gz /var/lib/nfs /var/lib/nfs/etab /var/lib/nfs/rmtab /var/lib/nfs/statd /var/lib/nfs/xtab
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 04:57:19 2013