source: projects/specs/trunk/n/nfs-utils/nfs-utils-vl.spec @ 6974

Revision 6974, 35.7 KB checked in by daisuke, 12 years ago (diff)

nfs-utils

  • Made nfsnobody's uid/gid to always be a 16-bit value of -2
  • change rpcuser's gid to fixed value 29
Line 
1Summary: NFS utilities and supporting clients and daemons for the kernel NFS server
2Summary(ja): カーネル NFS サーバ用 NFS ユーティリティと関連プログラム
3Name: nfs-utils
4URL: http://sourceforge.net/projects/nfs
5Version: 1.2.6
6Release: 1%{?_dist_release}
7
8%define enablegss 0
9
10# group all 32bit related archs
11%define all_32bit_archs i386 i686 athlon
12
13Source0: http://www.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.bz2
14Source1: ftp://nfs.sourceforge.net/pub/nfs/nfs.doc.tar.gz
15
16Source10: nfs.init
17Source11: nfslock.init
18Source12: rpcidmapd.init
19%if %{enablegss}
20Source13: rpcgssd.init
21Source14: rpcsvcgssd.init
22%endif
23Source15: nfs.sysconfig
24
25#Patch001: nfs-utils-1.2.7-rc5.patch
26
27Patch100: nfs-utils-1.2.1-statdpath-man.patch
28Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
29Patch102: nfs-utils-1.2.3-sm-notify-res_init.patch
30Patch103: nfs-utils-1.2.5-idmap-errmsg.patch
31
32Group: System Environment/Daemons
33Provides: exportfs    = %{version}-%{release}
34Provides: nfsstat     = %{version}-%{release}
35Provides: showmount   = %{version}-%{release}
36Provides: rpcdebug    = %{version}-%{release}
37Provides: rpc.idmapd  = %{version}-%{release}
38Provides: rpc.mountd  = %{version}-%{release}
39Provides: rpc.nfsd    = %{version}-%{release}
40Provides: rpc.statd   = %{version}-%{release}
41%if %{enablegss}
42Provides: rpc.gssd    = %{version}-%{release}
43Provides: rpc.svcgssd = %{version}-%{release}
44%endif
45Provides: mount.nfs   = %{version}-%{release}
46Provides: mount.nfs4  = %{version}-%{release}
47Provides: umount.nfs  = %{version}-%{release}
48Provides: umount.nfs4 = %{version}-%{release}
49Provides: sm-notify   = %{version}-%{release}
50Provides: start-statd = %{version}-%{release}
51
52License: GPL
53Buildroot: %{_tmppath}/%{name}-%{version}-root
54# Vine still uses portmap instead of rpcbind, as of this writing
55#Requires: rpcbind
56Requires: portmap >= 4.0
57Requires: sed, gawk, sh-utils, fileutils, textutils, grep
58Requires: modutils >= 2.4.26-9
59BuildRequires: libevent-devel >= 1.3b
60BuildRequires: libnfsidmap >= 0.20
61BuildRequires: libblkid-devel
62%if %{enablegss}
63BuildRequires: libgssglue-devel >= 0.3
64BuildRequires: librpcsecgss >= 0.17
65%endif
66BuildRequires: autoconf >= 2.57 openldap-devel >= 2.2
67BuildRequires: automake, libtool, glibc-headers
68BuildRequires: e2fsprogs-devel, tcp_wrappers
69BuildRequires: libtirpc-devel
70BuildRequires: device-mapper-devel
71Requires(pre): shadow-utils >= 4.0.3-25
72Requires(pre): /sbin/chkconfig /sbin/nologin
73Requires: libnfsidmap >= 0.20 libevent >= 1.3b
74%if %{enablegss}
75Requires: librpcsecgss >= 0.17 libgssglue
76%endif
77
78
79%description
80The nfs-utils package provides a daemon for the kernel NFS server and
81related tools, which provides a much higher level of performance than the
82traditional Linux NFS server used by most users.
83
84This package also contains the showmount program.  Showmount queries the
85mount daemon on a remote host for information about the NFS (Network File
86System) server on the remote host.  For example, showmount can display the
87clients which are mounted on that host.
88
89This package also contains the mount.nfs and umount.nfs program.
90
91%description -l ja
92nfs-utils パッケージには kernel NFS サーバと関連ツールが収録されています。
93これにより、多くのユーザに使われてきた旧来の Linux NFS サーバより高い
94パフォーマンスを提供することができます。
95
96このパッケージには showmount プログラムも収録されています。
97showmount は遠隔ホストの mount デーモンに問い合わせを行い、
98NFS サーバに関する情報を得ることができます。
99例えば、showmount を使うことで、その遠隔ホストをマウントしている
100クライアントの一覧を得ることができます。
101
102本パッケージにはまた mount.nfs と umount.nfs プログラムも収録されています。
103
104
105%prep
106%setup -q
107
108#%patch001 -p1
109
110%patch100 -p1
111%patch101 -p1
112%patch102 -p1
113%patch103 -p1
114
115
116# Remove .orig files
117find . -name "*.orig" | xargs rm -f
118
119
120%build
121
122%ifarch s390 s390x
123PIE="-fPIE"
124%else
125PIE="-fpie"
126%endif
127export PIE
128
129sh -x autogen.sh
130
131CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE -D_FILE_OFFSET_BITS=64`"
132%configure \
133    CFLAGS="$CFLAGS" \
134    CPPFLAGS="$DEFINES" \
135    LDFLAGS="-pie" \
136    --enable-mountconfig \
137    --enable-ipv6 \
138    --with-statdpath=/var/lib/nfs/statd \
139%if !%{enablegss}
140    --disable-gss \
141%endif   
142    --enable-mount
143
144make all
145
146
147%install
148rm -rf $RPM_BUILD_ROOT
149mkdir -p $RPM_BUILD_ROOT{/sbin,/usr/sbin}
150mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/{man5,man8}
151mkdir -p $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/sysconfig}
152mkdir -p $RPM_BUILD_ROOT/etc/request-key.d
153make DESTDIR=$RPM_BUILD_ROOT install
154install -s -m 755 tools/rpcdebug/rpcdebug $RPM_BUILD_ROOT/usr/sbin
155install -m 644 utils/mount/nfsmount.conf  $RPM_BUILD_ROOT/etc
156install -m 755 %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfs
157install -m 755 %{SOURCE11} $RPM_BUILD_ROOT/etc/rc.d/init.d/nfslock
158install -m 755 %{SOURCE12} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcidmapd
159%if %{enablegss}
160install -m 755 %{SOURCE13} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcgssd
161install -m 755 %{SOURCE14} $RPM_BUILD_ROOT/etc/rc.d/init.d/rpcsvcgssd
162%endif
163install -m 644 %{SOURCE15} $RPM_BUILD_ROOT/etc/sysconfig/nfs
164
165mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/rpc_pipefs
166
167touch $RPM_BUILD_ROOT/var/lib/nfs/rmtab
168mv $RPM_BUILD_ROOT/usr/sbin/rpc.statd $RPM_BUILD_ROOT/sbin
169
170mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm
171mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/statd/sm.bak
172mkdir -p $RPM_BUILD_ROOT/var/lib/nfs/v4recovery
173mkdir -p $RPM_BUILD_ROOT/etc/exports.d
174
175# temporarily remove nfs.5 man page until util-linux gets upgraded...
176rm -f $RPM_BUILD_ROOT/%{_mandir}/man5/nfs.5*
177
178
179%clean
180rm -rf $RPM_BUILD_ROOT
181
182
183%pre
184# move files so the running service will have this applied as well
185for x in gssd svcgssd idmapd ; do
186    if [ -f /var/lock/subsys/rpc.$x ]; then
187        mv /var/lock/subsys/rpc.$x /var/lock/subsys/rpc$x
188    fi
189done
190
191/usr/sbin/useradd -r -c "RPC Service User" \
192        -s /sbin/nologin -u 29 -d /var/lib/nfs rpcuser 2>/dev/null || :
193cat /etc/group | cut -d':' -f 1 | grep --quiet nfsnobody 2>/dev/null
194if [ "$?" -eq 1 ]; then
195  /usr/sbin/groupadd -g 29 rpcuser 2>/dev/null || :
196else
197  /usr/sbin/groupmod -g 29 rpcuser 2>/dev/null || :
198fi
199
200# Using the 16-bit value of -2 for the nfsnobody uid and gid
201%define nfsnobody_uid   65534
202
203# Create nfsnobody gid as long as it does not already exist
204cat /etc/group | cut -d':' -f 1 | grep --quiet nfsnobody 2>/dev/null
205if [ "$?" -eq 1 ]; then
206    /usr/sbin/groupadd -g %{nfsnobody_uid} nfsnobody 2>/dev/null || :
207else
208    /usr/sbin/groupmod -g %{nfsnobody_uid} nfsnobody 2>/dev/null || :
209fi
210
211# Create nfsnobody uid as long as it does not already exist.
212cat /etc/passwd | cut -d':' -f 1 | grep --quiet nfsnobody 2>/dev/null
213if [ "$?" -eq 1 ]; then
214    /usr/sbin/useradd -l -c "Anonymous NFS User" -r -g %{nfsnobody_uid} \
215        -s /sbin/nologin -u %{nfsnobody_uid} -d /var/lib/nfs nfsnobody 2>/dev/null || :
216else
217
218   /usr/sbin/usermod -u %{nfsnobody_uid} -g %{nfsnobody_uid} nfsnobody 2>/dev/null || :
219fi
220
221
222%post
223/sbin/chkconfig --add nfs
224/sbin/chkconfig --add nfslock
225/sbin/chkconfig --add rpcidmapd
226%if %{enablegss}
227/sbin/chkconfig --add rpcgssd
228/sbin/chkconfig --add rpcsvcgssd
229%endif
230# Make sure statd used the correct uid/gid.
231if [ -f /var/lock/subsys/nfslock ]; then
232        /etc/rc.d/init.d/nfslock stop > /dev/null
233        chown -R rpcuser:rpcuser /var/lib/nfs/statd
234        /etc/rc.d/init.d/nfslock start > /dev/null
235else
236        chown -R rpcuser:rpcuser /var/lib/nfs/statd
237fi
238
239%preun
240if [ "$1" = "0" ]; then
241    /etc/rc.d/init.d/nfs condrestart
242%if %{enablegss}
243    /etc/rc.d/init.d/rpcgssd condrestart
244%endif   
245    /etc/rc.d/init.d/rpcidmapd condrestart
246    /etc/rc.d/init.d/nfslock condrestart
247    /sbin/chkconfig --del rpcidmapd
248%if %{enablegss}
249    /sbin/chkconfig --del rpcgssd
250    /sbin/chkconfig --del rpcsvcgssd
251%endif
252    /sbin/chkconfig --del nfs
253    /sbin/chkconfig --del nfslock
254    /usr/sbin/userdel rpcuser 2>/dev/null || :
255    /usr/sbin/groupdel rpcuser 2>/dev/null || :
256    /usr/sbin/userdel nfsnobody 2>/dev/null || :
257    rm -rf /var/lib/nfs/statd
258    rm -rf /var/lib/nfs/v4recovery
259fi
260
261%postun
262if [ "$1" -ge 1 ]; then
263    /etc/rc.d/init.d/rpcidmapd condrestart > /dev/null
264%if %{enablegss}
265    /etc/rc.d/init.d/rpcgssd condrestart > /dev/null
266%endif
267    /etc/rc.d/init.d/nfs condrestart > /dev/null
268        /etc/rc.d/init.d/nfslock condrestart > /dev/null
269fi
270
271%triggerpostun -- nfs-server
272/sbin/chkconfig --add nfs
273
274%triggerpostun -- knfsd
275/sbin/chkconfig --add nfs
276
277%triggerpostun -- knfsd-clients
278/sbin/chkconfig --add nfslock
279
280%files
281%defattr(-,root,root)
282%doc linux-nfs/*
283%config /etc/rc.d/init.d/nfs
284%config /etc/rc.d/init.d/rpcidmapd
285%if %{enablegss}
286%config /etc/rc.d/init.d/rpcgssd
287%config /etc/rc.d/init.d/rpcsvcgssd
288%endif
289%config(noreplace) /etc/sysconfig/nfs
290%config(noreplace) /etc/nfsmount.conf
291%dir /etc/exports.d
292%dir /var/lib/nfs/v4recovery
293%dir /var/lib/nfs/rpc_pipefs
294%dir /var/lib/nfs
295%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd
296%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm
297%dir %attr(700,rpcuser,rpcuser) /var/lib/nfs/statd/sm.bak
298%config(noreplace) /var/lib/nfs/xtab
299%config(noreplace) /var/lib/nfs/etab
300%config(noreplace) /var/lib/nfs/rmtab
301%config(noreplace) %attr(644,rpcuser,rpcuser) /var/lib/nfs/state
302/sbin/rpc.statd
303/sbin/osd_login
304/usr/sbin/exportfs
305/usr/sbin/nfsstat
306/usr/sbin/rpcdebug
307/usr/sbin/rpc.mountd
308/usr/sbin/rpc.nfsd
309/usr/sbin/showmount
310/usr/sbin/rpc.idmapd
311%if %{enablegss}
312/usr/sbin/rpc.gssd
313/usr/sbin/rpc.svcgssd
314/usr/sbin/gss_clnt_send_err
315/usr/sbin/gss_destroy_creds
316%endif
317/usr/sbin/sm-notify
318/usr/sbin/start-statd
319/usr/sbin/mountstats
320/usr/sbin/nfsiostat
321/usr/sbin/blkmapd
322%{_mandir}/*/*
323%config /etc/rc.d/init.d/nfslock
324
325%attr(4755,root,root)   /sbin/mount.nfs
326%attr(4755,root,root)   /sbin/mount.nfs4
327%attr(4755,root,root)   /sbin/umount.nfs
328%attr(4755,root,root)   /sbin/umount.nfs4
329
330
331%changelog
332* Sat Oct 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.6-1
333- update to 1.2.6
334- Made nfsnobody's uid/gid to always be a 16-bit value of -2
335- change rpcuser's gid to fixed value 29
336
337* Sat Jan 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
338- update to 1.2.5
339- add patches (update to 1.2.6-rc6)
340- enable-ipv6 (add BR: libtirpc-devel)
341- add BR: device-mapper-devel
342
343* Sun Feb 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.5-5
344- add BuildRequires: libblkid-devel
345
346* Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-4
347- rebuilt with libevent-2.0.10
348
349* Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-3
350- add INIT INFO headers to initscripts
351
352* Fri Jun 12 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1.5-2
353- import more patches from FC11 1.1.5-5
354  - Patch101: upstream rc2 patch
355  - Patch102: upstream rc3 patch
356    - gssd: initialize fakeseed in prepare_krb5_rfc1964_buffer
357    - gssd: NULL-terminate buffer after read in read_service_info (try #2)
358    - gssd: free buffer allocated by gssd_k5_err_msg
359    - gssd: fix potential double-frees in gssd
360    - Removed a number of warn_unused_result warnings
361  - Patch103: Update nfsstat with --sleep and --list options
362  - Patch104: Fixed umount from using non-privilege ports (bz 492598)
363
364* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-1
365- new upstream release
366- fix %%post, remove '-l' from useradd option
367
368* Sun Jan 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.2-4
369- rebuilt with openldap-2.4.11
370- spec in UTF-8
371
372* Thu May 15 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.2-3
373- updated to 1.1.2, based on Fedora 1.1.2-2
374- disable RPC Sec-GSS feature for Vine (and we won't any longer? Let me know)
375- temporarily remove nfs.5 man page until util-linux gets upgraded
376- previous Vine changelogs as follows:
377
378  - Wed Apr 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.9-1
379  - rebuilt with libevent-1.4.3-1
380
381  - Sun Jul  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.9-0vl4
382  - rebuilt with libevent-1.3b-0vl1
383
384  - Tue Aug 29 2006 MATSUBAYASHI <shaolin@vinelinux.org> 1.0.9-0vl3
385  - rebuilt with libevent-1.1b-0vl1
386
387  - Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 1.0.9-0vl2
388  - rebuilt with openldap-2.3.27-0vl1
389
390  - Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.9-0vl1
391  - new upstream release
392  - drop obsolete patches
393
394  - Wed Mar 30 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.8-0vl0.rc2.2
395  - add libevent-devel and libnfsidmap to BuidRequires
396
397  - Mon Mar 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.8-0vl0.rc2.1
398  - update to nfs-utils-1.0.8-rc2
399  - merged some patches from FC
400  - fix kanji code of spec file
401
402  - Tue Apr 26 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.0.6-0vl1
403  - updated to 1.0.6
404  - merged several files from 1.0.6-22
405
406  - Sun Feb  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
407  - new upstream release
408  - remove quota related files, now we are using it from quota utils.
409
410  - Sat Sep 01 2001 Toru Sagami <sagami@vinelinux.org>
411  - 0.3.1-12vl2: revive rpc.rquotad for the time being
412
413  - Fri Aug 24 2001 Toru Sagami <sagami@vinelinux.org>
414  - 0.3.1-12vl1: ported to Vine
415
416* Mon Apr 14 2008 Steve Dickson <steved@redhat.com>  1.1.2-2
417- Make EACCES a non fatal error (bz 439807)
418
419* Tue Mar 25 2008 Steve Dickson <steved@redhat.com>  1.1.2-1
420- Upgrade to nfs-utils-1.1.2
421
422* Mon Mar  3 2008 Steve Dickson <steved@redhat.com>  1.1.1-5
423- Stopped mountd from incorrectly logging an error
424  (commit 9dd9b68c4c44f0d9102eb85ee2fa36a8b7f638e3)
425- Stop gssd from ignoring the machine credential caches
426  (commit 46d439b17f22216ce8f9257a982c6ade5d1c5931)
427- Fixed typo in the nfsstat command line arugments.
428  (commit acf95d32a44fd8357c24e8a04ec53fc6900bfc58)
429- Added test to stop buffer overflow in idmapd
430  (commit bcd0fcaf0966c546da5043be700587f73174ae25)
431
432* Sat Feb  9 2008 Steve Dickson <steved@redhat.com>  1.1.1-4
433- Cleaned up some typos that were found in the various
434  places in the mountd code
435
436* Thu Jan 24 2008 Steve Dickson <steved@redhat.com>  1.1.1-3
437- Added in relatime mount option so mount.nfs stays
438  compatible with the mount command in util-linux-ng (bz 274301)
439
440* Tue Jan 22 2008 Steve Dickson <steved@redhat.com>  1.1.1-2
441- Added -S/--since to the nfsstat(1) manpage
442- The wording in the exportfs man page can be a bit confusing, implying
443  that "exportfs -u :/foo" will unexport /foo from all hosts, which it won't
444- Removed nfsprog option since the kernel no longer supports it.
445- Removed mountprog option since the kernel no longer supports it.
446- Stop segfaults on amd64 during warnings messages.
447- Fix bug when both crossmnt and fsid are set.
448
449* Sat Jan  5 2008 Steve Dickson <steved@redhat.com>  1.1.1-1
450- Updated to latest upstream release, nfs-utils-1.1.1
451- Added the removal of sm-notify.pid to nfslock init script.
452- Changed spec file to use condrestart instead of condstop
453  when calling init scripts.
454- Fixed typo in rpc.mountd man page
455- Turn on 'nohide' automatically for all refer exports (bz 313561)
456
457* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-7
458 - Rebuild for openldap bump
459
460* Wed Oct 17 2007 Steve Dickson <steved@redhat.com>  1.1.0-6
461- Switch the libgssapi dependency to libgssglue
462
463* Fri Sep 14 2007 Steve Dickson <steved@redhat.com>  1.1.0-5
464- Changed the default paths in sm-notify to
465  /var/lib/nfs/statd (bz 258461)
466- Updated exportfs manpage (bz 262861)
467
468* Wed Aug 15 2007 Steve Dickson <steved@redhat.com>  1.1.0-4
469- Make sure the open() system calling in exportfs uses
470  mode bits when creating the etab file (bz 252440).
471
472* Mon Aug 13 2007 Steve Dickson <steved@redhat.com>  1.1.0-3
473- Added nosharecache mount option which re-enables
474  rw/ro mounts to the same server (bz 243913).
475
476* Thu Aug  2 2007 Steve Dickson <steved@redhat.com>  1.1.0-2
477- Make sure the gss and idmap daemons remove thier lock
478  files when they are stopped.
479
480* Sat Jul 28 2007 Steve Dickson <steved@redhat.com>  1.1.0-1
481- Upgraded to the latest upstream version (nfs-utils-1.1.0)
482
483* Thu May 24 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
484- Fixed typo in mount.nfs4 that causes a segfault during
485  error processing (bz 241190)
486
487* Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6
488- Make sure the condrestarts exit with a zero value (bz 240225)
489- Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)
490- Added -o nordirplus mount option to disable READDIRPLUS (bz 240357)
491- Disabled the FSCache patch, for now...
492
493* Wed May 10 2007 Steve Dickson <steved@redhat.com> 1.0.12-5
494- Fix mount.nfs4 to display correct error message (bz 227212)
495- Updated mountd and showmount reverse lookup flags (bz 220772)
496- Eliminate timeout on nfsd shutdowns (bz 222001)
497- Eliminate memory leak in mountd (bz 239536)
498- Make sure statd uses correct uid/gid by chowning
499  the /var/lib/nfs/statd with the rpcuser id. (bz 235216)
500- Correct some sanity checking in rpc.nfsd. (bz 220887)
501- Added missing unlock_mtab() call in moutnd
502- Have mountd hold open etab file to force inode number to change (bz 236823)
503- Create a /etc/sysconfig/nfs with all the possible init script
504  variables (bz 234543)
505- Changed nfs initscript to exit with correct value (bz 221874)
506
507* Tue Apr  3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4
508- Replace portmap dependency with an rpcbind dependency (bz 228894)
509
510* Mon Mar 12 2007 Steve Dickson <steved@redhat.com> 1.0.12-3
511- Incorporated Merge Review comments (bz 226198)
512
513* Fri Mar  9 2007 Steve Dickson <steved@redhat.com> 1.0.12-2
514- Added condstop to all the initscripts (bz 196934)
515- Made no_subtree_check a default export option (bz 212218)
516
517* Tue Mar  6 2007 Steve Dickson <steved@redhat.com> 1.0.12-1
518- Upgraded to 1.0.12
519- Fixed typo in Summary.
520
521* Thu Mar  1 2007 Karel Zak <kzak@redhat.com>  1.0.11-2
522- Fixed mount.nfs -f (fake) option (bz 227988)
523
524* Thu Feb 22 2007 Steve Dickson <steved@redhat.com> 1.0.11-1
525- Upgraded to 1.0.11
526
527* Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
528- Added FS_Location support
529
530* Mon Dec 18 2006 Karel Zak <kzak@redhat.com> 1.0.10-6
531- add support for mount options that contain commas (bz 219645)
532
533* Wed Dec 13 2006 Steve Dickson <steved@redhat.com> 1.0.10-5
534- Stopped v4 umounts from ping rpc.mountd (bz 215553)
535
536* Wed Nov 28 2006 Steve Dickson <steved@redhat.com> 1.0.10-4
537- Doing a connect on UDP sockets causes the linux network
538  stack to reject UDP patches from multi-home server with
539  nic on the same subnet. (bz 212471)
540
541* Wed Nov 15 2006 Steve Dickson <steved@redhat.com> 1.0.10-3
542- Removed some old mounting versioning code that was
543  stopping tcp mount from working (bz 212471)
544
545* Tue Oct 31 2006 Steve Dickson <steved@redhat.com> 1.0.10-2
546- Fixed -o remount (bz 210346)
547- fix memory leak in rpc.idmapd (bz 212547)
548- fix use after free bug in dirscancb (bz 212547)
549- Made no_subtree_check a default export option (bz 212218)
550
551* Wed Oct 25 2006 Steve Dickson <steved@redhat.com> 1.0.10-1
552- Upgraded to 1.0.10
553
554* Mon Oct 16 2006 Steve Dickson <steved@redhat.com> 1.0.9-10
555- Fixed typo in nfs man page (bz 210864).
556
557* Fri Oct 13 2006 Steve Dickson <steved@redhat.com> 1.0.9-9
558- Unable to mount NFS V3 share where sec=none is specified (bz 210644)
559
560* Tue Sep 26 2006 Steve Dickson <steved@redhat.com> 1.0.9-8
561- mount.nfs was not returning a non-zero exit value
562  on failed mounts (bz 206705)
563
564* Wed Sep 20 2006 Karel Zak <kzak@redhat.com> 1.0.9-7
565- Added support for the mount -s (sloppy) option (#205038)
566- Added nfs.5 man page from util-linux
567- Added info about [u]mount.nfs to the package description
568
569* Mon Sep 11 2006  <SteveD@RedHat.com> 1.0.9-6
570- Removed the compiling of getiversion and getkversion since
571  UTS_RELEASE is no longer defined and these binary are
572  not installed.
573
574* Fri Aug 18 2006 <SteveD@RedHat.com> 1.0.9-5
575- Changed gssd daemons to cache things in memory
576  instead of /tmp which makes selinux much happier.
577  (bz 203078)
578
579* Wed Aug 16 2006 <SteveD@RedHat.com> 1.0.9-4
580- Allow variable for HA callout program in /etc/init.d/nfslock
581  (bz 202790)
582
583* Wed Aug 02 2006 <wtogami@redhatcom> 1.0.9-3
584- add epoch (#196359)
585
586* Fri Jul 28 2006 <SteveD@RedHat.com> 1.0.9-2
587- Enabled the creating of mount.nfs and umount.nfs binaries
588- Added mount option fixes suggested by upstream.
589- Fix lazy umounts (bz 169299)
590- Added -o fsc mount option.
591
592* Mon Jul 24 2006 <SteveD@RedHat.com> 1.0.9-1
593- Updated to 1.0.9 release
594
595* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.0.8-5.1
596- rebuild
597
598* Sun Jul  2 2006 <jkeating@redhat.com> 1:1.0.8-5
599- Introduce epoch to fix upgrade path
600
601* Sat Jul  1 2006 <SteveD@RedHat.com> 1.0.8-3
602- Fixed typos in /etc/rc.d/init.d/nfs file (bz 184486)
603
604* Fri Jun 30 2006 <SteveD@RedHat.com> 1.0.8-3
605- Split the controlling of nfs version, ports, and protocol
606  into two different patches
607- Fixed and added debugging statements to rpc.mountd.
608- Fixed -p arg to work with priviledged ports (bz 156655)
609- Changed nfslock initscript to set LOCKD_TCPPORT and
610  LOCKD_UDPPORT (bz 162133)
611- Added MOUNTD_NFS_V1 variable to version 1 of the
612  mount protocol can be turned off. (bz 175729)
613- Fixed gssd to handel mixed case characters in
614  the domainname. (bz 186069)
615
616* Wed Jun 21 2006 <SteveD@RedHat.com> 1.0.8-2
617- Updated to nfs-utils-1.0.8
618
619* Thu Jun  8 2006 <SteveD@RedHat.com> 1.0.8.rc4-1
620- Upgraded to the upstream 1.0.8.rc4 version
621
622* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.2
623- bump again for double-long bug on ppc(64)
624
625* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.8.rc2-4.FC5.1
626- rebuilt for new gcc4.1 snapshot and glibc changes
627
628* Fri Jan 20 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-4.FC5
629- Added new libnfsidmap call, nfs4_set_debug(), to rpc.idmapd
630  which turns on debugging in the libarary.
631
632* Mon Jan 16 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-3.FC5
633- Added innetgr patch that changes configure scripts to
634  check for the innetgr function. (bz 177899)
635
636* Wed Jan 11 2006 Peter Jones <pjones@redhat.com> 1.0.8.rc2-2.FC5
637- Fix lockfile naming in the initscripts so they're stopped correctly.
638
639* Mon Jan  9 2006 Steve Dickson <SteveD@RedHat.com> 1.0.8.rc2-1.FC5
640- Updated to 1.0.8-rc2 release
641- Broke out libgssapi into its own rpm
642- Move librpcsecgss and libnfsidmap in the new nfs-utils-lib rpm
643- Removed libevent code; Required to be installed.
644
645* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
646- rebuilt
647
648* Sun Oct 23 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-19
649- Updated to latest code in SourceForge CVS
650- Updated to latest CITI patches (1.0.7-4)
651- Fix bug in nfsdreopen by compiling in server defaults
652
653* Thu Sep 22 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-18
654- Updated libnfsidmap to 0.11
655- Updated libgssapi to 0.5
656- Made sure the gss daemons and new libs are
657  all using the same include files.
658- Removed code from the tree that is no longer used.
659- Add ctlbits patch that introduced the -N -T and -U
660  command line flags to rpc.nfsd.
661
662* Sun Sep 18 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-17
663- Updated to latest nfs-utils code in upstream CVS tree
664- Updated libevent from 1.0b to 1.1a
665- Added libgssapi-0.4 and librpcsecgss-0.6 libs from CITI
666
667* Tue Sep  8 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-16
668- Reworked the nfslock init script so if lockd is running
669  it will be killed which is what the HA community needs. (bz 162446)
670- Stopped rpcidmapd.init from doing extra echoing when
671  condstart-ed.
672
673* Wed Aug 24 2005 Peter Jones <pjones@redhat.com> - 1.0.7-15
674- don't strip during "make install", so debuginfo packages are generated right
675
676* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
677- no need to still keep a requirement for kernel-2.2 or newer
678
679* Tue Aug 16 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-13
680- Changed mountd to use stat64() (bz 165062)
681
682* Tue Aug  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-12
683- Changed useradd to use new -l flag (bz149407)
684- 64bit fix in gssd code (bz 163139)
685- updated broken dependencies
686- updated rquotad to compile with latest
687  quota version.
688
689* Thu May 26 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-8
690- Fixed subscripting problem in idmapd (bz 158188)
691
692* Thu May 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-7
693- Fixed buffer overflow in rpc.svcgssd (bz 114288)
694
695* Wed Apr 13 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-6
696- Fixed misformated output from nfslock script (bz 154648)
697
698* Mon Mar 29 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-4
699- Fixed a compile error on x86_64 machines in the gss code.
700- Updated the statd-notify-hostname.patch to eliminate
701  a segmentation fault in rpc.statd when an network
702  interface was down. (bz 151828)
703
704* Sat Mar 19 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-3
705- Changed xlog to use LOG_INFO instead of LOG_DEBUG
706  so debug messages will appear w/out any config
707  changes to syslog.conf.
708- Reworked how /etc/exports is setup (bz 151389)
709
710* Wed Mar  2 2005 Steve Dickson <SteveD@RedHat.com> 1.0.7-2
711- Tied the rpcsecgss debugging in with gssd and
712  svcgssd debugging
713
714* Mon Feb 14 2005 Steve Dickson <SteveD@RedHat.com>
715- Added support to rpcgssd.init and rpcsvcgssd.init scripts
716  to insmod security modules.
717- Changed the nfs.init script to bring rpc.svcgssd up and down,
718  since rpc.svcgssd is only needed with the NFS server is running.
719
720* Tue Dec 14 2004 Steve Dickson <SteveD@RedHat.com>
721- Fix problem in idmapd that was causing "xdr error 10008"
722  errors (bz 142813)
723- make sure the correct hostname is used in the SM_NOTIFY
724  message that is sent from a rebooted server which has
725  multiple network interfaces. (bz 139101)
726
727- Changed nfslock to send lockd a -KILL signal
728  when coming down. (bz 125257)
729
730* Thu Nov 11 2004 Steve Dickson <SteveD@RedHat.com>
731- Replaced a memcopy with explicit assignments
732  in getquotainfo() of rquotad to fix potential overflow
733  that can occur on 64bit machines. (bz 138068)
734
735* Mon Nov  8 2004 Steve Dickson <SteveD@RedHat.com>
736- Updated to latest sourceforge code
737- Updated to latest CITIT nfs4 patches
738
739* Sun Oct 17 2004 Steve Dickson <SteveD@RedHat.com>
740- Changed nfs.init to bring down rquotad correctly
741  (bz# 136041)
742
743* Thu Oct 14 2004 Steve Dickson <SteveD@RedHat.com>
744- Added "$RQUOTAD_PORT" variable to nfs.init which
745  allows the rpc.rquotad to use a predefined port
746  (bz# 124676)
747
748* Fri Oct  1 2004 <SteveD@RedHat.com
749- Incorporate some clean up code from Ulrich Drepper (bz# 134025)
750- Fixed the chkconfig number in the rpcgssd, rpcidmapd, and
751  rpcsvcgssd initscrpts (bz# 132284)
752
753* Fri Sep 24 2004 <SteveD@RedHat.com>
754- Make sure the uid/gid of nfsnobody is the
755  correct value for all archs (bz# 123900)
756- Fixed some security issues found by SGI (bz# 133556)
757
758* Mon Aug 30 2004 Steve Dickson <SteveD@RedHat.com>
759- Major clean up.
760- Removed all unused/old patches
761- Rename and condensed a number of patches
762- Updated to CITI's nfs-utils-1.0.6-13 patches
763
764* Tue Aug 10 2004 Bill Nottingham <notting@redhat.com>
765- move if..fi condrestart stanza to %%postun (#127914, #128601)
766
767* Wed Jun 16 2004 <SteveD@RedHat.com>
768- nfslock stop is now done on package removals
769- Eliminate 3 syslog messages that are logged for
770  successful events.
771
772* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
773- rebuilt
774
775* Mon Jun 14 2004 <SteveD@RedHat.com>
776- Fixed syntax error in nfs initscripts when
777  NETWORKING is not defined
778- Removed sync warning on readonly exports.
779- Changed run levels in rpc initscripts.
780- Replaced modinfo with lsmod when checking
781  for loaded modules.
782
783* Tue Jun  1 2004 <SteveD@RedHat.com>
784- Changed the rpcgssd init script to ensure the
785  rpcsec_gss_krb5 module is loaded
786
787* Tue May 18 2004 <SteveD@RedHat.com>
788- Removed the auto option from MOUNTD_NFS_V2 and
789  MOUNTD_NFS_V3 variables. Since v2 and v3 are on
790  by default, there only needs to be away of
791  turning them off.
792
793* Thu May 10 2004 <SteveD@RedHat.com>
794- Rebuilt
795
796* Thu Apr 15 2004 <SteveD@RedHat.com>
797- Changed the permission on idmapd.conf to 644
798- Added mydaemon code to svcgssd
799- Updated the add_gssd.patch from upstream
800
801* Wed Apr 14 2004 <SteveD@RedHat.com>
802- Created a pipe between the parent and child so
803  the parent process can report the correct exit
804  status to the init scripts
805- Added SIGHUP processing to rpc.idmapd and the
806  rpcidmapd init script.
807
808* Mon Mar 22 2004 <SteveD@RedHat.com>
809- Make sure check_new_cache() is looking in the right place
810
811* Wed Mar 17 2004 <SteveD@RedHat.com>
812- Changed the v4 initscripts to use $prog for the
813  arugment to daemon
814
815* Tue Mar 16 2004 <SteveD@RedHat.com>
816- Made the nfs4 daemons initscripts work better when
817  sunrpc is not a module
818- added more checks to see if modules are being used.
819
820* Mon Mar 15 2004 <SteveD@RedHat.com>
821- Add patch that sets up gssapi_mech.conf correctly
822
823* Fri Mar 12 2004 <SteveD@RedHat.com>
824- Added the shutting down of the rpc v4 daemons.
825- Updated the Red Hat only patch with some init script changes.
826
827* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com>
828- rpc_pipefs mounting and aliases are now in modutils; require that
829
830* Thu Mar 11 2004 <SteveD@RedHat.com>
831- Updated the gssd patch.
832
833* Sun Mar  7 2004 <SteveD@RedHat.com>
834- Added the addition and deletion of rpc_pipefs to /etc/fstab
835- Added the addition and deletion of module aliases to /etc/modules.conf
836
837* Mon Mar  1 2004 <SteveD@RedHat.com>
838- Removed gssd tarball and old nfsv4 patch.
839- Added new nfsv4 patches that include both the
840   gssd and idmapd daemons
841- Added redhat-only v4 patch that reduces the
842   static librpc.a to only contain gss rpc related
843   routines (I would rather have gssd use the glibc
844   rpc routines)
845-Changed the gssd svcgssd init scripts to only
846   start up if SECURE_NFS is set to 'yes' in
847   /etc/sysconfig/nfs
848
849* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
850- rebuilt
851
852* Thu Feb 12 2004 Thomas Woerner <twoerner@redhat.com>
853- make rpc.lockd, rpc.statd, rpc.mountd and rpc.nfsd pie
854
855* Wed Jan 28 2004 Steve Dickson <SteveD@RedHat.com>
856- Added the NFSv4 bits
857
858* Mon Dec 29 2003 Steve Dickson <SteveD@RedHat.com>
859- Added the -z flag to nfsstat
860
861* Wed Dec 24 2003  Steve Dickson <SteveD@RedHat.com>
862- Fixed lockd port setting in nfs.int script
863
864* Wed Oct 22 2003 Steve Dickson <SteveD@RedHat.com>
865- Upgrated to 1.0.6
866- Commented out the acl path for fedora
867
868* Thu Aug  27 2003 Steve Dickson <SteveD@RedHat.com>
869- Added the setting of lockd ports via sysclt interface
870- Removed queue setting code since its no longer needed
871
872* Thu Aug  7 2003 Steve Dickson <SteveD@RedHat.com>
873- Added back the acl patch Taroon b2
874
875* Wed Jul 23 2003 Steve Dickson <SteveD@RedHat.com>
876- Commented out the acl patch (for now)
877
878* Wed Jul 21 2003 Steve Dickson <SteveD@RedHat.com>
879- Upgrated to 1.0.5
880
881* Wed Jun 18 2003 Steve Dickson <SteveD@RedHat.com>
882- Added security update
883- Fixed the drop-privs.patch which means the chroot
884patch could be removed.
885
886* Mon Jun  9 2003 Steve Dickson <SteveD@RedHat.com>
887- Defined the differ kinds of debugging avaliable for mountd in
888the mountd man page.
889
890* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
891- rebuilt
892
893* Tue Jun  3 2003 Steve Dickson <SteveD@RedHat.com>
894- Upgraded to 1.0.3
895- Fixed numerous bugs in init scrips
896- Added nfsstat overflow patch
897
898* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 1.0.1-2.9
899- rebuild
900
901* Fri Dec 13 2002 Daniel J Walsh <dwalsh@redhat.com>
902- change init script to not start rpc.lock if already running
903
904* Wed Dec 11 2002 Daniel J Walsh <dwalsh@redhat.com>
905- Moved access code to be after dropping privs
906
907* Mon Nov 18 2002 Stephen C. Tweedie <sct@redhat.com>
908- Build with %%configure
909- Add nhfsgraph, nhfsnums and nhfsrun to the files list
910
911* Mon Nov 11 2002 Stephen C. Tweedie <sct@redhat.com>
912- Don't drop privs until we've bound the notification socket
913
914* Thu Nov  7 2002 Stephen C. Tweedie <sct@redhat.com>
915- Ignore SIGPIPE in rpc.mountd
916
917* Thu Aug  1 2002 Bob Matthews <bmatthews@redhat.com>
918- Add Sean O'Connell's <sean@ee.duke.edu> nfs control tweaks
919- to nfs init script.
920
921* Mon Jul 22 2002 Bob Matthews <bmatthews@redhat.com>
922- Move to nfs-utils-1.0.1
923
924* Mon Feb 18 2002 Bob Matthews <bmatthews@redhat.com>
925- "service nfs restart" should start services even if currently
926-   not running (#59469)
927- bump version to 0.3.3-4
928
929* Wed Oct  3 2001 Bob Matthews <bmatthews@redhat.com>
930- Move to nfs-utils-0.3.3
931- Make nfsnobody a system account (#54221)
932
933* Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
934- if UID 65534 is unassigned, add user nfsnobody (#22685)
935
936* Mon Aug 20 2001 Bob Matthews <bmatthews@redhat.com>
937- fix typo in nfs init script which prevented MOUNTD_PORT from working (#52113)
938
939* Tue Aug  7 2001 Bob Matthews <bmatthews@redhat.com>
940- nfs init script shouldn't fail if /etc/exports doesn't exist (#46432)
941
942* Fri Jul 13 2001 Bob Matthews <bmatthews@redhat.com>
943- Make %%pre useradd consistent with other Red Hat packages.
944
945* Tue Jul 03 2001 Michael K. Johnson <johnsonm@redhat.com>
946- Added sh-utils dependency for uname -r in nfs init script
947
948* Tue Jun 12 2001 Bob Matthews <bmatthews@redhat.com>
949- make non RH kernel release strings scan correctly in
950-   nfslock init script (#44186)
951
952* Mon Jun 11 2001 Bob Matthews <bmatthews@redhat.com>
953- don't install any rquota pages in _mandir: (#39707, #44119)
954- don't try to manipulate rpc.rquotad in init scripts
955-   unless said program actually exists: (#43340)
956
957* Tue Apr 10 2001 Preston Brown <pbrown@redhat.com>
958- don't translate initscripts for 6.x
959
960* Tue Apr 10 2001 Michael K. Johnson <johnsonm@redhat.com>
961- do not start lockd on kernel 2.2.18 or higher (done automatically)
962
963* Fri Mar 30 2001 Preston Brown <pbrown@redhat.com>
964- don't use rquotad from here now; quota package contains a version that
965  works with 2.4 (#33738)
966
967* Tue Mar 12 2001 Bob Matthews <bmatthews@redhat.com>
968- Statd logs at LOG_DAEMON rather than LOG_LOCAL5
969- s/nfs/\$0/ where appropriate in init scripts
970
971* Tue Mar  6 2001 Jeff Johnson <jbj@redhat.com>
972- Move to nfs-utils-0.3.1
973
974* Wed Feb 14 2001 Bob Matthews <bmatthews@redhat.com>
975- #include <time.h> patch
976
977* Mon Feb 12 2001 Bob Matthews <bmatthews@redhat.com>
978- Really enable netgroups
979
980* Mon Feb  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
981- i18nize initscripts
982
983* Fri Jan 19 2001 Bob Matthews <bmatthews@redhat.com>
984- Increased {s,r}blen in rpcmisc.c:makesock to accommodate eepro100
985
986* Tue Jan 16 2001 Bob Matthews <bmatthews@redhat.com>
987- Hackish fix in build section to enable netgroups
988
989* Wed Jan  3 2001 Bob Matthews <bmatthews@redhat.com>
990- Fix incorrect file specifications in statd manpage.
991- Require gawk 'cause it's used in nfslock init script.
992
993* Thu Dec 13 2000 Bob Matthews <bmatthews@redhat.com>
994- Require sed because it's used in nfs init script
995
996* Tue Dec 12 2000 Bob Matthews <bmatthews@redhat.com>
997- Don't do a chroot(2) after dropping privs, in statd.
998
999* Mon Dec 11 2000 Bob Matthews <bmatthews@redhat.com>
1000- NFSv3 if kernel >= 2.2.18, detected in init script
1001
1002* Thu Nov 23 2000 Florian La Roche <Florian.LaRoche@redhat.de>
1003- update to 0.2.1
1004
1005* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
1006- don't start lockd on 2.4 kernels; it's unnecessary
1007
1008* Tue Sep  5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1009- more portable fix for mandir
1010
1011* Sun Sep  3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1012- update to 0.2-release
1013
1014* Fri Sep  1 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1015- fix reload script
1016
1017* Thu Aug 31 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1018- update to 0.2 from CVS
1019- adjust statd-drop-privs patch
1020- disable tcp_wrapper support
1021
1022* Wed Aug  2 2000 Bill Nottingham <notting@redhat.com>
1023- fix stop priority of nfslock
1024
1025* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
1026- um, actually *include and apply* the statd-drop-privs patch
1027
1028* Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
1029- fix init script ordering (#14502)
1030
1031* Sat Jul 22 2000 Bill Nottingham <notting@redhat.com>
1032- run statd chrooted and as non-root
1033- add prereqs
1034
1035* Tue Jul 18 2000 Trond Eivind Glomsrd <teg@redhat.com>
1036- use "License", not "Copyright"
1037- use %%{_tmppath} and %%{_mandir}
1038
1039* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
1040- built for next release
1041
1042* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
1043- 0.1.9.1
1044- remove patch0, has been integrated upstream
1045
1046* Wed Feb  9 2000 Bill Nottingham <notting@redhat.com>
1047- the wonderful thing about triggers, is triggers are wonderful things...
1048
1049* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
1050- switch to nfs-utils as the base tree
1051- fix the statfs patch for the new code base
1052- single package that obsoletes everything we had before (if I am to keep
1053  some traces of my sanity with me...)
1054
1055* Mon Jan 17 2000 Preston Brown <pbrown@redhat.com>
1056- use statfs syscall instead of stat to determinal optimal blksize
Note: See TracBrowser for help on using the repository browser.