From b1b25c7786237c12c75bd2d781ebcbca5368cdef Mon Sep 17 00:00:00 2001
From: khaneliman
Date: Sun, 11 May 2025 23:54:30 +0000
Subject: [PATCH] deploy: 7a3f3e550737c3ed43f6abf33a560cb58537d21f
---
options.xhtml | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 130 insertions(+)
diff --git a/options.xhtml b/options.xhtml
index c15f8ac6b..f62f7b2eb 100644
--- a/options.xhtml
+++ b/options.xhtml
@@ -7875,6 +7875,32 @@ boolean
Default:
false
+Declared by:
+
+
+
+
+ home.file.<name>.ignorelinks
+
+
+
+
+When recursive is enabled, adds -ignorelinks flag to lndir
It causes lndir to not treat symbolic links in the source directory specially.
+The link created in the target directory will point back to the corresponding
+(symbolic link) file in the source directory. If the link is to a directory
+
+Type:
+boolean
+
+Default:
+false
+
Declared by:
|
@@ -102262,6 +102288,32 @@ boolean
Default:
false
+Declared by:
+
+
+
+
+ xdg.cacheFile.<name>.ignorelinks
+
+
+
+
+When recursive is enabled, adds -ignorelinks flag to lndir It causes lndir to not treat symbolic links in the source directory specially.
+The link created in the target directory will point back to the corresponding
+(symbolic link) file in the source directory. If the link is to a directory
+
+Type:
+boolean
+
+Default:
+false
+
Declared by:
|
@@ -102522,6 +102574,32 @@ boolean
Default:
false
+Declared by:
+
+
+
+
+ xdg.configFile.<name>.ignorelinks
+
+
+
+
+When recursive is enabled, adds -ignorelinks flag to lndir It causes lndir to not treat symbolic links in the source directory specially.
+The link created in the target directory will point back to the corresponding
+(symbolic link) file in the source directory. If the link is to a directory
+
+Type:
+boolean
+
+Default:
+false
+
Declared by:
|
@@ -102782,6 +102860,32 @@ boolean
Default:
false
+Declared by:
+
+
+
+
+ xdg.dataFile.<name>.ignorelinks
+
+
+
+
+When recursive is enabled, adds -ignorelinks flag to lndir It causes lndir to not treat symbolic links in the source directory specially.
+The link created in the target directory will point back to the corresponding
+(symbolic link) file in the source directory. If the link is to a directory
+
+Type:
+boolean
+
+Default:
+false
+
Declared by:
|
@@ -103871,6 +103975,32 @@ boolean
Default:
false
+Declared by:
+
+
+
+
+ xdg.stateFile.<name>.ignorelinks
+
+
+
+
+When recursive is enabled, adds -ignorelinks flag to lndir It causes lndir to not treat symbolic links in the source directory specially.
+The link created in the target directory will point back to the corresponding
+(symbolic link) file in the source directory. If the link is to a directory
+
+Type:
+boolean
+
+Default:
+false
+
Declared by:
| | | |