SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for nfs-utils-1.0.1-2.9.i386.rpm :
Thu Jan 23 23:00:00 2003 Tim Powers 1.0.1-2.9
- rebuild

Fri Dec 13 23:00:00 2002 Daniel J Walsh
- change init script to not start rpc.lock if already running

Wed Dec 11 23:00:00 2002 Daniel J Walsh
- Moved access code to be after dropping privs

Mon Nov 18 23:00:00 2002 Stephen C. Tweedie
- Build with
CFLAGS=\"${CFLAGS:--O2 -march=i386 -mcpu=i686 -g}\" ; export CFLAGS ;
CXXFLAGS=\"${CXXFLAGS:--O2 -march=i386 -mcpu=i686 -g}\" ; export CXXFLAGS ;
FFLAGS=\"${FFLAGS:--O2 -march=i386 -mcpu=i686 -g}\" ; 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 23:00:00 2002 Stephen C. Tweedie
- Don\'t drop privs until we\'ve bound the notification socket

Thu Nov 7 23:00:00 2002 Stephen C. Tweedie
- Ignore SIGPIPE in rpc.mountd

Fri Aug 2 00:00:00 2002 Bob Matthews
- Add Sean O\'Connell\'s nfs control tweaks
- to nfs init script.

Tue Jul 23 00:00:00 2002 Bob Matthews
- Move to nfs-utils-1.0.1

Mon Feb 18 23:00:00 2002 Bob Matthews
- \"service nfs restart\" should start services even if currently
- not running (#59469)
- bump version to 0.3.3-4

Thu Oct 4 00:00:00 2001 Bob Matthews
- Move to nfs-utils-0.3.3
- Make nfsnobody a system account (#54221)

Wed Aug 22 00:00:00 2001 Bob Matthews
- if UID 65534 is unassigned, add user nfsnobody (#22685)

Tue Aug 21 00:00:00 2001 Bob Matthews
- fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113)

Wed Aug 8 00:00:00 2001 Bob Matthews
- nfs init script shouldn\'t fail if /etc/exports doesn\'t exist (#46432)

Sat Jul 14 00:00:00 2001 Bob Matthews
- Make %pre useradd consistent with other Red Hat packages.

Wed Jul 4 00:00:00 2001 Michael K. Johnson
- Added sh-utils dependency for uname -r in nfs init script

Wed Jun 13 00:00:00 2001 Bob Matthews
- make non RH kernel release strings scan correctly in
- nfslock init script (#44186)

Tue Jun 12 00:00:00 2001 Bob Matthews
- 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 00:00:00 2001 Preston Brown
- don\'t translate initscripts for 6.x

Wed Apr 11 00:00:00 2001 Michael K. Johnson
- do not start lockd on kernel 2.2.18 or higher (done automatically)

Sat Mar 31 00:00:00 2001 Preston Brown
- don\'t use rquotad from here now; quota package contains a version that
works with 2.4 (#33738)

Mon Mar 12 23:00:00 2001 Bob Matthews
- Statd logs at LOG_DAEMON rather than LOG_LOCAL5
- s/nfs/\\$0/ where appropriate in init scripts

Tue Mar 6 23:00:00 2001 Jeff Johnson
- Move to nfs-utils-0.3.1

Wed Feb 14 23:00:00 2001 Bob Matthews
- #include patch

Mon Feb 12 23:00:00 2001 Bob Matthews
- Really enable netgroups

Mon Feb 5 23:00:00 2001 Bernhard Rosenkraenzer
- i18nize initscripts

Fri Jan 19 23:00:00 2001 Bob Matthews
- Increased {s,r}blen in rpcmisc.c:makesock to accommodate eepro100

Tue Jan 16 23:00:00 2001 Bob Matthews
- Hackish fix in build section to enable netgroups

Wed Jan 3 23:00:00 2001 Bob Matthews
- Fix incorrect file specifications in statd manpage.
- Require gawk \'cause it\'s used in nfslock init script.

Wed Dec 13 23:00:00 2000 Bob Matthews
- Require sed because it\'s used in nfs init script

Tue Dec 12 23:00:00 2000 Bob Matthews
- Don\'t do a chroot(2) after dropping privs, in statd.

Mon Dec 11 23:00:00 2000 Bob Matthews
- NFSv3 if kernel >= 2.2.18, detected in init script

Thu Nov 23 23:00:00 2000 Florian La Roche
- update to 0.2.1

Tue Nov 14 23:00:00 2000 Bill Nottingham
- don\'t start lockd on 2.4 kernels; it\'s unnecessary

Wed Sep 6 00:00:00 2000 Florian La Roche
- more portable fix for mandir

Mon Sep 4 00:00:00 2000 Florian La Roche
- update to 0.2-release

Sat Sep 2 00:00:00 2000 Florian La Roche
- fix reload script

Fri Sep 1 00:00:00 2000 Florian La Roche
- update to 0.2 from CVS
- adjust statd-drop-privs patch
- disable tcp_wrapper support

Thu Aug 3 00:00:00 2000 Bill Nottingham
- fix stop priority of nfslock

Wed Aug 2 00:00:00 2000 Bill Nottingham
- um, actually
*include and apply
* the statd-drop-privs patch

Tue Jul 25 00:00:00 2000 Bill Nottingham
- fix init script ordering (#14502)

Sun Jul 23 00:00:00 2000 Bill Nottingham
- run statd chrooted and as non-root
- add prereqs

Wed Jul 19 00:00:00 2000 Trond Eivind Glomsr�d
- use \"License\", not \"Copyright\"
- use %{_tmppath} and %{_mandir}

Tue Jul 18 00:00:00 2000 Matt Wilson
- built for next release

Tue Jul 18 00:00:00 2000 Matt Wilson
- 0.1.9.1
- remove patch0, has been integrated upstream

Wed Feb 9 23:00:00 2000 Bill Nottingham
- the wonderful thing about triggers, is triggers are wonderful things...

Thu Feb 3 23:00:00 2000 Cristian Gafton
- 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 23:00:00 2000 Preston Brown
- use statfs syscall instead of stat to determinal optimal blksize


 
ICM