Hello community,

here is the log from the commit of package x11-tools for openSUSE:Factory 
checked in at 2013-05-27 10:10:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x11-tools (Old)
 and      /work/SRC/openSUSE:Factory/.x11-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "x11-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/x11-tools/x11-tools.changes      2013-03-01 
09:06:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.x11-tools.new/x11-tools.changes 2013-05-27 
10:10:32.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 24 12:56:22 UTC 2013 - [email protected]
+
+- Some shells do not know about HOSTNAME variable and print error
+  messages therefore export this variable 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xim ++++++
--- /var/tmp/diff_new_pack.Me3kIk/_old  2013-05-27 10:10:33.000000000 +0200
+++ /var/tmp/diff_new_pack.Me3kIk/_new  2013-05-27 10:10:33.000000000 +0200
@@ -62,10 +62,12 @@
 
 adduserenv () {
     local cur var=${1+"$@"}
+    : ${HOSTNAME:=$(hostname -f)}
     case "$SHELL" in
     */sh|*/ash|*/bash|*/ksh|*/pdksh|*/zsh)
        if test -s "$HOME/.profile" ; then
-           eval $((echo . "'$HOME/.profile'"
+           eval $(export HOSTNAME
+                  (echo . "'$HOME/.profile'"
                    echo "set +u +e"
                    for cur in $var; do
                        echo echo \${$cur+"export $cur=\$$cur;"}
@@ -74,7 +76,8 @@
        ;;
     */csh|*/tcsh)
        if test -s "$HOME/.login" ; then
-           eval $((echo onintr -
+           eval $(export HOSTNAME
+                  (echo onintr -
                    echo source "'$HOME/.login'"
                    echo unset verbose
                    for cur in $var; do

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to