From 5a6834585c43296c2207f5f251d3d5c237c7c8d2 Mon Sep 17 00:00:00 2001 From: Sn4il Date: Wed, 6 Mar 2024 10:25:41 +0300 Subject: Update LFS mirror --- lfs-12.0-sysv/scripts/apds22.html | 114 -------------------------------------- 1 file changed, 114 deletions(-) delete mode 100644 lfs-12.0-sysv/scripts/apds22.html (limited to 'lfs-12.0-sysv/scripts/apds22.html') diff --git a/lfs-12.0-sysv/scripts/apds22.html b/lfs-12.0-sysv/scripts/apds22.html deleted file mode 100644 index e63b800..0000000 --- a/lfs-12.0-sysv/scripts/apds22.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - D.22. /etc/sysconfig/createfiles - - - - - - - - -
-

- D.22. - /etc/sysconfig/createfiles -

-
########################################################################
-# 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"
-#                <filename> <type> <permissions> <user> <group>
-#               if type is equal to "dev"
-#                <filename> <type> <permissions> <user> <group> <devtype>
-#             <major> <minor>
-#
-#               <filename> is the name of the file which is to be created
-#               <type> is either file, dir, or dev.
-#                       file creates a new file
-#                       dir creates a new directory
-#                       dev creates a new device
-#               <devtype> is either block, char or pipe
-#                       block creates a block device
-#                       char creates a character device
-#                       pipe creates a pipe, this will ignore the <major> and
-#           <minor> fields
-#               <major> and <minor> are the major and minor numbers used for
-#     the device.
-########################################################################
-
-# End /etc/sysconfig/createfiles
-
-
- - - -- cgit v1.2.3