diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-24 19:24:51 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-24 19:24:51 +0000 |
| commit | 5214787fd545d0b4fd9880d8f719e997ab70476a (patch) | |
| tree | dd1c8a0c2facff37bca8e7cce5cbf8da441b17ba /usr.sbin/sysinstall/user.c | |
| parent | d9cca175bcb23e8ff64c3cd99a0948ba07e8f518 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/user.c')
| -rw-r--r-- | usr.sbin/sysinstall/user.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/user.c b/usr.sbin/sysinstall/user.c index 1c1775058ddac..6c42ecc9e213e 100644 --- a/usr.sbin/sysinstall/user.c +++ b/usr.sbin/sysinstall/user.c @@ -225,7 +225,6 @@ completeGroup(void) for (i = getdtablesize(); i > 2; i--) close(i); - chroot(variable_get(VAR_INSTALL_ROOT)); execv("/usr/sbin/pw", vec); msgDebug("Cannot execv() /usr/sbin/pw.\n"); _exit(99); @@ -291,7 +290,6 @@ addGroup(WINDOW *ds_win) else vec[VEC_GID - 1] = 0; - chroot(variable_get(VAR_INSTALL_ROOT)); execv("/usr/sbin/pw", vec); msgDebug("Cannot execv() /usr/sbin/pw.\n"); _exit(99); @@ -482,7 +480,6 @@ completeUser(void) vec[VEC_UNAME] = uname; - chroot(variable_get(VAR_INSTALL_ROOT)); execv("/usr/sbin/pw", vec); msgDebug("Cannot execv() /usr/sbin/pw.\n"); _exit(99); @@ -589,7 +586,6 @@ addUser(WINDOW *ds_win) } vec[i] = 0; - chroot(variable_get(VAR_INSTALL_ROOT)); execv("/usr/sbin/pw", vec); msgDebug("Cannot execv() /usr/sbin/pw.\n"); _exit(99); |
