From d2c50875989152bfb783a8beed097e77886bf247 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 1 Sep 2004 14:08:15 +0000 Subject: - qeth can hav eth, hsi and tr interfaces, lcs can have eth and tr interfaces, too. We can't tell apart if p.e. eth0 is qeth or lcs, but need to know it for sysfs configuration. Remove TYPE=QETH hack and use a more generic NETTYPE instead --- initscripts.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'initscripts.spec') diff --git a/initscripts.spec b/initscripts.spec index 05566180..e65a3de7 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.74 +Version: 7.75 License: GPL Group: System Environment/Base Release: 1 @@ -207,6 +207,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Sep 01 2004 Karsten Hopp 7.75-1 +- fix sysfs configuration of qeth and lcs network interfaces + (eth, tr, hsi) + * Mon Aug 30 2004 Karsten Hopp 7.74-1 - fix support for LCS portnumbers (mainframe) -- cgit