Shirt Pocket Discussions  
    Home netTunes launchTunes SuperDuper! Buy Now Support Discussions About Shirt Pocket    

Go Back   Shirt Pocket Discussions > SuperDuper! > General
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #9  
Old 01-15-2006, 01:13 PM
poolmouse poolmouse is offline
Registered User
 
Join Date: Jan 2006
Posts: 4
Thumbs up apple hasn't acknowledged the bug yet...

and the problem still exists in 10.4.4. the person who found the problem reported it back in early december (bug#4369715). we've added the following entries into our logout script (see below).

poolmouse
curmudgeon at large

=== added these lines ===

if [ -e /Applications/Adobe\ Bridge ];
then
echo "Adobe Bridge exists."
rm -Rf /Applications/Adobe\ Bridge/Legal.localized/*
else
echo "Adobe Bridge does not exist."
fi

if [ -e /Applications/Adobe\ Creative\ Suite\ 2 ];
then
echo "Adobe Creative Suite 2 exists."
rm -Rf /Applications/Adobe\ Creative\ Suite\ 2/Legal/*
else
echo "Adobe Creative Suite 2 does not exist."
fi

if [ -e /Applications/Adobe\ Illustrator\ CS2 ];
then
echo "Adobe Illustrator CS2 exists."
rm -Rf /Applications/Adobe\ Illustrator\ CS2/Legal.localized/*
else
echo "Adobe Illustrator CS2 does not exist."
fi

if [ -e /Applications/Adobe\ InDesign\ CS2 ];
then
echo " Adobe InDesign CS2 exists."
rm -Rf /Applications/Adobe\ InDesign\ CS2/Legal/*
else
echo "Adobe InDesign CS2 does not exist."
fi

if [ -e /Applications/Adobe\ Photoshop\ CS2 ];
then
echo "Adobe Photoshop CS2 exists."
rm -Rf /Applications/Adobe\ Photoshop\ CS2/Legal.localized/*
else
echo "Adobe Photoshop CS2 does not exist."
fi

if [ -e /Applications/Adobe\ Version\ Cue\ CS2 ];
then
echo "Adobe Version Cue exists."
rm -Rf /Applications/Adobe\ Version\ Cue\Legal.localized/*
else
echo "Adobe Version Cue CS2 does not exist."
fi

=== end ===

Last edited by poolmouse; 01-15-2006 at 07:57 PM.
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SD V2 not being able to save settings bammi General 1 12-01-2005 10:35 AM
Request for help with an AppleScript to run two SD SmartUpdates emikysa General 2 10-13-2005 12:10 PM
(Zero-length) File caused SuperDuper to abort backup alancfrancis General 7 08-31-2005 10:42 AM
Failed first backup times two... did it ruin my mac? ace354 General 1 08-01-2005 10:07 PM
Smart Backup Error bill s General 20 02-04-2005 09:46 AM


All times are GMT -4. The time now is 09:42 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.