summaryrefslogtreecommitdiff
path: root/src/core/procedures/partial-configure-network
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-02-22 17:29:59 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-02-22 17:29:59 +0100
commit71f5510aaaa20ae5ae9c773dca12028bd96aafdf (patch)
treec3dee60f77a5c2954bf0a9a4e73befd0b916460e /src/core/procedures/partial-configure-network
parentf9126402b343aea8f2766bc16c10577b833b6703 (diff)
parentf4bd7c36b44da0c9a5985868aa8b0183cd4414c8 (diff)
pull in a shitload of fixes and some features from the experimental branch
Diffstat (limited to 'src/core/procedures/partial-configure-network')
-rw-r--r--src/core/procedures/partial-configure-network7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/procedures/partial-configure-network b/src/core/procedures/partial-configure-network
new file mode 100644
index 0000000..a2542b6
--- /dev/null
+++ b/src/core/procedures/partial-configure-network
@@ -0,0 +1,7 @@
+#!/bin/bash
+depend_procedure core interactive
+
+start_process ()
+{
+ execute worker runtime_network
+} \ No newline at end of file