Hello community, here is the log from the commit of package words for openSUSE:Factory checked in at 2012-10-03 10:14:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/words (Old) and /work/SRC/openSUSE:Factory/.words.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "words", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/words/words.changes 2012-09-17 14:15:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.words.new/words.changes 2012-10-03 10:15:00.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 27 08:11:11 UTC 2012 - [email protected] + +- Remove reference to obsolete /etc/sysconfig/suseconfig. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SuSEconfig.words ++++++ --- /var/tmp/diff_new_pack.uOC8eI/_old 2012-10-03 10:15:02.000000000 +0200 +++ /var/tmp/diff_new_pack.uOC8eI/_new 2012-10-03 10:15:02.000000000 +0200 @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (c) 2011 SuSE Linux AG, Nuernberg, Germany. All rights reserved. +# Copyright (c) 2012 SuSE Linux AG, Nuernberg, Germany. All rights reserved. # # Author: Egmont Koblinger <[email protected]> # @@ -13,20 +13,12 @@ exit 1 fi -test -f $ROOT/etc/sysconfig/suseconfig || { echo "No /etc/sysconfig/suseconfig found." && exit 1 ; } -. $ROOT/etc/sysconfig/suseconfig - 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 -n "$ENABLE_SUSECONFIG" -a "$ENABLE_SUSECONFIG" = "no" ; then - echo "SuSEconfig is disabled in $ROOT/etc/sysconfig/suseconfig. Exit..." - exit 0 -fi - # which dictionaries are installed? if [ -f $ROOT/usr/share/dict/american ]; then INSTALLED_AMERICAN="yes" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
