summaryrefslogtreecommitdiff
path: root/doc/forum/Bootstrapping_with_Cabal_on_Archlinux_fails/comment_8_913968893edfc56501aada3b2cda8ee2._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/Bootstrapping_with_Cabal_on_Archlinux_fails/comment_8_913968893edfc56501aada3b2cda8ee2._comment')
-rw-r--r--doc/forum/Bootstrapping_with_Cabal_on_Archlinux_fails/comment_8_913968893edfc56501aada3b2cda8ee2._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Bootstrapping_with_Cabal_on_Archlinux_fails/comment_8_913968893edfc56501aada3b2cda8ee2._comment b/doc/forum/Bootstrapping_with_Cabal_on_Archlinux_fails/comment_8_913968893edfc56501aada3b2cda8ee2._comment
new file mode 100644
index 00000000..2fdd3d51
--- /dev/null
+++ b/doc/forum/Bootstrapping_with_Cabal_on_Archlinux_fails/comment_8_913968893edfc56501aada3b2cda8ee2._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 8"""
+ date="2020-08-14T17:02:55Z"
+ content="""
+Hmm, it overwrites /usr/local/propellor with:
+
+ rename safetycopy "propellor"
+
+That is safe against dangling symlinks. The safetycopy is created
+using `cp -pfL` which also seems safe against dangling symlinks
+(or symlinks pointing to files, though not to directories).
+"""]]