diff options
author | Roy Marples <roy@marples.name> | 2008-01-03 16:08:45 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-03 16:08:45 +0000 |
commit | b7171535495d4e05953fc3f54cb50a985a2e9b49 (patch) | |
tree | 37d238f2d6fd5e8dcd5bd0fd70cddd2a8224ca4c | |
parent | cc96c0933d3fc82e6a7f687bf18705bae62e550a (diff) |
Move inittab to the support directorry as the sysvinit package normally owns it, not OpenRC.
-rw-r--r-- | etc.Linux/Makefile | 1 | ||||
-rw-r--r-- | support/sysvinit/README | 2 | ||||
-rw-r--r-- | support/sysvinit/inittab (renamed from etc.Linux/inittab) | 0 |
3 files changed, 2 insertions, 1 deletions
diff --git a/etc.Linux/Makefile b/etc.Linux/Makefile index d120a085..ad04fec9 100644 --- a/etc.Linux/Makefile +++ b/etc.Linux/Makefile @@ -1,5 +1,4 @@ DIR = /etc -CONF = inittab CONF_APPEND = rc.conf TOPDIR = .. diff --git a/support/sysvinit/README b/support/sysvinit/README new file mode 100644 index 00000000..a51c0d2b --- /dev/null +++ b/support/sysvinit/README @@ -0,0 +1,2 @@ +Here's a sample inittab for use with sysvinit for Linux based systems. +We don't install it by default as sysvinit packages normally own this file. diff --git a/etc.Linux/inittab b/support/sysvinit/inittab index 981aa9d7..981aa9d7 100644 --- a/etc.Linux/inittab +++ b/support/sysvinit/inittab |