summaryrefslogtreecommitdiffstats
path: root/pym/portage_data.py
Commit message (Collapse)AuthorAgeFilesLines
* Call the bogus lchown() once so that the warning is seen asap.Zac Medico2006-06-071-0/+1
| | | | svn path=/main/trunk/; revision=3467
* If lchown is unavailable for some unexpected reason, make all lchown calls ↵Zac Medico2006-06-071-4/+7
| | | | | | print a warning message (bug #135398). svn path=/main/trunk/; revision=3466
* Wheel != secpass=1, so kill it. Wheel grants you nothing wrt portage perms.Alec Warner2006-05-141-4/+1
| | | | svn path=/main/trunk/; revision=3353
* Add cfg-update to the list of happy config file managers.Alec Warner2006-04-301-2/+2
| | | | svn path=/main/trunk/; revision=3290
* Update portage config update messages to mention dispatch-conf (in addition ↵Zac Medico2006-04-301-1/+2
| | | | | | to etc-update). Thanks to genstef for reporting this. svn path=/main/trunk/; revision=3283
* Document portage_data.secpass and give secpass=0 to users that are not in ↵Zac Medico2006-03-131-2/+12
| | | | | | the "portage" group. svn path=/main/trunk/; revision=2866
* generalize the BSD checks.Brian Harring2006-02-161-1/+1
| | | | svn path=/main/trunk/; revision=2717
* Robert Sebastian Gerus: add support for DragonFly #122976Mike Frysinger2006-02-161-1/+1
| | | | svn path=/main/trunk/; revision=2716
* add NetBSD to the BSD list #112393Mike Frysinger2005-11-131-1/+1
| | | | svn path=/main/trunk/; revision=2304
* 68928-spawn-command-isabs-zmedico.patch (spawn included "." in PATH)Jason Stubbs2005-09-011-2/+3
| | | | | | | | | | | | | | 98727_sleep_locale_cleanup.patch (sleep was defined twice for "." and "," locales) 98827_lchown_normal_files.patch (lchown was being used on known-to-be-regular files) 98827_darwin_noop_lchown.patch (lchwon was aliased to chown on darwin) 99101_ccache_perms_adjust.patch (perms test and adjustment didn't match) 99120_uid_gid_mixup.patch (portage gid used in place of uid) 99418_merge_retcode_ignored.patch (dispatch-conf ignored result of merge command) 100382_incomplete_world.patch (versioned atoms were not being added to world) broken-stat-perms.patch (result of conditional execution being unconditionally tested) svn path=/main/branches/2.0/; revision=1960
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+85
svn path=/main/branches/2.0/; revision=1941