summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* uclibc also wants -ldlTimothy Redaelli2009-03-271-3/+3
|
* make dlopen_lib work in a non-"BSD is the only other thing in the world" settingFabian Groffen2009-03-221-2/+7
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2007-01-011-3/+3
|
* get_mounts now returns mount options tooRoy Marples2006-11-101-6/+8
|
* Added get_mounts to portability.eclassRoy Marples2006-11-061-1/+29
|
* 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.