Date: Thu, 21 Feb 2019 08:01:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227034] x11/pcdm: pcdm blocks other rc.d services Message-ID: <bug-227034-7788-JppINgnc8t@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227034-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-227034-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227034 Christopher Hall <hsw@bitmark.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hsw@bitmark.com --- Comment #3 from Christopher Hall <hsw@bitmark.com> --- There is also a missing space in /usr/local/sbin/PCDMd --- /usr/local/sbin/PCDMd 2019-02-18 05:12:20.000000000 +0800 +++ PCDMd 2019-02-21 15:57:09.990645000 +0800 @@ -85,7 +85,7 @@ if [ -e "/var/tmp/.pcdm-x-started" ] ; then rm /var/tmp/.pcdm-x-started;= fi # echo " [PCDM] Starting PCDM-session" xinit /usr/local/bin/PCDM-session -once -- :0 -auth ${PCDMAUTHFILE} $XOP= TS vt9 2>/dev/null - if [ $? !=3D 0 -a ! -e "/var/tmp/.pcdm-x-started"] ; then + if [ $? !=3D 0 -a ! -e "/var/tmp/.pcdm-x-started" ] ; then # Looks like X failed to start... if [ ! -e "/var/tmp/.pcdm-x-failed" ] ; then echo " [PCDM] xinit failure 1 - set the failed flag and try agai= n" --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227034-7788-JppINgnc8t>