summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add missing "local" markings for variablesMike Frysinger2012-01-041-5/+6
|
* Update copyright years in headersChristian Faulhammer2011-12-271-2/+2
|
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-101-1/+6
|
* restore egetshell as some packages in the tree have been parsing getent ↵Mike Frysinger2011-11-031-2/+1
| | | | directly for this
* restore egethome as some packages in the tree have been parsing getent ↵Mike Frysinger2011-11-031-2/+1
| | | | directly for this
* drop unused funcsMike Frysinger2011-10-311-3/+6
|
* split out user management helpers into a dedicated eclassMike Frysinger2011-10-271-55/+3
|
* seq: fix debug typo pointed out by TorstenMike Frysinger2010-09-241-2/+2
|
* seq: dont parse args if `seq` is available, and add a shell fall back if ↵Mike Frysinger2010-09-241-7/+22
| | | | `jot` is not available either
* add support for Interix in dlopen_lib, bug #302575Fabian Groffen2010-02-261-5/+7
|
* fix CHOST match for arm-boxes, thanks Markus Meier in bug #291289Fabian Groffen2009-10-311-2/+2
|
* 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.