[Bug 227034] x11/pcdm: pcdm blocks other rc.d services

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 21 08:01:38 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227034

Christopher Hall <hsw at bitmark.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsw at bitmark.com

--- Comment #3 from Christopher Hall <hsw at 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} $XOPTS
vt9 2>/dev/null
-     if [ $? != 0 -a  ! -e "/var/tmp/.pcdm-x-started"] ; then
+     if [ $? != 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 again"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list