- Changed nfs initscript to exit with correct value (bz 221874)
This commit is contained in:
parent
d95e5512be
commit
2bedd64ce1
@ -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)
|
||||
|
@ -149,4 +149,4 @@ case "$1" in
|
||||
exit 1
|
||||
esac
|
||||
|
||||
exit 0
|
||||
exit $?
|
||||
|
Loading…
Reference in New Issue
Block a user