auto-import nfs-utils-0.3.3-4 from nfs-utils-0.3.3-4.src.rpm
This commit is contained in:
parent
59bb715fc4
commit
af1fa63571
@ -1,2 +1,2 @@
|
|||||||
nfs-utils-0.3.1.tar.gz
|
nfs-utils-0.3.3.tar.gz
|
||||||
nfs.doc.tar.gz
|
nfs.doc.tar.gz
|
||||||
|
@ -1,19 +1,17 @@
|
|||||||
Summary: NFS utlilities and supporting daemons for the kernel NFS server.
|
Summary: NFS utlilities and supporting daemons for the kernel NFS server.
|
||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
Version: 0.3.1
|
Version: 0.3.3
|
||||||
Release: 14.72
|
Release: 4
|
||||||
Source0: ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-%{version}.tar.gz
|
Source0: ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-%{version}.tar.gz
|
||||||
Source1: ftp://nfs.sourceforge.net/pub/nfs/nfs.doc.tar.gz
|
Source1: ftp://nfs.sourceforge.net/pub/nfs/nfs.doc.tar.gz
|
||||||
Source10: nfs.init
|
Source10: nfs.init
|
||||||
Source11: nfslock.init
|
Source11: nfslock.init
|
||||||
Patch0: nfs-utils-0.3.1-drop-privs.patch
|
Patch0: nfs-utils-0.3.3.drop-privs.patch
|
||||||
Patch1: nfs-utils-0.2beta-nowrap.patch
|
Patch1: nfs-utils-0.2beta-nowrap.patch
|
||||||
Patch2: no-chroot.patch
|
Patch2: no-chroot.patch
|
||||||
Patch3: nfs-utils-0.3.1-statd-manpage.patch
|
Patch3: nfs-utils-0.3.3.statd-manpage.patch
|
||||||
Patch4: eepro-support.patch
|
Patch4: eepro-support.patch
|
||||||
Patch5: time-h.patch
|
Patch5: time-h.patch
|
||||||
Patch6: syslog-level.patch
|
|
||||||
Patch7: nfs-utils-1.0.3-mountd.secfix.patch
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Obsoletes: nfs-server
|
Obsoletes: nfs-server
|
||||||
Obsoletes: knfsd
|
Obsoletes: knfsd
|
||||||
@ -48,8 +46,6 @@ clients which are mounted on that host.
|
|||||||
%patch3 -p1 -b .statd-manpage
|
%patch3 -p1 -b .statd-manpage
|
||||||
%patch4 -p1 -b .eepro-support
|
%patch4 -p1 -b .eepro-support
|
||||||
%patch5 -p1 -b .time-h
|
%patch5 -p1 -b .time-h
|
||||||
%patch6 -p1 -b .syslog-level
|
|
||||||
%patch7 -p1 -b .secfix
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#
|
#
|
||||||
@ -136,12 +132,14 @@ fi
|
|||||||
%config /etc/rc.d/init.d/nfslock
|
%config /etc/rc.d/init.d/nfslock
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 20 2003 Steve Dickson <SteveD@RedHat.com>
|
* Mon Feb 18 2002 Bob Matthews <bmatthews@redhat.com>
|
||||||
- Added mountd security fix
|
- "service nfs restart" should start services even if currently
|
||||||
|
- not running (#59469)
|
||||||
|
- bump version to 0.3.3-4
|
||||||
|
|
||||||
* Tue Oct 16 2001 Bob Matthews <bmatthews@redhat.com>
|
* Wed Oct 3 2001 Bob Matthews <bmatthews@redhat.com>
|
||||||
- cvs branch for 7.2 errata
|
- Move to nfs-utils-0.3.3
|
||||||
- user nfsnobody should be a system account (#54221)
|
- Make nfsnobody a system account (#54221)
|
||||||
|
|
||||||
* Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
|
* Tue Aug 21 2001 Bob Matthews <bmatthews@redhat.com>
|
||||||
- if UID 65534 is unassigned, add user nfsnobody (#22865)
|
- if UID 65534 is unassigned, add user nfsnobody (#22865)
|
||||||
|
9
nfs.init
9
nfs.init
@ -92,13 +92,8 @@ case "$1" in
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
echo -n "Restarting NFS services: "
|
$0 stop || :
|
||||||
echo -n "rpc.mountd "
|
$0 start
|
||||||
killproc rpc.mountd
|
|
||||||
daemon rpc.mountd $RPCMOUNTDOPTS
|
|
||||||
/usr/sbin/exportfs -r
|
|
||||||
touch /var/lock/subsys/nfs
|
|
||||||
echo
|
|
||||||
;;
|
;;
|
||||||
reload)
|
reload)
|
||||||
/usr/sbin/exportfs -r
|
/usr/sbin/exportfs -r
|
||||||
|
Loading…
Reference in New Issue
Block a user