- Changed nfs initscript to exit with correct value (bz 221874)

This commit is contained in:
Steve Dickson 2007-05-12 12:35:44 +00:00
parent d95e5512be
commit 2bedd64ce1
3 changed files with 3 additions and 2 deletions

View File

@ -328,6 +328,7 @@ fi
- Have mountd hold open etab file to force inode number to change (bz 236823)
- Create a /etc/sysconfig/nfs with all the possible init script
variables (bz 234543)
- Changed nfs initscript to exit with correct value (bz 221874)
* Tue Apr 3 2007 Steve Dickson <steved@redhat.com> 1.0.12-4
- Replace portmap dependency with an rpcbind dependency (bz 228894)

View File

@ -171,4 +171,4 @@ case "$1" in
exit 1
esac
exit 0
exit $?

View File

@ -149,4 +149,4 @@ case "$1" in
exit 1
esac
exit 0
exit $?