From 90af582957edbedc7035acf32eb98c3e68a5d802 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Fri, 8 Oct 2004 17:12:59 +0000 Subject: - remove check for SYSDIR/portname, this file isn't available with LCS devices. --- sysconfig/network-scripts/network-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig') 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 -- cgit v1.2.1