/[smeserver]/rpms/e-smith-base/sme9/e-smith-base-5.4.0-dont_reload_init.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme9/e-smith-base-5.4.0-dont_reload_init.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Dec 9 19:01:00 2013 UTC (10 years, 6 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-62_el6_sme, e-smith-base-5_4_0-56_el6_sme, e-smith-base-5_4_0-55_el6_sme, e-smith-base-5_4_0-57_el6_sme, e-smith-base-5_4_0-54_el6_sme, e-smith-base-5_4_0-53_el6_sme, e-smith-base-5_4_0-61_el6_sme, e-smith-base-5_4_0-60_el6_sme, e-smith-base-5_4_0-58_el6_sme, e-smith-base-5_4_0-59_el6_sme
* Mon Dec 9 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-53.sme
- Don't reload init in bootstrap-console-save and console-save [SME: 8050]

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed