Hello community,

here is the log from the commit of package ypbind for openSUSE:Factory checked 
in at 2014-12-16 14:47:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ypbind (Old)
 and      /work/SRC/openSUSE:Factory/.ypbind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ypbind"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ypbind/ypbind.changes    2014-11-29 
08:39:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ypbind.new/ypbind.changes       2014-12-16 
14:47:08.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 17 01:39:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in ypbind-systemd-post script
+- fix using 'echo' command in ypbind-systemd-pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ypbind-systemd-post ++++++
--- /var/tmp/diff_new_pack.ZoTsDM/_old  2014-12-16 14:47:11.000000000 +0100
+++ /var/tmp/diff_new_pack.ZoTsDM/_new  2014-12-16 14:47:11.000000000 +0100
@@ -12,7 +12,7 @@
 if [ "$YPBIND_DBUS" = "no" ]; then
    notfound=1
    for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do
-      ypwhich &>/dev/null && { notfound=0 ; break; };
+      ypwhich >/dev/null 2>&1 && { notfound=0 ; break; };
       echo -n " ."
       sleep 1;
    done

++++++ ypbind-systemd-pre ++++++
--- /var/tmp/diff_new_pack.ZoTsDM/_old  2014-12-16 14:47:11.000000000 +0100
+++ /var/tmp/diff_new_pack.ZoTsDM/_new  2014-12-16 14:47:11.000000000 +0100
@@ -13,10 +13,13 @@
        }
 
        if [ "x$DOMAINNAME" != 'x' ]; then
-               echo "$DOMAINNAME\n"
+               echo "$DOMAINNAME"
+               echo
                domainname $DOMAINNAME
        else
-               echo "\nError: NIS domain not specified.\n"
+               echo
+               echo "Error: NIS domain not specified."
+               echo
                exit 1
        fi
 fi

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to