diff options
-rw-r--r-- | initscripts.spec | 5 | ||||
-rwxr-xr-x | rc.d/init.d/random | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 597943c5..8ee077c9 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.90 +%define version 4.91 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Feb 4 2000 Nalin Dahyabhai <nalin@redhat.com> +- fix bug #9102 + * Fri Feb 4 2000 Bill Nottingham <notting@redhat.com> - if LC_ALL/LINGUAS == LANG, don't set them diff --git a/rc.d/init.d/random b/rc.d/init.d/random index 57b971f9..87a91a8c 100755 --- a/rc.d/init.d/random +++ b/rc.d/init.d/random @@ -1,3 +1,4 @@ +#!/bin/sh # # random Script to snapshot random state and reload it at boot time. # |