I need to create this links manually. Do I create them in the sles9root
directory?

Peter



Michael MacIsaac <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <LINUX-390@VM.MARIST.EDU>
07/29/2005 09:03 AM
Please respond to
Linux on 390 Port <LINUX-390@VM.MARIST.EDU>


To
LINUX-390@VM.MARIST.EDU
cc

Subject
A second bug in mksles9root fixed






Hello list,

I got another bug report (thanks Betsie). There was (is) a bug in the
function mk_symbolic_links(). The fixed script is on
http://mikemacisaac.com/mksles9root

Here are the diffs (just one character on each of two lines):
  # diff mksles9root mksles9root.bug
  183c183
  <   if [ $1 = 1 ]; then # the SP1 ISO images exist
  ---
  >   if [ $1 = 0 ]; then # the SP1 ISO images exist
  187c187
  <   if [ $1 = 2 ]; then # the SP2 ISO images exist
  ---
  >   if [ $1 = 1 ]; then # the SP2 ISO images exist

The result of the bug is that two symbolic links are not created for
service packs. For example, with the SP2 ISO images in place, the
following symlinks will be missing:
  lrwxrwxrwx  1 root root   22 Jul 26 08:15 driverupdate ->
sp2-9/CD1/driverupdate
  lrwxrwxrwx  1 root root   15 Jul 26 08:15 linux -> sp2-9/CD1/linux/

If you created an install tree with an SP, to repair it, you can either
create these two links manually, or you can get the updated script, delete
the existing tree, and rerun the script.  Hopefully this is the last bug.
Sorry for the confusion.

"Mike MacIsaac" <[EMAIL PROTECTED]>   (845) 433-7061

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


This Email message and any attachment may contain information that is
proprietary, legally privileged, confidential and/or subject to copyright
belonging to Pepco Holdings, Inc. or its affiliates ("PHI").  This Email is
intended solely for the use of the person(s) to which it is addressed.  If
you are not an intended recipient, or the employee or agent responsible for
delivery of this Email to the intended recipient(s), you are hereby notified
that any dissemination, distribution or copying of this Email is strictly
prohibited.  If you have received this message in error, please immediately
notify the sender and permanently delete this Email and any copies.  PHI
policies expressly prohibit employees from making defamatory or offensive
statements and infringing any copyright or any other legal right by Email
communication.  PHI will not accept any liability in respect of such
communications.

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to