summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-08-08 17:02:58 +0200
committerEric Sandall2007-08-08 22:12:47 -0700
commit9a2824325226195708b2f6e1f1edc1bfbdffd21d (patch)
tree3e3c91946354e9a0e98238135f960cf9ea735c6b
parentb24cc0242b893b417852bd9e80980830c31bf98d (diff)
init.d: fix my workaround for #13363
thanks Arwed (cherry picked from commit db66920cc0b3fb42c5cef6450a1076a0024aa0bb)
-rwxr-xr-xsmgl/init.d/BUILD1
-rw-r--r--smgl/init.d/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/smgl/init.d/BUILD b/smgl/init.d/BUILD
index ac13e9e5e9..801d1feb2e 100755
--- a/smgl/init.d/BUILD
+++ b/smgl/init.d/BUILD
@@ -1 +1,2 @@
+mkdir -p $INSTALL_ROOT/etc/init.d/runlevels/%2 &&
touch $INSTALL_ROOT/etc/init.d/runlevels/%2/sorbus-aria
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index bf58df6954..cc115d4dd3 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,6 @@
+2007-08-08 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * BUILD: fix the workaround for #13363
+
2007-06-02 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* files/smgl_functions: remove grep usage #10439