summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect usage of trap (only remove on signal at a time). (trunk r12210)Zac Medico2008-12-121-1/+2
* Fix SIGINT and SIGTERM trap handling so the temp dir always cleaned up whenZac Medico2008-11-231-4/+4
* Bug #188780 - Make the read_int() function show a more human readable errorZac Medico2008-11-231-1/+2
* Bug #173284 - Do not traverse hidden directories such as .svn or .git whenZac Medico2008-11-151-3/+5
* only use dummy echos in do_file() when running in interactive modeMike Frysinger2008-10-101-2/+3
* As suggested by grobian, treat Darwin just like USERLAND=gnuZac Medico2007-12-291-2/+1
* Fix USERLAND references to handle Darwin like BSD.Zac Medico2007-12-291-4/+5
* Call die() so that the $TMP directory is always properlyZac Medico2007-11-031-7/+6
* if mode=1 and `dialog` is not usable, abort #197990 by DominikBuerkleMike Frysinger2007-11-031-0/+7
* Bug #195949 - Add one more using_editor conditional forZac Medico2007-10-151-2/+10
* Bug #195949 - Use a different diff_command sanity checkZac Medico2007-10-151-7/+14
* add --debug option and display a message about skipping non-files so we dont ...Mike Frysinger2007-10-071-3/+9
* add standard --help/--version optionsMike Frysinger2007-10-071-1/+25
* unify diff_command handlingMike Frysinger2007-10-071-16/+19
* no need to use "function" when defining a functionMike Frysinger2007-10-031-10/+10
* this isnt part of gentoolkit anymoreMike Frysinger2007-10-031-1/+1
* Initialize PORTAGE_TMPDIR before using it.Zac Medico2007-09-291-3/+3
* Initialize ${TMP} before registering the die trap so thatZac Medico2007-09-241-1/+1
* fix possible information leak vulnerability when doing a merge of configurati...Mike Frysinger2007-09-241-11/+22
* tweak get_config() so that it only executes one external binary (sed) instead...Mike Frysinger2007-09-241-9/+15
* change directory to / in case $PWD doesnt existMike Frysinger2007-08-261-1/+3
* Make etc-update copy owner and group bits when it merges config files.Zac Medico2007-08-161-0/+2
* Use user-provided $mv_opts for -5 (bug #47442)Marius Mauch2007-06-051-1/+2
* convert `type -p` to `type -P` as noted by grobianMike Frysinger2007-04-151-1/+1
* Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro...Zac Medico2007-04-051-1/+1
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'.Zac Medico2007-03-101-2/+2
* Add compatibility code to avoid the GNU specific --reference option of chmod....Zac Medico2007-03-011-2/+6
* Add missing quotes.Zac Medico2007-02-151-1/+1
* Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ...Zac Medico2007-02-151-1/+2
* For bug #8423, make etc-update preserve timestamps when possible.Zac Medico2006-11-261-2/+0
* Add $ROOT and $PORTAGE_CONFIGROOT support for etc-update. Thanks to Jonathan...Zac Medico2006-10-101-5/+9
* Turn off file name globbing during expansion of ${find_opts} for bug #148115.Zac Medico2006-09-191-1/+2
* For bug #14321, make etc-update scan for individual files listed in CONFIG_PR...Zac Medico2006-09-161-2/+10
* Use a specialized read_int function to read integer input for bug #143881. T...Zac Medico2006-08-291-4/+18
* fix whitespaceMike Frysinger2006-08-281-15/+15
* include filename in submenu so we know exactly what we are working onMike Frysinger2006-08-221-1/+2
* add space before promptMike Frysinger2006-08-051-1/+1
* Fix broken if/elif statement.Zac Medico2006-07-201-2/+2
* Make user_special() return 1 if none of the patterns in /etc/etc-update.speci...Zac Medico2006-07-191-2/+1
* add support to prevent auto-processing for user-special files that match a pa...Marius Mauch2006-07-191-2/+16
* use eval to allow shell expansion in config fileMarius Mauch2006-07-191-5/+7
* Only call portageq onceMarius Mauch2006-07-191-3/+8
* update mtime after replacing config filesMarius Mauch2006-07-191-0/+2
* add notice about remaining updates on exitMarius Mauch2006-07-191-1/+7
* add option to discard config updatesMarius Mauch2006-07-191-3/+25
* Show full path when auto-mergingMarius Mauch2006-07-191-1/+1
* ensure we have the necessary accessMarius Mauch2006-07-191-0/+2
* Remove unnecessary PORTAGE_CALLER exports.Zac Medico2006-06-251-2/+0
* Fix signal handling for bug #96331. Thanks to S. Caglar Onur <caglar@pardus....Zac Medico2006-06-131-2/+2
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1