summaryrefslogtreecommitdiff
path: root/src/sysv-generator/Makefile
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-05-23 00:37:39 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-06-07 00:59:32 +0200
commit95ed3294c632f5606327149f10cef1eb34422862 (patch)
treead53c54c46850360124047160c74f0b22fdedb16 /src/sysv-generator/Makefile
parent0e252f6b375af59eac9bd6d2fe8dd6ee2f51998d (diff)
Move handling of sysv initscripts to a generator
Reuses logic from service.c and the rc-local generator. Note that this drops reading of chkconfig entirely. It also drops reading runlevels from the LSB headers. The runlevels were only used to check for runlevels outside of the normal 1-5 range and then add special dependencies and settings. Special runlevels were dropped in the past so it seemed to be unused code. The generator does not know about non-generated units with a value set with SysVStartPriority=. These are therefor not taken into account when converting start priority to before/after.
Diffstat (limited to 'src/sysv-generator/Makefile')
-rw-r--r--src/sysv-generator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysv-generator/Makefile b/src/sysv-generator/Makefile
new file mode 100644
index 000000000..530e5e919
--- /dev/null
+++ b/src/sysv-generator/Makefile
@@ -0,0 +1 @@
+../Makefile