Index: x11/pcdm/Makefile =================================================================== --- x11/pcdm/Makefile (revision 518169) +++ x11/pcdm/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= pcdm PORTVERSION= 201710031254 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= jt@ixsystems.com Index: x11/pcdm/files/patch-rc.d_pcdm =================================================================== --- x11/pcdm/files/patch-rc.d_pcdm (nonexistent) +++ x11/pcdm/files/patch-rc.d_pcdm (working copy) @@ -0,0 +1,11 @@ +--- rc.d/pcdm.orig 2019-11-22 22:45:57 UTC ++++ rc.d/pcdm +@@ -51,7 +51,7 @@ pcdm_start() + echo "Starting PCDM." + #Start the PCDM login daemon + if [ ! -e /var/run/nologin ]; then +- ${command} ${pcdm_flags} ++ /usr/sbin/daemon -S -T pcdm ${command} ${pcdm_flags} + fi + } + Property changes on: x11/pcdm/files/patch-rc.d_pcdm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property