Move inittab to the support directorry as the sysvinit package normally owns it, not OpenRC.

This commit is contained in:
Roy Marples
2008-01-03 16:08:45 +00:00
parent cc96c0933d
commit b717153549
3 changed files with 2 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
DIR = /etc
CONF = inittab
CONF_APPEND = rc.conf
TOPDIR = ..
+2
View File
@@ -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.