Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2007 08:20:07 GMT
From:      Tom McLaughlin <tmclaugh@sdf.lonestar.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/110943: start-dccifd  chowns /var/run to user dcc
Message-ID:  <200706240820.l5O8K7wt049872@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/110943; it has been noted by GNATS.

From: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
To: bug-followup@FreeBSD.org, ah@crypta.net
Cc:  
Subject: Re: ports/110943: start-dccifd  chowns /var/run to user dcc
Date: Sun, 24 Jun 2007 03:48:49 -0400

 --=-jeT5sbI07yqGs4POvXDG
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 Is the attached patch okay?  I don't use this so please make sure it
 doesn't break anything.
 
 tom
 -- 
 | tmclaugh at sdf.lonestar.org             tmclaugh at FreeBSD.org |
 | FreeBSD                                   http://www.FreeBSD.org |
 | BSD#                    http://www.mono-project.com/Mono:FreeBSD |
 
 --=-jeT5sbI07yqGs4POvXDG
 Content-Disposition: attachment; filename=dcc-dccd_rundir.diff
 Content-Type: text/x-patch; name=dcc-dccd_rundir.diff; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Index: Makefile
 ===================================================================
 RCS file: /ncvs/ports/mail/dcc-dccd/Makefile,v
 retrieving revision 1.34
 diff -u -r1.34 Makefile
 --- Makefile	7 Mar 2007 15:20:26 -0000	1.34
 +++ Makefile	24 Jun 2007 07:44:54 -0000
 @@ -38,7 +38,7 @@
  # sed scripting breaks things.
  #
  
 -CONFIGURE_ARGS=	--homedir=${PREFIX}/dcc --bindir=${PREFIX}/bin --mandir=${PREFIX}/man --with-rundir=/var/run
 +CONFIGURE_ARGS=	--homedir=${PREFIX}/dcc --bindir=${PREFIX}/bin --mandir=${PREFIX}/man --with-rundir=/var/run/dcc
  
  .include <bsd.port.pre.mk>
  
 Index: files/dcc-start.sh.in
 ===================================================================
 RCS file: /ncvs/ports/mail/dcc-dccd/files/dcc-start.sh.in,v
 retrieving revision 1.1
 diff -u -r1.1 dcc-start.sh.in
 --- files/dcc-start.sh.in	7 Mar 2007 15:20:26 -0000	1.1
 +++ files/dcc-start.sh.in	24 Jun 2007 07:44:54 -0000
 @@ -27,7 +27,7 @@
  : ${dccifd_conf="$dccifd_home/dcc_conf"}
  
  
 -pidfile=${dccifd_pidfile:-"/var/run/dccifd.pid"}
 +pidfile=${dccifd_pidfile:-"/var/run/dcc/dccifd.pid"}
  command="${dccifd_home}/libexec/start-dccifd"
  procname="${dccifd_home}/libexec/dccifd"
  required_dirs="$dccifd_home"
 
 --=-jeT5sbI07yqGs4POvXDG--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706240820.l5O8K7wt049872>