diff -Nur e-smith-base-5.4.0/createlinks e-smith-base-5.4.0_bz8050/createlinks --- e-smith-base-5.4.0/createlinks 2013-12-09 19:49:15.430992171 +0100 +++ e-smith-base-5.4.0_bz8050/createlinks 2013-12-09 19:50:06.382081245 +0100 @@ -278,7 +278,6 @@ event_link("conf-modules", $event, "30"); event_link("conf-startup", $event, "60"); event_link("reset-unsavedflag", $event, "95"); -event_link("init-reload", $event, "90"); safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/wan"); safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/dhcpd"); @@ -296,7 +295,6 @@ event_link("conf-modules", $event, "30"); event_link("conf-startup", $event, "60"); event_link("conf-routes", $event, "89"); -event_link("init-reload", $event, "90"); event_link("reset-unsavedflag", $event, "95"); #-------------------------------------------------- diff -Nur e-smith-base-5.4.0/root/etc/e-smith/events/actions/init-reload e-smith-base-5.4.0_bz8050/root/etc/e-smith/events/actions/init-reload --- e-smith-base-5.4.0/root/etc/e-smith/events/actions/init-reload 2005-11-21 05:28:05.000000000 +0100 +++ e-smith-base-5.4.0_bz8050/root/etc/e-smith/events/actions/init-reload 1970-01-01 01:00:00.000000000 +0100 @@ -1,31 +0,0 @@ -#!/usr/bin/perl -w - -#---------------------------------------------------------------------- -# copyright (C) 1999-2005 Mitel Networks Corporation -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# Technical support for this program is available from Mitel Networks -# Please visit our web site www.mitel.com/sme/ for details. -#---------------------------------------------------------------------- - -package esmith; - -use strict; -use Errno; - -system("/sbin/telinit", "q"); - -exit (0);