From 4fc1aa45b7f26bf9eda11e80d6614fb96c9e7355 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 17 Mar 2006 16:57:08 +0000 Subject: add a udev helper to do device renames on module load. Essentially, it's network-functions rename_device ported to C, with locking added. --- initscripts.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'initscripts.spec') diff --git a/initscripts.spec b/initscripts.spec index 4a15f207..bab84c2e 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.31.1 +Version: 8.31.2 License: GPL Group: System Environment/Base Release: 1 @@ -189,6 +189,7 @@ rm -rf $RPM_BUILD_ROOT /sbin/getkey %attr(2755,root,root) /sbin/netreport /sbin/initlog +/sbin/rename_device /sbin/service /sbin/ppp-watch %{_mandir}/man*/* @@ -208,6 +209,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Mar 17 2006 Bill Nottingham 8.31.2-1 +- add udev helper to rename network devices on device creation + * Tue Mar 14 2006 Bill Nottingham 8.31.1-1 - fix context of /dev/pts (#185436) - translation updates -- cgit