nfs-utils: update to 1.2.2

This commit is contained in:
Juergen Daubert 2010-02-20 10:22:55 +01:00
parent bcfb6f50e9
commit 897a5c21ab
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
c5ccf58f5f9f57aba75c8b72219eb6e6 exports
f75dd45017a56ab4ecb6e87ef40aba78 nfs
c3ccd16c147befd49fe4541a506dd177 nfs-utils-1.2.1.tar.bz2
7222d95af7b1313985505d1494927ae5 nfsserver
3aaf176fc070285923e89b30df970b4a nfs
dad92f64db3266c7757f71bb53ee8f35 nfs-utils-1.2.2.tar.bz2
7bce7bc5cb40a18ae76c6c1328382119 nfsserver

View File

@ -4,8 +4,8 @@
# Depends on: util-linux-ng
name=nfs-utils
version=1.2.1
release=2
version=1.2.2
release=1
source=(http://dl.sourceforge.net/nfs/$name-$version.tar.bz2 \
exports nfs nfsserver)

View File

@ -5,7 +5,7 @@
case $1 in
start)
/usr/sbin/sm-notify -q
/usr/sbin/sm-notify
/usr/sbin/rpc.statd
/bin/mount -a -t nfs
;;

View File

@ -10,7 +10,7 @@ start)
/usr/sbin/rpc.mountd
/usr/sbin/rpc.statd --no-notify
/usr/sbin/rpc.nfsd 8
/usr/sbin/sm-notify -q
/usr/sbin/sm-notify
;;
stop)
killall -q -2 nfsd
@ -29,4 +29,4 @@ restart)
;;
esac
# End of file
# End of