diff options
-rw-r--r-- | initscripts.spec | 5 | ||||
-rwxr-xr-x | prefdm | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 1f967c84..fc5f6fd9 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.53 +%define version 4.54 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -194,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Oct 12 1999 Matt Wilson <msw@redhat.com> +- added patch from Owen to source i18n configuration before starting prefdm + * Mon Oct 11 1999 Bill Nottingham <notting@redhat.com> - support for linuxconf alias files - add support for Jensen clocks. @@ -2,6 +2,9 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin +# We need to source this so that the login screens get translated +. /etc/profile.d/lang.sh + # Run preferred X display manager preferred= if [ -f /etc/sysconfig/desktop ]; then |