]> git.ipfire.org Git - people/trikolon/ipfire-2.x.git/commitdiff
Merge commit 'origin/static-routes'
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 24 Jan 2012 20:44:16 +0000 (21:44 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 24 Jan 2012 20:44:16 +0000 (21:44 +0100)
src/initscripts/init.d/networking/red.down/10-static-routes [new file with mode: 0644]
src/initscripts/init.d/networking/red.up/10-static-routes [new file with mode: 0644]

diff --git a/src/initscripts/init.d/networking/red.down/10-static-routes b/src/initscripts/init.d/networking/red.down/10-static-routes
new file mode 100644 (file)
index 0000000..f8f00a7
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# Update the static routes.
+exec /etc/rc.d/init.d/static-routes start
diff --git a/src/initscripts/init.d/networking/red.up/10-static-routes b/src/initscripts/init.d/networking/red.up/10-static-routes
new file mode 100644 (file)
index 0000000..f8f00a7
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# Update the static routes.
+exec /etc/rc.d/init.d/static-routes start