diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-12 21:43:57 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-12 21:43:57 +0000 |
| commit | d6d7189c26aa1c3f1bb8ac622e5daf43b8485c30 (patch) | |
| tree | 8101f7e9a7f13130354eaf49a9e19547be91be7b /pw/pwupd.h | |
| parent | f6975773c5ebf939f9e3f22b2b600d2c821604bc (diff) | |
| download | pw-darwin-d6d7189c26aa1c3f1bb8ac622e5daf43b8485c30.tar.gz pw-darwin-d6d7189c26aa1c3f1bb8ac622e5daf43b8485c30.zip | |
pw -R <rootdir> userdel can now cleanup installation
Rewrite rm_r to use *at function, allowing to remove home directories along with
users. only crontabs and at(1) installation are not removed
Relnotes: yes
Diffstat (limited to 'pw/pwupd.h')
| -rw-r--r-- | pw/pwupd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ void vendgrent(void); void copymkdir(int rootfd, char const * dir, int skelfd, mode_t mode, uid_t uid, gid_t gid, int flags); -void rm_r(char const * dir, uid_t uid); +void rm_r(int rootfd, char const * dir, uid_t uid); __END_DECLS #endif /* !_PWUPD_H */ |
