summaryrefslogtreecommitdiffstats
path: root/main/openrc/local.start
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-25 14:25:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-25 14:25:32 +0000
commitbd325689a38ce40e1e7fe6357c87c9cb07fdb9f6 (patch)
tree12ab0bcaded559e0e8a38ab4d9056844e8ebe3ee /main/openrc/local.start
parentfef64a1da900dbffa081e78bc11e7b8d82e089b6 (diff)
downloadaports-bd325689a38ce40e1e7fe6357c87c9cb07fdb9f6.tar.bz2
aports-bd325689a38ce40e1e7fe6357c87c9cb07fdb9f6.tar.xz
main/openrc: migrate rc.local from 1.8
fixes #172
Diffstat (limited to 'main/openrc/local.start')
-rw-r--r--main/openrc/local.start4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/openrc/local.start b/main/openrc/local.start
new file mode 100644
index 000000000..e0ce86071
--- /dev/null
+++ b/main/openrc/local.start
@@ -0,0 +1,4 @@
+
+if [ -f /etc/rc.local ]; then
+ . /etc/rc.local
+fi