|
|
@ -43,8 +43,13 @@ main_begin |
|
|
|
check(`D_prefix/sbin/exportfs -u -a') |
|
|
|
block_end |
|
|
|
|
|
|
|
block_begin(restart, `Restarting kernel nfsd.') |
|
|
|
block_begin(reload, `Reloading exports.') |
|
|
|
check(`D_prefix/sbin/exportfs -r') |
|
|
|
block_end |
|
|
|
|
|
|
|
block_begin(restart, `Restarting kernel nfsd.') |
|
|
|
check(`/sbin/rc knfsd stop') |
|
|
|
check(`/sbin/rc knfsd start') |
|
|
|
block_end |
|
|
|
|
|
|
|
main_end |