source: lsb-bootscripts/etc/default/createfiles@ 8476b9e1

7.1
Last change on this file since 8476b9e1 was 63a2c2d, checked in by DJ Lucas <dj@…>, 13 years ago

Moved BOOK/bootscripts/contrib/lsb-v3 to BOOK/lsb-bootscripts.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[1c48007]1########################################################################
[dc55fb5e]2# Begin /etc/default/createfiles
[1c48007]3#
4# Description : Createfiles script config file
5#
6# Authors :
7#
8# Version : 00.00
9#
10# Notes : The syntax of this file is as follows:
11# if type is equal to "file" or "dir"
12# <filename> <type> <permissions> <user> <group>
13# if type is equal to "dev"
14# <filename> <type> <permissions> <user> <group> <devtype> <major> <minor>
15#
16# <filename> is the name of the file which is to be created
17# <type> is either file, dir, or dev.
18# file creates a new file
19# dir creates a new directory
20# dev creates a new device
21# <devtype> is either block, char or pipe
22# block creates a block device
23# char creates a character deivce
24# pipe creates a pipe, this will ignore the <major> and <minor> fields
25# <major> and <minor> are the major and minor numbers used for the device.
26########################################################################
27
28# End /etc/sysconfig/createfiles
Note: See TracBrowser for help on using the repository browser.