summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid reserved names for functions and variables, bug 516092.Ulrich Müller2014-07-111-4/+4
* Whitespace.Ulrich Müller2014-07-041-2/+2
* esethome: silently exit if home dir already up to date, improve messagingIan Stakenvicius2012-06-221-1/+8
* esethome: eerror and not die when home dir cannot be updated, due to for inst...Ian Stakenvicius2012-06-221-4/+11
* fixed esethome, directory must exist befure user record can be updatedIan Stakenvicius2012-06-221-7/+9
* added 'esethome' to user.eclassIan Stakenvicius2012-06-181-2/+62
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-101-1/+6
* eat mangled whitespace pointed out by David JamesMike Frysinger2011-11-291-3/+3
* avoid IFS abuse by using `IFS=, read -a` to have bash create an array for us ...Mike Frysinger2011-11-291-19/+10
* tweak failure message as pointed out by David JamesMike Frysinger2011-11-291-5/+6
* rewrite a bit of code to quote all user/group/shell/home stringsMike Frysinger2011-11-261-67/+56
* re-use "eshell" when searching for a shell to avoid missing "local shell" dec...Mike Frysinger2011-11-261-9/+7
* do not touch sandbox settings since we only run in pkg_* funcs (where sandbox...Mike Frysinger2011-11-261-8/+1
* restrict enew{user,group} to pkg_{setup,preinst,postinst}Mike Frysinger2011-11-261-2/+3
* Change possible mis-used ${action} to ${db}Naohiro Aota2011-11-041-3/+3
* clean up enew{user,group} and drop the [extra] argument as no one is using itMike Frysinger2011-11-031-79/+43
* restore egetshell as some packages in the tree have been parsing getent direc...Mike Frysinger2011-11-031-1/+22
* egethome: check arguments to verify correct usageMike Frysinger2011-11-031-1/+3
* restore egethome as some packages in the tree have been parsing getent direct...Mike Frysinger2011-11-031-1/+20
* clean up egetent style to make it clear how it worksMike Frysinger2011-11-031-19/+34
* drop unused funcsMike Frysinger2011-10-311-53/+1
* send nscd output to /dev/null so we don't dump ugly warnings when running as ...Mike Frysinger2011-10-271-2/+3
* unify/update EBUILD_PHASE checks, and simplify egethome/egetshell/is-login-di...Mike Frysinger2011-10-271-27/+28
* split out user management helpers into a dedicated eclassMike Frysinger2011-10-271-0/+441