Hi Oliver! > I've got a few questions about updating: > > 1st if I run the script-update, will it overwrite customized > scripts with the same name?
Yes. As you can read in the script comment block: # # This script updates your script files from the official # unattended cvs repository. # # This scripts crawles through your script directory, and # tries to update every found file from the cvs. You can # define exceptions in this script. # # Warning #1: this scripts overwrites YOUR changes to official # script files without any warning! Please double-check that # none of your own-written scripts accidentially have the same # name than any of the official scripts. # # Warning #2: it does not add scripts in the cvs that are # not found in your script directory. You have to download # new scripts once manually. # # Warning #3: you might want to call it as cron job, but # please be not surprised by broken scripts in the cvs. # This happens from time to time. # > 2nd if so, could I prevent it, or should I change the names? You have two possibilities: 1. rename 2. define an exception in script-udpdate: # exceptions #exceptions=( "win2ksp4-updates.bat" "win2ksp4-symbols.bat" ) exceptions=( ) (lines no. 25 - 27) > 3rd is it necessary after the script-update to run the prepare > script? Yes. We like the idea of having a small solution for every small problem. Of course, you can create an umbrella script (or cron job) calling script-update first and prepare afterwards, or just call both scripts from the shell: ./script-update; ./prepare <lngcode> cu Niels Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
