public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 9a818c0eb4fc801363e319e346876f2abc6a28a9
Date: Sun, 28 Sep 2014 13:32:35 +0200	[thread overview]
Message-ID: <20140928113236.99C0F21EFD@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3325 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, next has been updated
       via  9a818c0eb4fc801363e319e346876f2abc6a28a9 (commit)
       via  09e08901093dfe3f0e9b37dd33f1b91b7d9fdcb3 (commit)
       via  1d4897f30894ad52a37072454ccf690c51e9a0b1 (commit)
       via  d51e4906648359f91e61ff74a0df35d77a0f0a24 (commit)
      from  478d8bb5dae9ccecbe4b92e9b1837409bbae6ad9 (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 9a818c0eb4fc801363e319e346876f2abc6a28a9
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Sep 28 13:32:17 2014 +0200

    core84: Add changed /etc/rc.d/init.d/network

commit 09e08901093dfe3f0e9b37dd33f1b91b7d9fdcb3
Merge: 478d8bb 1d4897f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Sep 28 13:31:53 2014 +0200

    Merge remote-tracking branch 'teissler/bug_10454' into next

commit 1d4897f30894ad52a37072454ccf690c51e9a0b1
Author: Timo Eissler <timo(a)eissler.pro>
Date:   Sat Sep 27 23:28:04 2014 +0200

    network: move start of static-routes
    
    Fixes #10454
    
    Create static routes after network interfaces are initialised.

commit d51e4906648359f91e61ff74a0df35d77a0f0a24
Author: Timo Eissler <timo(a)eissler.pro>
Date:   Sat Sep 27 23:16:57 2014 +0200

    network: fix coding style

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

Summary of changes:
 config/rootfiles/core/84/filelists/files | 1 +
 src/initscripts/init.d/network           | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

Difference in files:
diff --git a/config/rootfiles/core/84/filelists/files b/config/rootfiles/core/84/filelists/files
index 359fbe0..c26e2ea 100644
--- a/config/rootfiles/core/84/filelists/files
+++ b/config/rootfiles/core/84/filelists/files
@@ -1,6 +1,7 @@
 etc/system-release
 etc/issue
 etc/rc.d/init.d/firewall
+etc/rc.d/init.d/network
 srv/web/ipfire/cgi-bin/firewall.cgi
 srv/web/ipfire/cgi-bin/fwhosts.cgi
 srv/web/ipfire/cgi-bin/urlfilter.cgi
diff --git a/src/initscripts/init.d/network b/src/initscripts/init.d/network
index 5aecd15..9182e98 100644
--- a/src/initscripts/init.d/network
+++ b/src/initscripts/init.d/network
@@ -18,7 +18,6 @@ eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
 
 init_networking() {
 	/etc/rc.d/init.d/dnsmasq start
-	/etc/rc.d/init.d/static-routes start
 }
 
 DO="${1}"
@@ -26,7 +25,7 @@ shift
 
 if [ -n "${1}" ]; then
 	ALL=0
-	for i in green red blue orange; do      
+	for i in green red blue orange; do
 		eval "${i}=0"
 	done
 else
@@ -68,7 +67,9 @@ case "${DO}" in
 				rm -f /var/ipfire/red/{active,device,dial-on-demand,dns1,dns2,local-ipaddress,remote-ipaddress,resolv.conf}
 				[ "$AUTOCONNECT" == "off" ] || /etc/rc.d/init.d/networking/red start
 			fi
-		fi                           
+		fi
+
+		/etc/rc.d/init.d/static-routes start
 		;;
 
 	stop)


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

                 reply	other threads:[~2014-09-28 11:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140928113236.99C0F21EFD@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox