Commit 88f351c
committed
feat: test upstream openvoxserver-ca#33 rootless fix
Replace our sed-based patches for rootless chown issues with the
upstream file_system.rb from OpenVoxProject/openvoxserver-ca#33.
The upstream PR introduces an ensure_ownership helper that skips chown
when not running as root, which covers both the file_system.rb chown
calls and the forcibly_symlink used by symlink_to_old_cadir in setup.rb.
This eliminates the need for both of our previous sed patches.
Signed-off-by: Simon Lauger <simon@lauger.de>1 parent 9566137 commit 88f351c
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments