[Solved] Patch for idle3-tools

Package aur/idle3-tools (0.9.1-1) installs a binary under /sbin and is thus affected by the recent /usr/bin consolidation; indeed, it was one of a handful of packages on my system that I uninstalled so I could do the upgrade.
I have flagged the package and no doubt the maintainer will attend to it in due course, but to try and help out a bit I include below the changes necessary to make the package install in a post-consolidation Arch environment. Cursory searches of the source do not suggest the presence of any (other) hard-coded paths, and the binary appears to be operable from the new location, so it's only a build issue.
(1) arch-usrbin-makefile-fix.diff (as file)
--- src/idle3-tools-0.9.1/Makefile 2011-05-31 18:48:52.000000000 +1000
+++ src/idle3-tools-0.9.1/Makefile 2013-06-08 11:41:02.000000000 +1000
@@ -3,10 +3,10 @@
# DESTDIR is for non root installs (eg packages, NFS) only!
DESTDIR =
-binprefix =
+binprefix = /usr
manprefix = /usr
exec_prefix = $(binprefix)/
-sbindir = $(exec_prefix)sbin
+sbindir = $(exec_prefix)bin
mandir = $(manprefix)/share/man
oldmandir = $(manprefix)/man
(2) PKGBUILD.diff (to make a new PKGBUILD) -- In addition to including the above patch, it also corrects issues identified by namcap (full package name appearing in description, and an apparent dependency on glibc)
--- PKGBUILD 2011-07-18 20:08:00.000000000 +1000
+++ PKGBUILD 2013-06-08 12:23:41.000000000 +1000
@@ -3,14 +3,18 @@
pkgname=idle3-tools
pkgver=0.9.1
pkgrel=1
-pkgdesc="Idle3-tools provides a linux/unix utility that can disable, get and set the value of the infamous idle3 timer found on recent Western Digital Hard Disk Drives."
+pkgdesc="A linux/unix utility that can disable, get and set the value of the idle3 timer found on recent Western Digital Hard Disk Drives."
arch=('i686' 'x86_64')
url="http://idle3-tools.sourceforge.net/"
license=('GPL')
-source=("http://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz")
-md5sums=('797d8775b80b7b7b67a1f8b0a5b41f30')
+depends=('glibc')
+source=("http://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz" arch-usrbin-makefile-fix.diff)
+md5sums=('797d8775b80b7b7b67a1f8b0a5b41f30' '10468e498dcd772180a73934435a001e')
build() {
+ #Patch Makefile per ArchLinux /usr/bin consolidation of June 2013
+ patch -Np1 -i ${srcdir}/arch-usrbin-makefile-fix.diff
+
cd ${srcdir}/${pkgname}-${pkgver}
make
As this is the first time I have actually constructed a patch myself and made it available, any (constructive) feedback is welcome; I tried to make as few changes as possible to the original files, so apologies if I missed correcting/adjusting things that should have been changed as well.
I will of course add a comment to the package page in AUR noting this topic.
Last edited by aexoxea (2013-07-19 15:32:20)

WonderWoofy wrote:
There are those free single public file hosting sites that y[o]u can use.
[#1284856]
Good point. I admit I've never looked into such services, but if I'm going to help out with things like this I probably should . I'll do some research, unless there are some particular services you (and/or the ArchLinux community in general) recommend...?
WonderWoofy wrote:
Otherwise, I would say that since the package has not been updated since it was first uploaded, you should email the maintainer and see if you get a response.  I doubt that you will since it was uploaded and last updated in 2011.  If you don't get a response for two weeks you can then email aur-general and have the package orphaned so that you can adopt it.
[#1284856]
Fair enough. The maintainer updated another package in AUR seven weeks ago, so there's reason to believe that they'll respond. I'll give them a bit of time to do so (as there's a workaround, per this thread), and will then follow through as you suggest; I'll also post updates here for anyone interested.
The lack of updates is likely due to upstream not having issued a new version since the package was uploaded (and the last commit to upstream is dated 24 January 2012); it's possible the tool is unmaintained upstream, though it does seem to get several hundred downloads each month (per SourceForge's stats) and there aren't lots of complaints plastered all over the discussions/bugs, so who knows?

Similar Messages

  • When will a patch for Norton tool bar and Firefox 30.00 be available.

    Version 30 is incompatible with the Norton toolbar. When will a patch be available?

    You message says the Norton toolbar version you have is incompatible with Firefox 30.0, not the other way.
    About the only good thing with Norton is that they have had a Live update patch for their toolbar extension ready within a day of a new major Firefox release ever since Fx 5.0
    Unlike with most extensions, the extensions that tie in with say a antivirus on Windows needs to be updated for each new major Firefox version .exe.

  • [SOLVED] Patch For Openbox In Repos Needed

    I just experienced a crash in openbox due to java. This fix works (scroll to last reply):
    https://bbs.archlinux.org/viewtopic.php?id=130654
    I just realized that when I updated to "3.5.0-5" a while back this had still not gotten fixed. I tested the same fix and it works. Not sure how to implement a patch or if this can be done so that other people do not have to experience this. Not sure why it never got fixed as the fix was found on their bug tracker before this last release. I know that a lot of our packages are pretty vanilla so I am not sure what the official policy is on this is or if an alternate PKGBUILD would have to be created. I am interested in any feedback on this. Thanks.
    Last edited by dodo3773 (2012-03-31 05:13:34)

    tomk wrote:
    The patch in that bug report was submitted by the bug reporter in October 2011, and the status is still "ASSIGNED" i.e. no fix has been applied yet, despite the patch submission. Also, Openbox 3.5.0 was released in August 2011, so clearly it does not include this patch.
    Arch policy here is to continue to provide the current stable upstream release. You should contact the Openbox developers regarding the fix for this problem.
    Thanks for the clarification. The reason I was confused is that sometimes in a PKGBUILD I see patch files. Marking thread as solved. I hope they fix this in the next major release / before we get another version update to 3.5.0-6.

  • Version Numbers Vs. Patch Levels For Web Tools

    I have noticed that version numbers for Web Tools such as 620, 621, 622, 624, 625, 627, and 628 correspond somehow to the patch level (6, 8, 10, etc.). What is the difference between the version numbers and patch levels, and which ones match up with which?

    Hi Michael,
    Prior to p10, the last digit of the version corresponds to the patch level.
    From p10 going forward, the last set of digits represents the patch.
    Patch 10 is 2007.0.630.10
    Patch 11 will be 2007.0.631.11
    The version will only change if there are upgrade scripts that need to run for the patch.

  • Patch for modbin6-1.00.38.exe is out.. "2MBIOS.BIN can't open!" Solved.

    Hi mates,
    ive decide to make a patch for modbin6 1.00.38 to improve stability and minise risk of modding the BIOS. for users which is reading this post if never heard about MODBIN better avoid reading below. its nice program for basic BIOS mod, simple to use, but very danger in the same time couse mess with BIOS and inproperty using may couse disaster. im not gona advert or to invite persons to use it. just wana make this program to be used normally to bring stability and minise risk of making corrupted BIOSes.. for persons which is already using it and have experience with him or with person Enthu which is wana try it and they dont worry if mobo may caouse for trash. there is 2 reasons to making this patch.
       1. couse sometimes im using it there is features on it wchich gives basic stuffs, unlocking hidden features locked by manifacturer(sometimes really usefull especially for DIMM Vcore..). so there is a nasty bug on it which gona explain later. most of persons who is using MODBIN know about it. so that patch will spend me alot of time and minimise risk of mistake during avoiding bug couse operation need several procedure and automatised will risk free and much fastern.
       2. to bring ability for most stable operations to persons which is already using it when need.
    but lets talk about the patch. everyone know that nasty issue with MODBIN(made it by Borg N1,part from his collection). bug is program wont safe BIOS file  and quiting with Abnormal program termination.... gives this one message: !!!File
    2MBIOS.BIN can't open!Thanks for using ModBin6 1.00.38  how nice ...
    here is Borg N1 advices:
    Quote from: Borg Number One on 16-July-05, 05:24:51
    Hi.
    It is a kind of sad fact that many users just know how to use the mouse and keyboard. 
    Well, you have to configure your config.sys (Win9x/ME) or config.nt to run MODBIN6
    (e.g. MODBIN6 2.01.01 (06/25))
    in Windows prompt/console without problems.
    The " FILES " & " BUFFERS " values are the important values.
    http://www.xtremesystems.org/forums/showthread.php?t=45538
    http://www.xtremesystems.org/forums/showthread.php?t=63210&highlight=config.nt
    +++ BNOBTC & BNOBLG +++
    http://bnobtc.pix-art.com
    Borg advices is good but unfortuanly doesnt fix that bug... seems author dont have much idea why this is happend...error is constant ... Pure DOS also can't help... i wana add few more tips to the Borg's ones to improve stability when using  modbin, after that will talking about patch.
    TIP: navigate to this folder and open config.nt file:  %SystemRoot%\system32\config.nt
    at the end of file add this ones:
    dos=high, umb
    device=%SystemRoot%\system32\himem.sys /CPUCLOCK:ON /HMAMIN=64
    FILES=40
    BUFFERS=40
    STACKS=9,256            -----> Preserving 039A-045Eh   3,152   Sys  039Ah Stacks, 0552h DOSX
    Also MODBIN doesnt work well with long filenames.... etc "document and settings\my profile\desktp\modblabla" if not gona work property and there is a big chance of failure will load but after saving will have problems to update BIOS "core"(original.tmp) so always use 8.3 syntax standart .... best way from root directory make subdir whcih name to no NOT exceed 8 symbols... etc C:\123,C:\MYFLASH,C:\ROFL
    without TIPs it is really big gamble with BIOS....
    Aslo that will prevent Stack Overflow error when BIOS is loading....
    NOTE: To activate changes just quit from any DOS interpretators like(4nt,command.com,cmd and so on). and re-run it. Reboot OS is not requred.
    here how to do:
    Also when executing MODBIN put below executable file this ones without quotes "loadfix forcedos modbin6-1.00.38.exe"
    and ofcourse nasty error is waiting us... "2MBIOS.BIN can't open!Thanks for using ModBin6 1.00.38"
    Patch which iv maked gona RIP this error forever.
    Download: modbin6_1.00.38
    Download: MODBINPATCH
    What patch need? and how to use it? I named patch "Dynamic Patch for modbin" Couse isnt make modification on MODBIN program but momory his parent process when is loaded into memory.
    tips suggested below is recommended but not nesecery for the patch.. patch need MODBIN and your BIOS file (modbin6-1.00.38.exe and mybios.bin) to be copied to systemroot drive(usually C) in folder MSI etc put modbin6-1.00.38.exe and mybios.bin(BIOS which you gona mod) to C:\MSI
    Patch make checking if folder doesnt match will not continue....
    How to use it..... Copy modbin6-1.00.38.exe and mybios.bin to C:\MSI, then from command prompt navigate to C:\MSI and execute "loadfix forcedos modbin6-1.00.38.exe" after that load your BIOS file... when loading is complete navigate to your patch folder and execute patchMSI.exe.... takes 10 seconds to complete after that make active "white" window and enter "Q" then hit ENTER key both windows will be closed, after that return to your modbin window, make what you gona make and save BIOS file like normal procedure... Method is founded and tested by me from years below never let me down(never brings corrupted BIOS), but just today ive made patch couse was too lazy... also Borg's MODBIN can work with most of all chipsets which is using AWARD Modular based... NOTE: K9 isnt tested. the most of here you can view how exacly to do it and differents with and without patch:
    here is one more think some time maybe usefull from me:D
    Here is 1st little short trick:(no analog anywhere, like patch only here can be found if accepted):
    How to reset BIOS if you have nothink? Examples if you are administrator/PC-support or any and must fix same PC but the BIOS has an password?! And you dont have permision to open Case to reset CMOS(couse PC has an sticker with Warantly (and removing that sticker couse lost pc warrantly) You need access to BIOS to re-check,configure somethink there but its password protected. anyway there could be many situation. what we need? nothink special just bootable DOS(or analog- PC-DOS or whatever,doesnt matter where will boot(cd,flash disk,hdd)), no extended commands.[io.sys(jo.sys),command.com] - files requred to boot Here we go:
    boot from desired device.when you see command prompt etc.: "A:\,C:\"
    We will write a program without any languich..directly in PC code..(without compilator), direct in machine code.
    write this:
    copy con ffs.com|ffs          *comment None
    176.230p144144230q195     *comment Hold "ALT" and write number
    ^Z                                  *comment "CTRL+Z" then hit "Enter"
    Explain:
    copy(internal command)
    con (command line switch)
    ^Z (CTRL+Z)
    NOTE: Numbers in second line must be written with holdon "ALT" key and specified numbers.(ASCI Code). Non numbers symbols is normal keyboard selection. on input display should look like:
    copy con ffs.com|ffs                   
    ░.цpРРцq├                                 
    ^Z                                           
    Program is 9 bytes long... (simple but high effective)
    Thats it.Reboot Computer... password is gone. CMOS is reseted to default values. Tested on Award 4.0,6.0, AMI BIOS. Break all..
    and finaly again:
    **To All readers of this thread: Please note that this thread is with regards to Self-Modding BIOS and are of NO Official Testings from MSI. MSI will not be responsible for ANY Damage caused from requesting these self modded BIOSes! Please mind that you'll ONLY request and flash AT YOUR OWN RISK!!!** also MODBIN Author(Borg N1) and me is dont are NOT  responsible for ANY Damage caused by MODBIN or Add On Patch. (i didnt think there is risk exit must must said that warning....couse playing with BIOS is always risky). Happy Tweaking. 

    Well, I was wondering if the system not allowing the tty to change ownership -- but root also has the problem.
    You might try checking which shell is set for your users in /etc/passwd, and then check that the shell really exists at the specified path, and that it is executable.  You might also check that the home directory for you users (also specified in /etc/passwd) is mounted and your user has the appropriate rights to that directory.
    Other than that, I am running out of altitude, airspeed and ideas all at the same time.  There was one thing in your trace I did not understand.  Why is your system looking to the floppy drive?  I wonder if that is contributing to the problem.

  • Will there ever be patches for Flash 8?

    I just wondered if Adobe intends to issue patches for Flash 8
    instead of just Flashplayer. I reported bugs over a year ago that
    were taken up as existing and have not heard a word since. Does
    anyone know what is happening?
    Brian

    Walter,
    thanks for the reply. Yes - truly irritating!
    Although some can't be classified as true "bugs" but are
    clearly usability issues.
    I can add to that list with a few of my own - i will pick
    one:
    Properties Panel, the field that displays the frame number of
    a nested animation in a Graphic
    symbol. It is only wide enough to show 2 digits, so any
    nested animations 100 frames or longer will
    not show the entire number of frames - very annoying when you
    spend a lot of time typing in frame
    numbers to control graphic symbols and nested animations.
    I have included the items from your list that are not already
    on mine and will do what i can to see
    that the next version of flash solves some of these issues.
    And yes - not having the ability to export movie clips and
    effects to video format is the biggest
    bummer for flash 8 - i knew it during the BETA and know it
    all too well now. But I haven't regarded
    it as a total loss - i choose to find work-arounds and
    thankfully www.flashants.com has a tool
    called SWF2Video - it has saved me on many flash to video
    projects that included graphics that had
    to have bitmap filtered effects.
    anyway - i appreciate your reply and if you have anymore
    gripes - send em my way please.
    -chris
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    Walter Elias wrote:
    >
    quote:
    Originally posted by:
    Newsgroup User
    >
    > What is it about Flash 8 that is not working for you?
    You haven't mentioned it
    > yet I don't think.
    >
    > ******************************************
    >
    >
    > 1)
    > I use Flash heavily to produce television animation. I
    use a TV-safe color
    > pallette which has several hundred colors. Now try this:
    add some colors to
    > your Flash color pallette. Bring it to more than 100
    colors. Then try selecting
    > a new color in the Color Mixer or clicking the color
    swatch on the Tools panel.
    > Guess what? The swatches go off the screen. There is no
    way to access any
    > swatches other than the lower 60 or so. You can't resize
    or drag that pallette
    > window. This was untrue in earlier versions of Flash. I
    can't tell you how
    > badly this slows down work for me and all my fellow
    animators. The
    > ex-macromedia tech people told me they flagged this as a
    "critical" issue.
    > Seems to me it would be simple to revert to the earlier
    methods of handling the
    > swatch windows and release a patch.
    >
    > 2) Apply timeline ActionScript to an object. Then on a
    later frame put a mask
    > on the timeline and apply it to that object. The
    ActionScript controlling the
    > object stops working. Same in reverse: if there's a mask
    that is removed, the
    > timeline AS stops working. Workaround: repeat the Action
    Script at every frame
    > where a mask starts and stops. This was also a bug in
    Flash 7. Macromedia tech
    > support worked with me for several weeks on this, and
    finally rated this to be
    > a "critical bug".
    >
    > 3) Put any movie clip on the timeline. Do not give it an
    instance name. Add a
    > keyframe later in the movie. On that later keyframe,
    give the movie clip an
    > instance name. Then put some ActionScript on the
    timeline that refers to that
    > movie clip's instance name. It won't work. You have to
    go back and apply the
    > same instance name to every instance of that movie clip
    anywhere on the
    > timeline, even before the AS appears. Otherwise it won't
    work. Can you imagine
    > the agony of having produced a complex animation with
    hundreds of keyframes,
    > only to later decide to apply a script to several movie
    clips. You have to go
    > back and apply instance names to every one of the
    hundreds of previous
    > instances of those movie clips, or the script won't
    work.
    >
    > Is that enough? Shall I continue with all the irritating
    little user interface
    > bugs? Such as the Controller window, which you used to
    be able to tuck away
    > beneath the Tools pallette, without sacrificing screen
    real estate. But now it
    > can only appear above the timeline, which means you have
    to sacrifice a bit on
    > the size of the stage. When doing animation, every pixel
    of viewable area is
    > important!
    >
    > I could go on and on. Most of the bugs I found are
    simple to fix, since most
    > of them were not bugs in Flash 7!
    >
    > To be very honest, even though I'm a designer and
    animator, I find the
    > 'graphic enhancements' in Flash 8, like the filters, to
    be mostly useless. If
    > my clients didn't require that I use Flash 8 so that I
    can send files back and
    > forth with them, I'd do like a huge number of animators
    I know and go back to
    > Flash MX (version 6), the last stable, elegant and truly
    user-friendly version
    > of Flash.
    >

  • Deskjet 710/720/810/820/1000 Series printers - Patch for 64 bit Vista and Windows 7

    There is an issue with the 64 bit Vista, Windows 7 and Windows 8 or 8.1 drivers that causes the spooler to crash with the following HP Deskjet printers:
    Deskjet 710    
    Deskjet 712 
    Deskjet 720 
    Deskjet 722 
    Deskjet 810 
    Deskjet 812 
    Deskjet 820 
    Deskjet 822 
    Deskjet 1000 
    The attached file contains a patch for this issue for Vista and Windows 7.
    [The patch does not currently work for Windows 8 or 8.1 x64 systems.  There are some efforts to address this, if a solution is developed it will be posted here.  {Edit - I have not made any progress in getting the patch to work in Windows 8 x64.}]  
    First make sure the driver for the printer is installed.  If the driver has not been installed go to Start, Devices and Printers, Add a Printer, Local Printer, choose the proper port (for USB-Parallel converters the port will likely be USB001: or perhaps USB002: ), Next, click Windows Update then choose HP for the manufacturer and select the appropriate printer.   
    Apply the patch as follows: Log into the computer with an administrative account.  Download the patch by clicking on this link or on the paper clip at the end of this post.  Save the patch file to your computer, then unzip it.  Next copy the three DLL files to the following directory:  %windir%\system32\spool\drivers\x64\3   
    Note that %windir% is a system variable that points to the location of the Windows directory. For most systems this will be C:\Windows.  You can click Start, Computer and type %windir%\system32\spool\drivers\x64\3 in the address bar and it will find the right place.
    This can be done from a DOS prompt if DOS is opened with the "run as administrator" command, or from explorer with a copy and paste.  Depending on your UAC settings you may need to provide confirmation.  Also allow the current files to be overwritten if prompted.
    This patch is not required and should not applied to a 32 bit version of Vista or Windows 7.
    Thanks to extraordinary Microsoft engineer Alan Morris for guidance for the patch.
    Update - the following are more detailed installation instructions:
    Download the patch from here. Now click on the file and open it, then extract the patch to some directory that is easy to find. (I use c:\temp. If this directory does not exist you can create it as follows: open the administrative DOS prompt by clicking on Start, All Programs, Accessories, then right click on CMD.EXE and select Run as Administrator. Click in the DOS box then type the following:
    MD c:\temp
    CD \temp
    Now extract the patch files into the c:\temp directory (extract all, chose c:\temp as the destination).
    [Update - Windows security settings may prevent these files from being used, please open Computer, type c:\temp in the address bar and then right click on each of the dll files and select Properties.  If there is a message in Properties indicating the file was downloaded from the internet and may be blocked then unblock the file before proceeding.]
    Next click back in the administrative DOS prompt and type the following: (stuff in green is comments, do not type them...)
    DIR *.dll (this is just to verify the files are there, it should list hpvdb720.dll, hpvdb820.dll and hpwm5db1.dll and perhaps others.)
    Net stop spooler (makes sure the files are not in use.)
    Copy  hpvdb720.dll  C:\windows\system32\spool\drivers\x64\3 (this is for the Deskjet 710/712/720/722)
    Copy  hpvdb820.dll  c:\windows\system32\spool\drivers\x64\3 (this covers the Deskjet 820 and 822)
    Copy  hpwm5db1.dll  c:\windows\system32\spool\drivers\x64\3(this covers the Deskjet 1000)
    Net Start Spooler
    Exit
    [Edit - note that these DLL files will already be in the directory.  You will get a warning asking if it is OK to overwrite the files, say "yes".]
    At this point the patch is installed and ready to print.
    Note that the printers here do not support USB connections, they have only parallel ports. [Edit - if your printer does have a parallel port use it, this will likely be much less problematic than using a USB-Parallel converter.]   If you use a USB-parallel converter make sure it is supported in your operating system.  The following posts are flagged with USB-parallel cables that are reported to work in Windows 7.   A driver is required for the USB-parallel converter in addition to the driver for the printer.  For supported converters this is typically supplied automatically in Windows 7.  Note:  the proper port to select for the USB-Parallel converters is often USB001:.  I have heard of some cases where the port was USB002: or LPT3: as well.  If the port you are using does not succeed (after applying the patch) try changing the port by going to Start, Devices and Printers, right click on your printer and select Printer Properties, then click on the Ports tab.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V
    This question was solved.
    View Solution.
    Attachments:
    DJ_Patch.zip ‏34 KB

    Just want to send a thanks.  Purchased a new HP computer with 64 bit Windows 7 and haven't been able to get my 722c to work. This patch worked like a charm!

  • A problem with Client Security Solution patch for Mozilla Firefox3

    After I updated Client Security Solution to 8.20, the password manager cannot work in FF3 again.When I tried to reinstall the patch, it asked me whether to overwrite the files or cancel.  Then it indicates 'This patch has already been installed on this computer', but the problem exsits.

    Borntofly, I am glad that you brought this up as I have not been able to successfully use FF3 with CSS 8.1 or 8.2 and have provided feedback in this thread:
    http://forums.lenovo.com/lnv/board/message?board.id=Special_Interest_Utilities&thread.id=937&view=by...
    As much as I would like to upgrade to FF3, I have not had any success in either using the manual configuration changes noted in the above thread or by using the CSS Patch for FF3 provided by Lenovo on 8/6/08 found here:
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-70132
    This patch appears to duplicate the manual efforts provided by member KTP in message 12 in the above provided link from what I can see.
    I have never had an issue using the TV password manager and IE7.  It is a very reliable combination.
    I have no issues at all using FF 2.0.0.16, CSS 8.1 or 8.2 (now on 8.2), and Thinkvantage (TV) Password Manager 3.00.0106.00 (came with CSS 8.2).  I have never had Lenovo Password Manager on my T60.  Everything works reliably well with this combination.
    In 3 hours of work yesterday, I was able to get TV Password Manager to show up in the FF3 add-ons as TV Password Manager 3.01 and this is the only way I was able to make it work, but only for a single browser session:
    1. Tools --> Add-Ons
    2. Disable TV Password Manager, then restart FF3
    3. Tools --> Add-Ons
    4. Enable TV Password Manager, then restart FF3
    5. TV Password Manager will work for the duration that I am using the browser session
    Once I close FF3 and reopen it, TV Password Manager no longer works.  The only method I have found to "reset" everything is to perform the above sequence, but again it only works for the single browser session.  It is very consistent.  Although in does not show this in the Add-Ons page, it almost appears that the TV Password Manager add-on is disabled after I close the browser and needs to be manually disabled then enabled as noted above.  If this is due to a conflict with other software on my laptop, I have not been able to determine this.
    In my efforts yesterday, I spent time uninstalling CSS 8.1 or 8.2, FF, and even removed registry entries related to these packages in order to start with a fresh install, all without any success.  I tried fresh installations and added the manual changes promoted by KTP and also tried fresh installations using the Lenovo patches, all without success.  I made attempts to troubleshoot to root cause by removing all add-ons except TV Password Manager, and also tried preventing certain software from installing at startup via msconfig, as well as multiple settings changes within FF3, all to no avail.  Again FF 2.0.0.16 continues to work very well with little effort on my part.  I simply install the software and ensure that TV Password Manager 2.0 in installed in the add-ons and that's it.
    In the above FF3 thread, it appears that others have had success with KTP's changes so I am a little frustrated that I cannot make FF3 and TV Password Manager work reliably.  I have FF2 and IE7 working so I have plenty of good alternatives at this time.  I will post this at the FF3 above as well to see if anyone has any feedback. 
    Moderator(s), do you wish for this thread to be integrated in the original thread for this issue?
    T60, 8744-5BU: 2.0 GHz T7200, 4 GB RAM, 15.4" WSXGA+, 1680x1050 ATI Mobility Radeon X1400, Win 7 Ultimate w/SP1 - 64-bit

  • Server 2008 r2 Dec 10 patches stops snipping tool

    I have 3 2008r2 terminal servers, somehow after the Dec 10, 2014 patches the snipping tool no longer works on two of the servers.
    I am running Office 2010 Pro Plus
    Error message is 
    The Snipping Tool in Not working on your computer right  now.  Restart your computer and try it again.
    Wayne

    Hi,
    Good to hear that and thanks for sharing.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • What is Sun's answer about PCA  patch manager free tool ?

    Hi all,
    this post aims on echoing customers'feedback.
    from customers'experience it seems that smpatch from patch manager tool is suffering of a lack of reliability.
    One of them moved to a new freeware called PCA-Patch Check Advanced
    http://www.par.univie.ac.at/solaris/pca/
    From PCA Web Site we can read:
    Sun has offered various tools in the past to analyze Sun/Solaris systems for patches which are installed or missing, e.g. PatchDiag, PatchCheck, PatchPro, smpatch (see the Sun Patch Portal for details). Some of them are not actively maintained, some are huge and opaque, some don't run on older Solaris releases or stripped-down machines. None of them really made me happy. Based on PatchCheck source I implemented PCA, which gets rid of the disadvantages of Sun's own tools.
    I would like to know what is Sun's position and could it be possible to integrate such a tool ?
    Thanks.
    Malek.

    - Sun is always interested in customer feedback, and is interested in
    the concerns expressed here.I'd also very muck like Sun to be interested in fixing the customers problems, which has not been done in my cases. No solution or explanation has been given to my many cases opened on smpatch, and this, even though in some cases, patches were made (months later): I was never told about them. Which makes me wonder about the point of having paid support contracts in the first place.
    But since UM was developed by interns, it's no wonder there's trouble maintaining it (how do I know? I've been an intern doing Java development, and I made the exact same beginner's mistakes, not knowing to handle exceptions, leaving debug output on stdout, being unable to make proper localisation).
    It's obviously not the work of experienced Java programmers. Hard to trust it...
    - We do understand that opaque is bad, but one of Sun's goals is to
    provide complex analysis beyond matching patches with installed
    packages. This analysis and its support processes will necessarily
    be somewhat opaque.What analysis are you talking about? smpatch is not even able to tell me that security fixes are available for NSS, which has been part of Solaris for years. PCA does.
    And what about Studio? Why can't smpatch tell me there are patches for that, too? And why aren't free patches, that are neither recommended nor security (such as the man patches) shown by smpatch when running without a contract?
    - We are interested in the concerns surrounding stripped-dow
    systems, and are considering a "light" version of our tools that would
    support minimal systems. However at this time there are no plans to
    release a light version.And what about systems without a network?
    And what about not forcing me to read and agreeing to a, abusive license agreement, which can't even be printed, nor shown full screen (5 lines at a time!)?
    And, please, can you explain me why I should agree to respect Reuters so-called intellectual property? What does it have to do to with keeping my systems up to date reliably and easily? Is it a competition between Sun and Microsoft to put the most ludicrous licenses on line?
    Anyway, I'm sure Solaris 11 will introduce some new bloated offspring of the PatchProManagerUpdateConnection family, so I'm not holding my breath. Rather than repeat this experience again and again, I'll stick with PCA.
    Laurent

  • Patch for MediaSou

    After applying the Gracenote patch for MediaSource, I am getting the following error: "MediaSource/ctcms.exe--abnormal program termination error" when trying to find CD info.
    It works but after getting info for the first CD, and you load a second CD to get info, the error will come up, and MediaSource will crash. After reopening, it will work, but it will crash each time a new CD is put in your dri've, and you have to go through the close and reopen routine.
    Is there a quick fix for this, or is this going to require a reinstall of the software.
    I do have my CD (which I'll have to dig up), as I noticed under the download page for the Sleek Photo, there is nothing there except the original firmware and the patch and a Zencast download. (As a suggestion, Creative should expand the Sleek Photo downloads somewhat).
    I also found a smaller patch from Gracenote, is this patch necessary at all, and again, is there a fix anyone knows about that doesn't require a reinstall.
    Thanks.

    micromouse wrote:
    Perhaps, you can give my earlier advice a try:
    Go to the menu "Tools->Settings". In the Audio CD/Rip tab page, did you enable "Automatically download CD information for new CD"? If so, you may want to disable this auto download of CD info. You can always click the Click Info to manually retrieve the CD info. Let us know whether this works for you.
    Note: My experience shows that it may help if you wait for a while for the CDROM dri've to "settle down" before you manually click Get Info.
    Tried it, didn't work. Not a big thing, more of an annoyance than anything.
    I used to use MediaSource to transfer files onto my device. Last night, I was transferring a hugh amount of music files using Sleek Photo Explorer, and this transfeered much faster than MediaSource, so I made a new discovery. I like the Sleek Photo Explorer, it is very useful.Message Edited by Tony3 on 09-9-2006 06:54 AM

  • [solved]patch 2.6.29-3-ARCH confilict with aufs2

    After checked the aufs2 standalone code and 2.6.29-3-ARCH patch, I found 2.6.29-3-ARCH confilict with aufs2...
    2.6.29-3-ARCH changed the do_splice_from of fs/splice.c to vfs_splice_from...   while aufs2 standalone need do_splice_from ...
    And there is no such change on kernel official patch 2.6.29.1...
    So,
    If you need aufs2 support, abandon 2.6.29-3-ARCH patch is the best way...
    -------------090406----------------
    2.6.29.1-2-ARCH patch already contained aufs patch, use vfs_splice_from...
    With  kernel26-2.6.29.1-2.pkg.tar.gz, just need " modprobe aufs" to use aufs...
    Last edited by carbonjiao (2009-04-07 01:49:36)

    HI, godane, thanks for your reply!
    Could you share your kernel PKGBUILD?
    I must add tuxonice patch and kernel UTF-8 Chinese characters patch...
    Here is my PKGBUILD I am compliling now (haven't finished now...)
    pkgname=kernel26-archlive
    _realpkgname=kernel26
    _basekernel=2.6.29
    pkgver=2.6.29.1
    pkgrel=1
    _patchname="patch-${_basekernel}-3-ARCH"
    pkgdesc="Archlive内核及模块,加入了gentoo官方补丁、UTF-8补丁、reiser4补丁、aufs补丁及tuxonice支持."
    #pkgdesc="Kernel configs for Archlive, with Gentoo patch set, fbcondecor patch, Chinese fonts patch, \
    # and reiser4 patch, aufs patch, also with tuxonice patch set."
    arch=(i686 x86_64)
    license=('GPL2')
    groups=('base')
    url="http://archlive.googlecode.com"
    backup=(etc/mkinitcpio.d/${_realpkgname}.preset)
    depends=('coreutils' 'module-init-tools' 'mkinitcpio>=0.5.18')
    provides=('kernel26=2.6.29')
    optdepends=('sreadahead: daemon for data sequential boot from disk')
    replaces=('kernel24' 'kernel24-scsi' 'kernel26-scsi' 'kernel26'
    'alsa-driver' 'ieee80211' 'hostap-driver26'
    'pwc' 'nforce' 'squashfs' 'unionfs' 'ivtv'
    'zd1211' 'kvm-modules' 'iwlwifi' 'rt2x00-cvs'
    'gspcav1')
    install=${_realpkgname}.install
    source=(
    http://www.cn.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
    #http://www.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
    #http://www.cn.kernel.org/pub/linux/kernel/v2.6/patch-${pkgver}.bz2
    #http://www.kernel.org/pub/linux/kernel/v2.6/patch-${pkgver}.bz2
    ftp://ftp.archlinux.org/other/kernel26/${_patchname}.bz2
    http://www.tuxonice.net/downloads/all/tuxonice-3.0-for-2.6.29.patch.bz2
    #http://dev.gentoo.org/~dsd/genpatches/trunk/${_basekernel}/4100_dm-bbr.patch
    #http://dev.gentoo.org/~dsd/genpatches/trunk/${_basekernel}/4200_fbcondecor-0.9.4.patch
    #http://dev.gentoo.org/~dsd/genpatches/trunk/${_basekernel}/4400_alpha-sysctl-uac.patch
    http://svn.berlios.de/svnroot/repos/fullstory/linux-sidux-2.6/tags/2.6.29-7/debian/patches/bugfix/ext4-flush-on-close.patch
    #http://svn.berlios.de/svnroot/repos/fullstory/linux-sidux-2.6/tags/2.6.29-7/debian/patches/features/aufs2-20090322.diff
    http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/reiser4-for-2.6.29.patch.gz
    http://nchc.dl.sourceforge.net/sourceforge/ibm-acpi/thinkpad-acpi-0.22-20090318-BETA_v2.6.29.patch.gz
    config
    config.x86_64
    mkinitcpio.conf
    kernel26.preset ecryptfs.patch
    0001-kernel-trace-open.patch aufs2.patch aufs2-standalone.patch #aufs2-linux-2.6.29.patch
    4100_dm-bbr.patch 4200_fbcondecor-0.9.4.patch 4400_alpha-sysctl-uac.patch
    utf8-kernel-2.6-fonts-1.patch.tar.gz
    utf8-kernel-2.6.29-core-1.patch
    utf8-kernel-2.6.29-fbcondecor-1.patch
    md5sums=('64921b5ff5cdadbccfcd3820f03be7d8'
    #'1ee50bb06a8b981efb6cfacaee7ea2f2'
    #'d94bf612ff1a7899f7da9baed4533cf0'
    #'1cdc40cd1b8a3a9cfbb22626ad1e3d66'
    #'325299ab1c4b5634ec7d2769031d29e0'
    #'7ed983ea4f0f47844352ed6e81c8cb55'
    build() {
    [ "${CARCH}" = "i686" ] && KARCH=x86
    [ "${CARCH}" = "x86_64" ] && KARCH=x86
    ### mkinitcpio
    cd $startdir
    mkdir $pkgdir/etc
    cp mkinitcpio.conf $pkgdir/etc
    chmod 644 $pkgdir/etc/mkinitcpio.conf
    cd ${srcdir}/linux-$_basekernel
    # applying aufs patch
    patch -Np1 -i ${srcdir}/aufs2.patch || return 1
    patch -Np1 -i ${srcdir}/aufs2-standalone.patch || return 1
    patch -Np1 -i ${srcdir}/ecryptfs.patch || return 1
    #patch -Np1 -i ${srcdir}/aufs2-linux-2.6.29.patch || return 1
    # Applying gentoo patches
    for i in $(ls ../[1-9][0-9][0-9][0-9]*);do
    patch -Np1 -i ../$i
    done
    patch -Np1 -i ${srcdir}/0001-kernel-trace-open.patch #|| return 1
    # Add kernel utf-8 characters patch
    patch -Np1 -i ${srcdir}/utf8-kernel-2.6.29-core-1.patch || return 1
    patch -Np1 -i ${srcdir}/utf8-kernel-2.6.29-fbcondecor-1.patch || return 1
    patch -Np1 -i ${srcdir}/utf8-kernel-2.6-fonts-1.patch || return 1
    patch -Np1 -i ${srcdir}/tuxonice-3.0-for-2.6.29.patch #|| return 1
    # Add -ARCH patches
    # See http://projects.archlinux.org/git/?p=linux-2.6-ARCH.git;a=summary
    #patch -Np1 -i ${srcdir}/${_patchname} #|| return 1
    # Applying official patch
    patch -Np1 -i ${srcdir}/patch-$pkgver #|| return 1
    # applying ext4 patch
    patch -Np1 -i ${srcdir}/ext4-flush-on-close.patch #|| return 1
    # applying reiserfs4 patch
    patch -Np1 -i ${srcdir}/reiser4-for-2.6.29.patch #|| return 1
    # applying thinkpad-acpi patch
    patch -Np1 -i ${srcdir}/thinkpad-acpi-0.22-20090318-BETA_v2.6.29.patch #|| return 1
    if [ "$CARCH" = "x86_64" ]; then
    cp ../config.x86_64 ./.config
    else
    cp ../config ./.config
    fi
    source ./.config
    _kernver="$_basekernel${CONFIG_LOCALVERSION}"
    # configure kernel
    # use menuconfig, if you want to change the configuration
    # make menuconfig
    yes "" | make config
    # build kernel
    make bzImage modules || return 1
    mkdir -p $startdir/pkg/{lib/modules,boot}
    make INSTALL_MOD_PATH=$startdir/pkg modules_install || return 1
    install -D -m644 System.map $startdir/pkg/boot/System.map26
    install -D -m644 arch/$KARCH/boot/bzImage $startdir/pkg/boot/vmlinuz26
    install -D -m644 Makefile $startdir/pkg/usr/src/linux-$_kernver/Makefile
    install -D -m644 kernel/Makefile $startdir/pkg/usr/src/linux-$_kernver/kernel/Makefile
    install -D -m644 .config $startdir/pkg/usr/src/linux-$_kernver/.config
    install -D -m644 .config $startdir/pkg/boot/kconfig26
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/include
    for i in acpi asm-{generic,$KARCH} config linux math-emu media net pcmcia scsi sound video; do
    cp -a include/$i $startdir/pkg/usr/src/linux-$_kernver/include/
    done
    # copy arch includes for external modules
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH
    cp -a arch/$KARCH/include ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH/
    # copy files necessary for later builds, like nvidia and vmware
    cp Module.symvers $startdir/pkg/usr/src/linux-$_kernver
    cp -a scripts $startdir/pkg/usr/src/linux-$_kernver
    # fix permissions on scripts dir
    chmod og-w -R $startdir/pkg/usr/src/linux-$_kernver/scripts
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/arch/$KARCH/kernel
    cp arch/$KARCH/Makefile $startdir/pkg/usr/src/linux-$_kernver/arch/$KARCH/
    if [ "${CARCH}" = "i686" ]; then
    cp arch/$KARCH/Makefile_32.cpu $startdir/pkg/usr/src/linux-$_kernver/arch/$KARCH/
    fi
    cp arch/$KARCH/kernel/asm-offsets.s $startdir/pkg/usr/src/linux-$_kernver/arch/$KARCH/kernel/
    # add headers for lirc package
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/drivers/media/video
    cp drivers/media/video/*.h $startdir/pkg/usr/src/linux-$_kernver/drivers/media/video/
    for i in bt8xx cpia2 cx25840 cx88 em28xx et61x251 pwc saa7134 sn9c102 usbvideo zc0301
    do
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/drivers/media/video/$i
    cp -a drivers/media/video/$i/*.h $startdir/pkg/usr/src/linux-$_kernver/drivers/media/video/$i
    done
    # add dm headers
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/drivers/md
    cp drivers/md/*.h $startdir/pkg/usr/src/linux-$_kernver/drivers/md
    # add inotify.h
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/include/linux
    cp include/linux/inotify.h $startdir/pkg/usr/src/linux-$_kernver/include/linux/
    # add CLUSTERIP file for iptables
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/net/ipv4/netfilter/
    cp net/ipv4/netfilter/ipt_CLUSTERIP.c $startdir/pkg/usr/src/linux-$_kernver/net/ipv4/netfilter/
    # add wireless headers
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/net/mac80211/
    cp net/mac80211/*.h $startdir/pkg/usr/src/linux-$_kernver/net/mac80211/
    # add xfs and shmem for aufs building
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/fs/xfs
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/mm
    cp fs/xfs/xfs_sb.h $startdir/pkg/usr/src/linux-$_kernver/fs/xfs/xfs_sb.h
    cp mm/shmem.c $startdir/pkg/usr/src/linux-$_kernver/mm/shmem.c
    # add vmlinux
    cp vmlinux $startdir/pkg/usr/src/linux-$_kernver
    # copy in Kconfig files
    for i in $(find . -name "Kconfig*")
    do
    mkdir -p $startdir/pkg/usr/src/linux-$_kernver/$(echo $i | sed 's|/Kconfig.*||')
    cp $i $startdir/pkg/usr/src/linux-$_kernver/$i
    done
    cd $startdir/pkg/usr/src/linux-$_kernver/include && ln -s asm-$KARCH asm
    chown -R root.root $startdir/pkg/usr/src/linux-$_kernver
    find $startdir/pkg/usr/src/linux-$_kernver -type d -exec chmod 755 {} \;
    cd $startdir/pkg/lib/modules/$_kernver && (rm -f source build; ln -sf ../../../usr/src/linux-$_kernver build)
    # install fallback mkinitcpio.conf file and preset file for kernel
    install -m644 -D ${srcdir}/${_realpkgname}.preset ${pkgdir}/etc/mkinitcpio.d/${_realpkgname}.preset || return 1
    # set correct depmod command for install
    sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/kernel26.install
    echo -e "# DO NOT EDIT THIS FILE\nALL_kver='${_kernver}'" > ${pkgdir}/etc/mkinitcpio.d/${_realpkgname}.kver
    # remove unneeded architectures
    rm -rf $startdir/pkg/usr/src/linux-$_kernver/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}

  • Patches for Oracle 9.2.0.5.0

    Do I need to apply patches 1,2 and 3 before applying patch 3738339 on 9.2.0.5.0?

    hi all
    ia m trying to install pacth for oracle 9.2.0.1.0 , and i had downloaded patch ( 2554804 ) , when i extract file in to my dirctory e:\oracle\ora92\2554804
    and when i execute files in dirctory
    e:\oracle\ora92\2554804\Optach\optach.bat
    its saying this :
    when i am executing @ DOS Prompt .....
    " you have to invoke patch tool manaually,
    The syntax is :
    "perl < patch to oatch tool >/optach.pl <patch command >"
    If every thing goes ok you should be able to run
    "perl < patch to oatch tool >/optach.pl"
    Please help , as IA M INSTALLING ON SYSTEM WINDOWS SERVER 2003...
    also tell me how i`ll check my required patch is installed as ia m getting problem @ Oracle-preload actions ....
    error
    Cjs-00084 sql statement or script failed. Error message: executable e:\oracle\ora92/bin/sqlplus.exe returns 3.
    please help me
    bye

  • Problem when apply SAP Bundle Patch for 10.2.0.5

    Hi,
    We are trying to apply SAP Bundle Patch (SBP) SAP_102052_201102_SOL64.zip and SAP_102052_201103_SOL64.zip using MOPatch utility. Both MOPatch and OPatch utility have been updated with the latest download from SAP. When applying patch for SAP_102052_201102, most patches went through except for one patch that requires OPatch to be version 10.2.0.5.0. The OPatch version downloaded from SAP is 10.2.0.4.9. Even the OPatch delievered together in the SAP_102052_201102_SOL64.zip file is 10.2.0.4.9.
    Below are extract of the opatch log file for this patch:
    INFO:ApplySession applying interim patch '10248542' to OH '/oracle/DEV/102_64'
    INFO:Starting to apply patch to local system at Wed Mar 23 10:49:25 SGT 2011
    SEVERE:OUI-67073:ApplySession failed: ApplySession failed to prepare the system.
    Patch 10248542 requires OPatch version 10.2.0.5.0.
    The OPatch version being used (10.2.0.4.9) doesn't meet the minimum version required by the patch(es). Please download latest OPatch from My Oracle Support.
    INFO:System intact, OPatch will not attempt to restore the system
    INFO:Finishing ApplySession at Wed Mar 23 10:49:25 SGT 2011
    INFO:Total time spent waiting for user-input is 0 seconds.  Finish at Wed Mar 23 10:49:25 SGT 2011
    INFO:Stack Description: java.lang.RuntimeException: ApplySession failed to prepare the system.
    Patch 10248542 requires OPatch version 10.2.0.5.0.
    The OPatch version being used (10.2.0.4.9) doesn't meet the minimum version required by the patch(es). Please download latest OPatch from My Oracle Support.
    Help appreciated.
    Regards,
    Lim

    Hi,
    I went to
    http://service.sap.com/oracle-download
    then
    Oracle 10.2.0.5
    then
    OPatch
    The file I can see there is generic for ALL operating systems and the name is:
    OPatch_10205_Generic_v0.zip
    it seems that the version is 10.2.0.5, not  10.2.0.4.9 as you mentioned.
    I have downladed it and look at the README:
    Patch summary:
    README file for OPatch 10.2.0.5.0, the Oracle Interim Patching Tool.
    I'm not installing it, but it seems that the version is not the same as yours.
    Is this the one you have downloaded?
    Have you installed it properly? => may be you are running an older one

  • Practices for maintaining source code patches for branch of OSS project?

    There is this open source project I use and modify for my personal, private use...
    I would like some best-practice/practical experience suggestions on methodology/tools to maintain a growing number of source code patches I have created for said software. (FYI It is generally not mandatory that I upgrade to new version of the software when it comes out. Sometimes I will use the version I have for several versions before getting the new one, and re-implementing my changes. And sometimes I don't even implement the changes; I just run it vanilla.)
    Currently, I download the latest code from SVN, make my changes to the original code files, and keep track of my changes in a text file, which I then dutifully reference to re-create them when I feel like re-synching with the official version. What I would like to have instead is a separate base of code that contains just my modifications, and somehow include/import it as painlessly as possible whenever I get a new version of the official code from SVN.
    What's the best way to go about it? That's why I'm here.
    I realize these situations rarely, if ever, work out perfectly, and I can deal with that. I just want to improve on how things are, now, in anticipation of where I can see them going!
    I have some ideas about how to implement this, but they are of the "naive" variety and I think any tips I could get on method or tools to use would go far. I mean ... is it as simple as declaring new versions of affected methods in my patch code and marking them "overrides"? Also, probably a dumb question but will SVN that will help me do this?
    Thanks for reading, and any response.
    PS - Sorry if this is the wrong forum, but I am just looking for general, tip-of-the-iceberg type tips/links, so I figured folks could drop a quick answer here. TY!

    The patch program on *nix or Cygwin does exactly what you want, and you can create the patchfile using either Subversion or CVS (and any other source control system that provides a diff).
    Here's the article that I always turn to to create a CVS Patch (I have to relearn patching every time I do it): https://developer.mozilla.org/en/Creating_a_patch
    And here's the equivalent from the Subversion FAQ: http://subversion.tigris.org/faq.html#patch
    When I've worked for companies that did local patches, we kept a separate source-control repository/module that held our patches for the various OS libraries that we used. When we'd upgrade, we'd apply the patches and verify they made sense (if you have a lot of patchfiles, this can be a royal pain). And most important, once we had a patched upgrade, we generated a new patchfile from it (because, again, patchfiles become obsolete, and trying to apply a patch from several versions back can sometimes be impossible).
    And of course we submitted any bugfixes back to the projects...

Maybe you are looking for

  • GarageBand, backups and External Hard drives... Best Practice?

    Currently GB saves my files in a folder on my macbook system HD. This is growing quite quickly and so I want to back these up for safe keeping. I am not sure what to do. Should I manually move each project file to the external HD once finished? or ca

  • How to exit full screen mode while playing a presentation in Keynote '09

    Hi, my question is: when I play a presentation it starts by default in full screen mode; I would like instead to see it in a little box, in order to be able to take notes on another file; how can I do that?

  • Rename Breezesession.dat How many times?

    I have been using the Breezesession.dat rename workaround, along with renaming the 11.0 Folder, with limited success. If I understood what this was doing, other than forcing the software to generate a clean slate, I may be able to understand a little

  • Grub doesn't load the kernel in virtualbox

    in a couple of months im going to get a new machine to go alone side my laptop, and in the new machine i want to install arch linux. so i thought i test it in VBox. but im getting an error. -snip- this is what I see when I try to load archlinux in vi

  • Printing from CS5 using mountain lion on imac

    I have downloaded mountain lion upgrade from originally using snow leopard for my imac and now CS5 does not print. However Photoshop elements 9 is OK. All other document print OK. Is this an Apple problem or Adobe problem?