From 22692ba3e86ceea4d3f6d950cbca4d4b1cfea608 Mon Sep 17 00:00:00 2001 From: Alex Oprea Date: Fri, 21 Oct 2016 15:25:52 +0200 Subject: [PATCH] iup: remove boot function so that the start function is used during boot refs #10415 iup needs to be started at boot, not just just configured. (also, iup needs to stop in waiting for default route) So removing the boot function is the good solution. --- iup/files/etc/init.d/iup | 4 ---- 1 file changed, 4 deletions(-) diff --git a/iup/files/etc/init.d/iup b/iup/files/etc/init.d/iup index de2bb0729..f919fbac4 100755 --- a/iup/files/etc/init.d/iup +++ b/iup/files/etc/init.d/iup @@ -103,10 +103,6 @@ init_iup() { fi } -boot() { - init_iup -} - start_service() { init_iup