diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-02 16:00:07 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-02 16:00:07 -0400 |
| commit | f3dab068fce37270e5e4e1a00e5a44e30f00baf7 (patch) | |
| tree | d6b8c70074d440e56c1d7cdbfc7b68d8b96bda96 /pw/cpdir.c | |
| parent | 6b46c62f4663c84790120a4e74e155a6ef16b41c (diff) | |
| download | pw-darwin-f3dab068fce37270e5e4e1a00e5a44e30f00baf7.tar.gz pw-darwin-f3dab068fce37270e5e4e1a00e5a44e30f00baf7.zip | |
Recommit everything, add chpass, improve history (except for a few files that git-filter-repo dislikes for some reason [_secure_path.c and login_cap.h])
Diffstat (limited to 'pw/cpdir.c')
| -rw-r--r-- | pw/cpdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ copymkdir(int rootfd, char const * dir, int skelfd, mode_t mode, uid_t uid, } fchownat(rootfd, dir, uid, gid, AT_SYMLINK_NOFOLLOW); if (flags > 0) - chflagsat(rootfd, dir, flags, AT_SYMLINK_NOFOLLOW); + lchflags(dir, flags); if (skelfd == -1) return; |
