From c4d43142181a45b849a15cf8ec5ebe61cea33897 Mon Sep 17 00:00:00 2001 From: Sn4il Date: Wed, 10 Jan 2024 16:57:29 +0300 Subject: LFS 12 mirror --- lfs-12.0-sysv/scripts/apds22.html | 114 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create 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 new file mode 100644 index 0000000..e63b800 --- /dev/null +++ b/lfs-12.0-sysv/scripts/apds22.html @@ -0,0 +1,114 @@ + + + + + + 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