public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/distcc/files: distccd.service distccd.service.conf
@ 2013-09-21 12:20 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-09-21 12:20 UTC (permalink / raw
  To: gentoo-commits

pacho       13/09/21 12:20:47

  Modified:             distccd.service
  Added:                distccd.service.conf
  Log:
  Stop relying in conf.d file, fix zeroconf handling (#480386 by Malte Starostik)
  
  (Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  sys-devel/distcc/files/distccd.service

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/files/distccd.service?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/files/distccd.service?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/files/distccd.service?r1=1.1&r2=1.2

Index: distccd.service
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/distccd.service,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- distccd.service	20 Jul 2013 18:34:37 -0000	1.1
+++ distccd.service	21 Sep 2013 12:20:47 -0000	1.2
@@ -1,11 +1,10 @@
 [Unit]
-Description=Distccd A Distributed Compilation Server
+Description=Distccd: A Distributed Compilation Server
 After=network.target
 
 [Service]
 User=distcc
-EnvironmentFile=-/etc/conf.d/distccd
-ExecStart=/usr/bin/distccd --verbose --no-detach --daemon $DISTCCD_OPTS
+ExecStart=/usr/bin/distccd --verbose --no-detach --daemon --port 3632 -N 15 --allow $ALLOWED_SERVERS
 
 [Install]
 WantedBy=multi-user.target



1.1                  sys-devel/distcc/files/distccd.service.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/files/distccd.service.conf?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/files/distccd.service.conf?rev=1.1&content-type=text/plain

Index: distccd.service.conf
===================================================================
# --allow is now mandatory as of distcc-2.18.
# example:  --allow 192.168.0.0/24
# example:  --allow 192.168.0.5 --allow 192.168.0.150

[Service]
Environment="ALLOWED_SERVERS=127.0.0.1"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-21 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-21 12:20 [gentoo-commits] gentoo-x86 commit in sys-devel/distcc/files: distccd.service distccd.service.conf Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox