[PC-BSD Commits] r21258 - pcbsd/current/src-qt4/pc-usermanager
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 30 12:54:40 PST 2013
Author: kris
Date: 2013-01-30 20:54:40 +0000 (Wed, 30 Jan 2013)
New Revision: 21258
Modified:
pcbsd/current/src-qt4/pc-usermanager/usermanagerback.cpp
Log:
Make sure to always populate the users homedir
Modified: pcbsd/current/src-qt4/pc-usermanager/usermanagerback.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-usermanager/usermanagerback.cpp 2013-01-30 20:35:40 UTC (rev 21257)
+++ pcbsd/current/src-qt4/pc-usermanager/usermanagerback.cpp 2013-01-30 20:54:40 UTC (rev 21258)
@@ -409,7 +409,7 @@
}
args << "-G";
args << "operator";
- if (validateHome(userIt->getHome()) == 3) { args << "-m"; }
+ args << "-m";
if ( ! chroot.isEmpty() )
QProcess::execute("chroot", args);
else
More information about the Commits
mailing list