aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.com>2004-10-08 17:12:59 +0000
committerKarsten Hopp <karsten@redhat.com>2004-10-08 17:12:59 +0000
commit90af582957edbedc7035acf32eb98c3e68a5d802 (patch)
treeedd21191b51610c5060af0196ddc8e49147532b1 /sysconfig
parent7cd727319a98cf6f3935221709c531c1283f5dfb (diff)
downloadinitscripts-90af582957edbedc7035acf32eb98c3e68a5d802.tar
initscripts-90af582957edbedc7035acf32eb98c3e68a5d802.tar.gz
initscripts-90af582957edbedc7035acf32eb98c3e68a5d802.tar.bz2
initscripts-90af582957edbedc7035acf32eb98c3e68a5d802.tar.xz
initscripts-90af582957edbedc7035acf32eb98c3e68a5d802.zip
- remove check for SYSDIR/portname, this file isn't available withr7-90
LCS devices.
Diffstat (limited to 'sysconfig')
-rw-r--r--sysconfig/network-scripts/network-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions
index e4f9ab79..249978a6 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -339,7 +339,7 @@ configure_ccwgroup_device ()
SYSDIR="$DIR/${SUBCHANNELS//,*/}"
[ ! -e $DIR/group ] && return
echo "$SUBCHANNELS" > $DIR/group
- if [ -n "$PORTNAME" -a -e $SYSDIR/portname ]; then
+ if [ -n "$PORTNAME" ]; then
if [ "$NETTYPE" = "lcs" ]; then
[ -e $SYSDIR/portno ] && echo "$PORTNAME" > $SYSDIR/portno
else