>>> On Tue, May 22, 2007 at 7:05 AM, in message <[EMAIL PROTECTED]>, Gary Detro <[EMAIL PROTECTED]> wrote: > This is from a SuSE 9 system. Here are the files that have the portname: > > /etc/sysconfig/hardware/scripts/chandev-to-hwcfg.sh > /etc/sysconfig/hardware/scripts/hwup-qeth > /etc/sysconfig/SuSEfirewall2
While those files do have the string "portname" in them, they don't contain any information about what value should be used for the portname on an OSA. If there is a value already set, and in use by the system, the path I talked about in YaST should get you there. For those of you that might be interested in how to find which files have a certain string in them: find /etc -type f -print0 | xargs -0 grep -il stringtofind Mark Post ---------------------------------------------------------------------- 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
