summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
Commit message (Collapse)AuthorAgeFilesLines
...
* 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