summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
Commit message (Collapse)AuthorAgeFilesLines
...
* Make etc-update copy owner and group bits when it merges config files.Zac Medico2007-08-161-0/+2
| | | | svn path=/main/trunk/; revision=7636
* Use user-provided $mv_opts for -5 (bug #47442)Marius Mauch2007-06-051-1/+2
| | | | svn path=/main/trunk/; revision=6735
* convert `type -p` to `type -P` as noted by grobianMike Frysinger2007-04-151-1/+1
| | | | svn path=/main/trunk/; revision=6411
* Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND ↵Zac Medico2007-04-051-1/+1
| | | | | | from the profile instead (bail out if necessary when USERLAND is unset). svn path=/main/trunk/; revision=6341
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'.Zac Medico2007-03-101-2/+2
| | | | svn path=/main/trunk/; revision=6203
* Add compatibility code to avoid the GNU specific --reference option of ↵Zac Medico2007-03-011-2/+6
| | | | | | chmod. Thanks to Timothy Redaelli <drizzt@gentoo.org>. svn path=/main/trunk/; revision=6115
* Add missing quotes.Zac Medico2007-02-151-1/+1
| | | | svn path=/main/trunk/; revision=5970
* Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ↵Zac Medico2007-02-151-1/+2
| | | | | | this patch from bug #166837. svn path=/main/trunk/; revision=5969
* For bug #8423, make etc-update preserve timestamps when possible.Zac Medico2006-11-261-2/+0
| | | | svn path=/main/trunk/; revision=5135
* Add $ROOT and $PORTAGE_CONFIGROOT support for etc-update. Thanks to ↵Zac Medico2006-10-101-5/+9
| | | | | | Jonathan Adamczewski <jadamcze@utas.edu.au> for this patch from bug #150370. svn path=/main/trunk/; revision=4645
* Turn off file name globbing during expansion of ${find_opts} for bug #148115.Zac Medico2006-09-191-1/+2
| | | | svn path=/main/trunk/; revision=4476
* For bug #14321, make etc-update scan for individual files listed in ↵Zac Medico2006-09-161-2/+10
| | | | | | CONFIG_PROTECT. svn path=/main/trunk/; revision=4460
* Use a specialized read_int function to read integer input for bug #143881. ↵Zac Medico2006-08-291-4/+18
| | | | | | This uses a subshell to work around bash's tendency to break out of a loop whenever an integer conversion fails. svn path=/main/trunk/; revision=4375
* fix whitespaceMike Frysinger2006-08-281-15/+15
| | | | svn path=/main/trunk/; revision=4364
* include filename in submenu so we know exactly what we are working onMike Frysinger2006-08-221-1/+2
| | | | svn path=/main/trunk/; revision=4320
* add space before promptMike Frysinger2006-08-051-1/+1
| | | | svn path=/main/trunk/; revision=4154
* Fix broken if/elif statement.Zac Medico2006-07-201-2/+2
| | | | svn path=/main/trunk/; revision=3972
* Make user_special() return 1 if none of the patterns in ↵Zac Medico2006-07-191-2/+1
| | | | | | /etc/etc-update.special are matched. svn path=/main/trunk/; revision=3953
* add support to prevent auto-processing for user-special files that match a ↵Marius Mauch2006-07-191-2/+16
| | | | | | pattern in /etc/etc-update.special svn path=/main/trunk/; revision=3936
* use eval to allow shell expansion in config fileMarius Mauch2006-07-191-5/+7
| | | | svn path=/main/trunk/; revision=3935
* Only call portageq onceMarius Mauch2006-07-191-3/+8
| | | | svn path=/main/trunk/; revision=3934
* update mtime after replacing config filesMarius Mauch2006-07-191-0/+2
| | | | svn path=/main/trunk/; revision=3932
* add notice about remaining updates on exitMarius Mauch2006-07-191-1/+7
| | | | svn path=/main/trunk/; revision=3931
* add option to discard config updatesMarius Mauch2006-07-191-3/+25
| | | | svn path=/main/trunk/; revision=3930
* Show full path when auto-mergingMarius Mauch2006-07-191-1/+1
| | | | svn path=/main/trunk/; revision=3929
* ensure we have the necessary accessMarius Mauch2006-07-191-0/+2
| | | | svn path=/main/trunk/; revision=3928
* Remove unnecessary PORTAGE_CALLER exports.Zac Medico2006-06-251-2/+0
| | | | svn path=/main/trunk/; revision=3649
* Fix signal handling for bug #96331. Thanks to S. Caglar Onur ↵Zac Medico2006-06-131-2/+2
| | | | | | <caglar@pardus.org.tr> for this patch. svn path=/main/trunk/; revision=3505
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* use just [[...]] instead of ((...)); especially when dealing with user inputMike Frysinger2006-04-181-15/+18
| | | | svn path=/main/trunk/; revision=3175
* `` must dieSimon Stelling2006-04-151-22/+22
| | | | svn path=/main/trunk/; revision=3155
* exit if user hits the cancel button in dialog mode; bug 108137Simon Stelling2006-04-131-2/+2
| | | | svn path=/main/trunk/; revision=3141
* don't declare input as integer, or etc-update will crash whenever the user ↵Simon Stelling2006-04-131-1/+1
| | | | | | enters some non-integer value; bug 55082 svn path=/main/trunk/; revision=3140
* ignore backup files when scanning for ._cfg????_*; bug 121401Simon Stelling2006-04-131-1/+1
| | | | svn path=/main/trunk/; revision=3139
* don't display the ._cfg???? files anymore but instead the number of updates ↵Simon Stelling2006-04-131-10/+2
| | | | | | for each file; bug 69845 svn path=/main/trunk/; revision=3138
* Revert r3129 and r3130 because they don't solve bug #129515.Zac Medico2006-04-111-6/+1
| | | | svn path=/main/trunk/; revision=3132
* Make etc-update play nice with symlinks for bug #129515. Thanks to Patrick ↵Zac Medico2006-04-111-1/+6
| | | | | | McLean for the initial patch. svn path=/main/trunk/; revision=3130
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* grab fixes from trunkMike Frysinger2005-11-021-15/+25
| | | | svn path=/main/branches/2.0/; revision=2250
* merge tweaks from trunkMike Frysinger2005-11-011-9/+11
| | | | svn path=/main/branches/2.0/; revision=2224
* add a sanity check for diff before using it #48184Mike Frysinger2005-09-181-4/+8
| | | | svn path=/main/branches/2.0/; revision=1998
* 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/+407
svn path=/main/branches/2.0/; revision=1941