public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 374e636feeade7827e8bea834ee911d15530650f
@ 2015-10-22 20:24 git
  0 siblings, 0 replies; only message in thread
From: git @ 2015-10-22 20:24 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2283 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, master has been updated
       via  374e636feeade7827e8bea834ee911d15530650f (commit)
      from  d7b82e7ccee811b6a451522734d10bd2b6c6628d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 374e636feeade7827e8bea834ee911d15530650f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Thu Oct 22 21:21:34 2015 +0100

    Move email settings from services to system menu
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/menu/10-system.menu   | 5 +++++
 config/menu/40-services.menu | 5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)

Difference in files:
diff --git a/config/menu/10-system.menu b/config/menu/10-system.menu
index 5755366..3b84e31 100644
--- a/config/menu/10-system.menu
+++ b/config/menu/10-system.menu
@@ -16,6 +16,11 @@
 				'title' => "$Lang::tr{'wlan client'}",
 				'enabled' => 0,
 				};
+    $subsystem->{'22.dma'} = {'caption' => $Lang::tr{'email settings'},
+				'uri' => '/cgi-bin/mail.cgi',
+				'title' => "$Lang::tr{'email settings'}",
+				'enabled' => 1,
+				};
     $subsystem->{'30.ssh'} = {
 				'caption' => $Lang::tr{'ssh access'},
 				'uri' => '/cgi-bin/remote.cgi',
diff --git a/config/menu/40-services.menu b/config/menu/40-services.menu
index aaf1ad7..2f4d96e 100644
--- a/config/menu/40-services.menu
+++ b/config/menu/40-services.menu
@@ -20,11 +20,6 @@
 				'title' => "$Lang::tr{'time server'}",
 				'enabled' => 1,
 				};
-    $subservices->{'41.dma'} = {'caption' => $Lang::tr{'email settings'},
-				'uri' => '/cgi-bin/mail.cgi',
-				'title' => "$Lang::tr{'email settings'}",
-				'enabled' => 1,
-				};
     $subservices->{'50.qos'} = {'caption' => 'Quality of Service',
 				'uri' => '/cgi-bin/qos.cgi',
 				'title' => "Quality of Service",


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-22 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-22 20:24 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 374e636feeade7827e8bea834ee911d15530650f git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox