Eventscripts - 60.nfs should define service_reconfigure().
authorMartin Schwenke <martin@meltin.net>
Thu, 11 Aug 2011 03:55:02 +0000 (13:55 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 11 Aug 2011 03:55:02 +0000 (13:55 +1000)
Not $service_reconfigure.

Signed-off-by: Martin Schwenke <martin@meltin.net>
config/events.d/60.nfs

index 7e59e19b51440050bfb18652da897655da944d25..90021ffae0957977805f8590fb7a2bec99935596 100755 (executable)
@@ -15,7 +15,10 @@ service_stop ()
 {
     startstop_nfs stop
 }
-service_reconfigure="startstop_nfs restart"
+service_reconfigure ()
+{
+    startstop_nfs restart
+}
 
 loadconfig