View | Details | Raw Unified | Return to bug 227034 | Differences between
and this patch

Collapse All | Expand All

(-)x11/pcdm/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	pcdm
3
PORTNAME=	pcdm
4
PORTVERSION=	201710031254
4
PORTVERSION=	201710031254
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
7
8
MAINTAINER=	jt@ixsystems.com
8
MAINTAINER=	jt@ixsystems.com
(-)x11/pcdm/files/patch-rc.d_pcdm (+11 lines)
Line 0 Link Here
1
--- rc.d/pcdm.orig	2019-11-22 22:45:57 UTC
2
+++ rc.d/pcdm
3
@@ -51,7 +51,7 @@ pcdm_start()
4
   echo "Starting PCDM."
5
   #Start the PCDM login daemon
6
   if [ ! -e /var/run/nologin ]; then
7
-    ${command} ${pcdm_flags} 
8
+    /usr/sbin/daemon -S -T pcdm ${command} ${pcdm_flags} 
9
   fi
10
 }
11
 

Return to bug 227034