From b7171535495d4e05953fc3f54cb50a985a2e9b49 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 3 Jan 2008 16:08:45 +0000 Subject: [PATCH] Move inittab to the support directorry as the sysvinit package normally owns it, not OpenRC. --- etc.Linux/Makefile | 1 - support/sysvinit/README | 2 ++ {etc.Linux => support/sysvinit}/inittab | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 support/sysvinit/README rename {etc.Linux => support/sysvinit}/inittab (100%) 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 similarity index 100% rename from etc.Linux/inittab rename to support/sysvinit/inittab