2 Commits

3 changed files with 13 additions and 6 deletions

View File

@@ -14,11 +14,13 @@ if test "$UID" != 0 -a "$USER" != root; then
exit 1
fi
test -f $ROOT/etc/sysconfig/language || { echo "No /etc/sysconfig/language found." && exit 1 ; }
. $ROOT/etc/sysconfig/language
test -f $ROOT/etc/sysconfig/words || { echo "No /etc/sysconfig/words found." && exit 1 ; }
. $ROOT/etc/sysconfig/words
if test -s $ROOT/etc/sysconfig/words
then
. $ROOT/etc/sysconfig/words
else
echo "No /etc/sysconfig/words found."
exit 1
fi
# which dictionaries are installed?
if [ -f $ROOT/usr/share/dict/american ]; then

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 1 10:31:54 UTC 2025 - Dr. Werner Fink <werner@suse.de>
- /etc/sysconfig/language is gone
-------------------------------------------------------------------
Mon Feb 13 13:32:47 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package words
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed