1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-26 18:50:30 +03:00

Eventscripts - 60.nfs should define service_reconfigure().

Not $service_reconfigure.

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 642292d7ba7a95567964b4160c7ee31a4f8985d1)
This commit is contained in:
Martin Schwenke 2011-08-11 13:55:02 +10:00
parent 3a760b09ed
commit eef89f83b2

View File

@ -15,7 +15,10 @@ service_stop ()
{
startstop_nfs stop
}
service_reconfigure="startstop_nfs restart"
service_reconfigure ()
{
startstop_nfs restart
}
loadconfig