Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use echo instead of <<< for bash 2.x compatibility. See bug #107556. | Diego Elio Pettenò | 2006-03-08 | 1 | -5/+5 |
| | |||||
* | Added function to get the shell for a given user, and a wrapper function to ↵ | Diego Elio Pettenò | 2005-12-14 | 1 | -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-14 | 1 | -1/+3 |
| | |||||
* | Refactor egethome() function to use ${CHOST} instead of (deprecated) ↵ | Diego Elio Pettenò | 2005-12-14 | 1 | -6/+7 |
| | | | | ${USERLAND}. Also add DragonFly support (same as FreeBSD). | ||||
* | Moved get_bmake function here. | Diego Elio Pettenò | 2005-09-26 | 1 | -1/+19 |
| | |||||
* | touchup syntax so the code is easier to read | Mike Frysinger | 2005-09-21 | 1 | -21/+7 |
| | |||||
* | Added egethome function to portability eclass. | Diego Elio Pettenò | 2005-09-20 | 1 | -1/+17 |
| | |||||
* | Added portability eclass with seq() function to replace seq command. Make ↵ | Diego Elio Pettenò | 2005-09-18 | 1 | -0/+75 |
eutils use the new seq command for enewuser/enewgroup. |