diff options
| author | Bill Nottingham <notting@redhat.com> | 2006-03-17 16:57:08 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2006-03-17 16:57:08 +0000 |
| commit | 4fc1aa45b7f26bf9eda11e80d6614fb96c9e7355 (patch) | |
| tree | 3bd7b4c2f69422f3637f80d974fad08f2ce126f7 /initscripts.spec | |
| parent | e610427d049989b94a29443d0c26ae657d420475 (diff) | |
add a udev helper to do device renames on module load. Essentially,
it's network-functions rename_device ported to C, with locking added.
Diffstat (limited to 'initscripts.spec')
| -rw-r--r-- | initscripts.spec | 6 |
1 files changed, 5 insertions, 1 deletions
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 <notting@redhat.com> 8.31.2-1 +- add udev helper to rename network devices on device creation + * Tue Mar 14 2006 Bill Nottingham <notting@redhat.com> 8.31.1-1 - fix context of /dev/pts (#185436) - translation updates |
