diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-21 18:02:58 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-21 18:02:58 +0000 |
commit | 462db87f256c44a94f2a462359a95640420c3821 (patch) | |
tree | c4f6192151866988ac957f3a110cc72fe3bb61cf | |
parent | b29e6622d6f5f87e4525415fe6248f181be9abf3 (diff) | |
download | pfsense-packages-462db87f256c44a94f2a462359a95640420c3821.tar.gz pfsense-packages-462db87f256c44a94f2a462359a95640420c3821.tar.bz2 pfsense-packages-462db87f256c44a94f2a462359a95640420c3821.zip |
Correct couple minor pure-ftpd changes.
-rw-r--r-- | packages/pure-ftpd.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/pure-ftpd.xml b/packages/pure-ftpd.xml index c18add9b..6a873d79 100644 --- a/packages/pure-ftpd.xml +++ b/packages/pure-ftpd.xml @@ -65,7 +65,6 @@ <custom_add_php_command> if($_POST['expiration']) $expires = " -e " . $_POST['expiration']; mwexec("/usr/sbin/pw useradd " . $_POST['username'] . $expires . " -m -k /home/ " . $_POST['username'] . " -s /usr/sbin/nologin"); - //mwexec("/bin/mkdir -p /home/" . $_POST['username']); $fd = popen("/usr/sbin/pw usermod -n " . $_POST['username'] . " -H 0", "w"); $salt = md5(time()); $crypted_pw = crypt($_POST['password'],$salt); |