summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use echo instead of <<< for bash 2.x compatibility. See bug #107556.Diego Elio Pettenò2006-03-081-5/+5
|
* Added function to get the shell for a given user, and a wrapper function to ↵Diego Elio Pettenò2005-12-141-1/+34
| | | | check if login is disabled for the given user (needed to fix games eclass, see bugzilla).
* Why I press 'u' when i shouldn't? fix typo.Diego Elio Pettenò2005-12-141-1/+3
|
* Refactor egethome() function to use ${CHOST} instead of (deprecated) ↵Diego Elio Pettenò2005-12-141-6/+7
| | | | ${USERLAND}. Also add DragonFly support (same as FreeBSD).
* Moved get_bmake function here.Diego Elio Pettenò2005-09-261-1/+19
|
* touchup syntax so the code is easier to readMike Frysinger2005-09-211-21/+7
|
* Added egethome function to portability eclass.Diego Elio Pettenò2005-09-201-1/+17
|
* Added portability eclass with seq() function to replace seq command. Make ↵Diego Elio Pettenò2005-09-181-0/+75
eutils use the new seq command for enewuser/enewgroup.