auto-import nfs-utils-1.0.1-2.9 from nfs-utils-1.0.1-2.9.src.rpm
This commit is contained in:
parent
c4251ba3a9
commit
5816d0e427
@ -1,7 +1,7 @@
|
|||||||
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: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 2.6
|
Release: 2.9
|
||||||
Source0: http://prdownloads.sourceforge.net/nfs/nfs-utils-1.0.1.tar.gz
|
Source0: http://prdownloads.sourceforge.net/nfs/nfs-utils-1.0.1.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
|
||||||
@ -136,6 +136,15 @@ fi
|
|||||||
%config /etc/rc.d/init.d/nfslock
|
%config /etc/rc.d/init.d/nfslock
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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>
|
* Mon Nov 18 2002 Stephen C. Tweedie <sct@redhat.com>
|
||||||
- Build with %configure
|
- Build with %configure
|
||||||
- Add nhfsgraph, nhfsnums and nhfsrun to the files list
|
- Add nhfsgraph, nhfsnums and nhfsrun to the files list
|
||||||
|
@ -43,6 +43,7 @@ fi
|
|||||||
RETVAL=0
|
RETVAL=0
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
if [ ! -f /var/lock/subsys/nfslock ]; then
|
||||||
# Start daemons.
|
# Start daemons.
|
||||||
if [ "$USERLAND_LOCKD" ]; then
|
if [ "$USERLAND_LOCKD" ]; then
|
||||||
echo -n $"Starting NFS locking: "
|
echo -n $"Starting NFS locking: "
|
||||||
@ -54,7 +55,8 @@ start() {
|
|||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
echo
|
echo
|
||||||
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/nfslock
|
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/nfslock
|
||||||
return $RETVAL
|
fi
|
||||||
|
return $RETVAL
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
Reference in New Issue
Block a user