From 1c4800743d22d675ccfa48364d8aa558e8b7407c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 3 Jun 2008 21:51:14 +0000 Subject: Moved bootscripts and udev-config to BOOK Updated Makefile to automatically generate bootscript and udev-config tarballs Updated licesnse to be the same as BLFS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8548 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- bootscripts/contrib/lsb-v3/sysconfig/createfiles | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bootscripts/contrib/lsb-v3/sysconfig/createfiles (limited to 'bootscripts/contrib/lsb-v3/sysconfig/createfiles') diff --git a/bootscripts/contrib/lsb-v3/sysconfig/createfiles b/bootscripts/contrib/lsb-v3/sysconfig/createfiles new file mode 100644 index 000000000..8d1f89dc6 --- /dev/null +++ b/bootscripts/contrib/lsb-v3/sysconfig/createfiles @@ -0,0 +1,28 @@ +######################################################################## +# Begin /etc/sysconfig/createfiles +# +# Description : Createfiles script config file +# +# Authors : +# +# Version : 00.00 +# +# Notes : The syntax of this file is as follows: +# if type is equal to "file" or "dir" +# +# if type is equal to "dev" +# +# +# is the name of the file which is to be created +# is either file, dir, or dev. +# file creates a new file +# dir creates a new directory +# dev creates a new device +# is either block, char or pipe +# block creates a block device +# char creates a character deivce +# pipe creates a pipe, this will ignore the and fields +# and are the major and minor numbers used for the device. +######################################################################## + +# End /etc/sysconfig/createfiles -- cgit v1.2.3-54-g00ecf