summaryrefslogtreecommitdiff
path: root/doc/forum/Bootstrapping_with_Cabal_on_Archlinux_fails/comment_8_913968893edfc56501aada3b2cda8ee2._comment
blob: 2fdd3d5198afb4ab47f773bc48e28938aa522946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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).
"""]]