| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors |
| Name: nfs-utils | Distribution: Unknown |
| Version: 1.0.6 | Vendor: Unknown |
| Release: 22 | Build date: Tue Sep 21 12:52:07 2004 |
| Group: System Environment/Daemons | Build host: sh2004.itonet.co.jp |
| Size: 711706 | Source RPM: nfs-utils-1.0.6-22.src.rpm |
| 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
MD5: 40d98b6bdf1059c3607a94c178a79f26
* Tue May 18 2004 <SteveD@RedHat.com>
- Removed the auto option from MOUNTD_NFS_V2 and
MOUNTD_NFS_V3 variables. Since v2 and v3 are on
by default, there only needs to be away of
turning them off.
* Mon May 10 2004 <SteveD@RedHat.com>
- Rebuilt
* Thu Apr 15 2004 <SteveD@RedHat.com>
- Changed the permission on idmapd.conf to 644
- Added mydaemon code to svcgssd
- Updated the add_gssd.patch from upstream
* Wed Apr 14 2004 <SteveD@RedHat.com>
- Created a pipe between the parent and child so
the parent process can report the correct exit
status to the init scripts
- Added SIGHUP processing to rpc.idmapd and the
rpcidmapd init script.
* Mon Mar 22 2004 <SteveD@RedHat.com>
- Make sure check_new_cache() is looking in the right place
* Wed Mar 17 2004 <SteveD@RedHat.com>
- Changed the v4 initscripts to use $prog for the
arugment to daemon
* Tue Mar 16 2004 <SteveD@RedHat.com>
- Made the nfs4 daemons initscripts work better when
sunrpc is not a module
- added more checks to see if modules are being used.
* Mon Mar 15 2004 <SteveD@RedHat.com>
- Add patch that sets up gssapi_mech.conf correctly
* Fri Mar 12 2004 <SteveD@RedHat.com>
- Added the shutting down of the rpc v4 daemons.
- Updated the Red Hat only patch with some init script changes.
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com>
- rpc_pipefs mounting and aliases are now in modutils; require that
* Thu Mar 11 2004 <SteveD@RedHat.com>
- Updated the gssd patch.
* Sun Mar 07 2004 <SteveD@RedHat.com>
- Added the addition and deletion of rpc_pipefs to /etc/fstab
- Added the addition and deletion of module aliases to /etc/modules.conf
* Mon Mar 01 2004 <SteveD@RedHat.com>
- Removed gssd tarball and old nfsv4 patch.
- Added new nfsv4 patches that include both the
gssd and idmapd daemons
- Added redhat-only v4 patch that reduces the
static librpc.a to only contain gss rpc related
routines (I would rather have gssd use the glibc
rpc routines)
-Changed the gssd svcgssd init scripts to only
start up if SECURE_NFS is set to 'yes' in
/etc/sysconfig/nfs
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Feb 12 2004 Thomas Woerner <twoerner@redhat.com>
- make rpc.lockd, rpc.statd, rpc.mountd and rpc.nfsd pie
* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com>
- Added the NFSv4 bits
* Mon Dec 29 2003 Steve Dickson <SteveD@RedHat.com>
- Added the -z flag to nfsstat
* Wed Dec 24 2003 Steve Dickson <SteveD@RedHat.com>
- Fixed lockd port setting in nfs.int script
* Wed Oct 22 2003 Steve Dickson <SteveD@RedHat.com>
- Upgrated to 1.0.6
- Commented out the acl path for fedora
* Wed Aug 27 2003 Steve Dickson <SteveD@RedHat.com>
- Added the setting of lockd ports via sysclt interface
- Removed queue setting code since its no longer needed
* Thu Aug 07 2003 Steve Dickson <SteveD@RedHat.com>
- Added back the acl patch Taroon b2
* Wed Jul 23 2003 Steve Dickson <SteveD@RedHat.com>
- Commented out the acl patch (for now)
* Mon Jul 21 2003 Steve Dickson <SteveD@RedHat.com>
- Upgrated to 1.0.5
* Wed Jun 18 2003 Steve Dickson <SteveD@RedHat.com>
- Added security update
- Fixed the drop-privs.patch which means the chroot
patch could be removed.
* Mon Jun 09 2003 Steve Dickson <SteveD@RedHat.com>
- Defined the differ kinds of debugging avaliable for mountd in
the mountd man page.
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Jun 03 2003 Steve Dickson <SteveD@RedHat.com>
- Upgraded to 1.0.3
- Fixed numerous bugs in init scrips
- Added nfsstat overflow patch
* 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}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ;
./configure --host=sh4-unknown-linux-gnu --build=sh4-unknown-linux-gnu \
--target=sh4-unknown-linux \
--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
* Thu Aug 01 2002 Bob Matthews <bmatthews@redhat.com>
- Add Sean O'Connell's <sean@ee.duke.edu> nfs control tweaks
- to nfs init script.
* Mon Jul 22 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
* Wed Oct 03 2001 Bob Matthews <bmatthews@redhat.com>
- Move to nfs-utils-0.3.3
- Make nfsnobody a system account (#54221)
* Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
- if UID 65534 is unassigned, add user nfsnobody (#22685)
* Mon Aug 20 2001 Bob Matthews <bmatthews@redhat.com>
- fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113)
* Tue Aug 07 2001 Bob Matthews <bmatthews@redhat.com>
- nfs init script shouldn't fail if /etc/exports doesn't exist (#46432)
* Fri Jul 13 2001 Bob Matthews <bmatthews@redhat.com>
- Make %pre useradd consistent with other Red Hat packages.
* Tue Jul 03 2001 Michael K. Johnson <johnsonm@redhat.com>
- Added sh-utils dependency for uname -r in nfs init script
* Tue Jun 12 2001 Bob Matthews <bmatthews@redhat.com>
- make non RH kernel release strings scan correctly in
- nfslock init script (#44186)
* Mon Jun 11 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)
* Tue Apr 10 2001 Preston Brown <pbrown@redhat.com>
- don't translate initscripts for 6.x
* Tue Apr 10 2001 Michael K. Johnson <johnsonm@redhat.com>
- do not start lockd on kernel 2.2.18 or higher (done automatically)
* Fri Mar 30 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
* Tue Sep 05 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- more portable fix for mandir
* Sun Sep 03 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- update to 0.2-release
* Fri Sep 01 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- fix reload script
* Thu Aug 31 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- update to 0.2 from CVS
- adjust statd-drop-privs patch
- disable tcp_wrapper support
* Wed Aug 02 2000 Bill Nottingham <notting@redhat.com>
- fix stop priority of nfslock
* Tue Aug 01 2000 Bill Nottingham <notting@redhat.com>
- um, actually *include and apply* the statd-drop-privs patch
* Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
- fix init script ordering (#14502)
* Sat Jul 22 2000 Bill Nottingham <notting@redhat.com>
- run statd chrooted and as non-root
- add prereqs
* Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
- use "License", not "Copyright"
- use %{_tmppath} and %{_mandir}
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
- built for next release
* Mon Jul 17 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/gssapi_mech.conf /etc/idmapd.conf /etc/rc.d/init.d/nfs /etc/rc.d/init.d/nfslock /etc/rc.d/init.d/rpcgssd /etc/rc.d/init.d/rpcidmapd /etc/rc.d/init.d/rpcsvcgssd /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.gssd /usr/sbin/rpc.idmapd /usr/sbin/rpc.mountd /usr/sbin/rpc.nfsd /usr/sbin/rpc.svcgssd /usr/sbin/showmount /usr/share/doc/nfs-utils-1.0.6 /usr/share/doc/nfs-utils-1.0.6/ChangeLog /usr/share/doc/nfs-utils-1.0.6/INSTALL /usr/share/doc/nfs-utils-1.0.6/KNOWNBUGS /usr/share/doc/nfs-utils-1.0.6/NEW /usr/share/doc/nfs-utils-1.0.6/README /usr/share/doc/nfs-utils-1.0.6/THANKS /usr/share/doc/nfs-utils-1.0.6/TODO /usr/share/doc/nfs-utils-1.0.6/index.html /usr/share/doc/nfs-utils-1.0.6/nfs.html /usr/share/doc/nfs-utils-1.0.6/nfs.ps /usr/share/doc/nfs-utils-1.0.6/node1.html /usr/share/doc/nfs-utils-1.0.6/node10.html /usr/share/doc/nfs-utils-1.0.6/node11.html /usr/share/doc/nfs-utils-1.0.6/node12.html /usr/share/doc/nfs-utils-1.0.6/node13.html /usr/share/doc/nfs-utils-1.0.6/node14.html /usr/share/doc/nfs-utils-1.0.6/node15.html /usr/share/doc/nfs-utils-1.0.6/node16.html /usr/share/doc/nfs-utils-1.0.6/node17.html /usr/share/doc/nfs-utils-1.0.6/node18.html /usr/share/doc/nfs-utils-1.0.6/node19.html /usr/share/doc/nfs-utils-1.0.6/node2.html /usr/share/doc/nfs-utils-1.0.6/node20.html /usr/share/doc/nfs-utils-1.0.6/node21.html /usr/share/doc/nfs-utils-1.0.6/node22.html /usr/share/doc/nfs-utils-1.0.6/node23.html /usr/share/doc/nfs-utils-1.0.6/node24.html /usr/share/doc/nfs-utils-1.0.6/node25.html /usr/share/doc/nfs-utils-1.0.6/node26.html /usr/share/doc/nfs-utils-1.0.6/node27.html /usr/share/doc/nfs-utils-1.0.6/node3.html /usr/share/doc/nfs-utils-1.0.6/node4.html /usr/share/doc/nfs-utils-1.0.6/node5.html /usr/share/doc/nfs-utils-1.0.6/node6.html /usr/share/doc/nfs-utils-1.0.6/node7.html /usr/share/doc/nfs-utils-1.0.6/node8.html /usr/share/doc/nfs-utils-1.0.6/node9.html /usr/share/man/man5/exports.5.gz /usr/share/man/man5/idmapd.conf.5.gz /usr/share/man/man5/rpc.idmapd.conf.5.gz /usr/share/man/man7/nfsd.7.gz /usr/share/man/man8/exportfs.8.gz /usr/share/man/man8/gssd.8.gz /usr/share/man/man8/idmapd.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.gssd.8.gz /usr/share/man/man8/rpc.idmapd.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/rpc.svcgssd.8.gz /usr/share/man/man8/showmount.8.gz /usr/share/man/man8/statd.8.gz /usr/share/man/man8/svcgssd.8.gz /var/lib/nfs /var/lib/nfs/etab /var/lib/nfs/rmtab /var/lib/nfs/rpc_pipefs /var/lib/nfs/statd /var/lib/nfs/state /var/lib/nfs/xtab
Generated by rpm2html 1.7
admin, Tue Jun 28 14:00:34 2005