Hello community,

here is the log from the commit of package xinit for openSUSE:Factory checked 
in at 2015-05-15 07:42:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xinit (Old)
 and      /work/SRC/openSUSE:Factory/.xinit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xinit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xinit/xinit.changes      2015-03-19 
21:07:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xinit.new/xinit.changes 2015-05-15 
07:42:39.000000000 +0200
@@ -1,0 +2,7 @@
+Sun May 10 01:21:00 UTC 2015 - Led <[email protected]>
+
+- fix bashism in startx script
+- update patches:
+  * xinit-suse.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xinit-suse.patch ++++++
--- /var/tmp/diff_new_pack.6Nkgj0/_old  2015-05-15 07:42:40.000000000 +0200
+++ /var/tmp/diff_new_pack.6Nkgj0/_new  2015-05-15 07:42:40.000000000 +0200
@@ -31,7 +31,7 @@
 +XCOMM
 +XCOMM find wmlist utility, else take twm as default (always there :-))
 +XCOMM
-+type -p wmlist &> /dev/null && WMLIST="`for i in $(wmlist); do echo $i; done 
| sort`"
++type wmlist >/dev/null 2>&1 && WMLIST="`for i in $(wmlist); do echo $i; done 
| sort`"
 +test -z "$WMLIST" && WMLIST="twm"
 +
 +test "$1" = "--" || { test -n "$1" && WANTEDWM=`basename "$1"` ; }
@@ -47,7 +47,7 @@
 +XCOMM
 +XCOMM       is it reachable via $PATH?
 +XCOMM
-+       type -p $WM &> /dev/null || {
++       type $WM >/dev/null 2>&1 || {
 +
 +           echo "`basename $0`: error: the requested window manager '$1' 
could not be found!"
 +           echo "Window manager must be one of (currently installed window 
amangers):" 


Reply via email to