public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/opendnssec/files: opendnssec.confd
@ 2012-11-14 21:11 Marc Schiffbauer (mschiff)
  0 siblings, 0 replies; 3+ messages in thread
From: Marc Schiffbauer (mschiff) @ 2012-11-14 21:11 UTC (permalink / raw
  To: gentoo-commits

mschiff     12/11/14 21:11:00

  Modified:             opendnssec.confd
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)

Revision  Changes    Path
1.3                  net-dns/opendnssec/files/opendnssec.confd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd?r1=1.2&r2=1.3

Index: opendnssec.confd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opendnssec.confd	6 Jun 2011 18:44:40 -0000	1.2
+++ opendnssec.confd	14 Nov 2012 21:11:00 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd,v 1.2 2011/06/06 18:44:40 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd,v 1.3 2012/11/14 21:11:00 mschiff Exp $
 
 # Variables containing default binaries used in the opendnssec
 # initscript. You can alter them to another applications/paths
@@ -11,4 +11,4 @@
 ENFORCER_BIN=/usr/sbin/ods-enforcerd
 SIGNER_BIN=/usr/sbin/ods-signerd
 EPPCLIENT_BIN=/usr/sbin/eppclientd
-EPPCLIENT_PIDFILE=/var/lib/run/opendnssec/eppclientd.pid
+EPPCLIENT_PIDFILE=/var/run/opendnssec/eppclientd.pid





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dns/opendnssec/files: opendnssec.confd
@ 2013-01-31 13:23 Marc Schiffbauer (mschiff)
  0 siblings, 0 replies; 3+ messages in thread
From: Marc Schiffbauer (mschiff) @ 2013-01-31 13:23 UTC (permalink / raw
  To: gentoo-commits

mschiff     13/01/31 13:23:43

  Modified:             opendnssec.confd
  Log:
  Make opendnssec.confd use /run, not /var/run
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)

Revision  Changes    Path
1.4                  net-dns/opendnssec/files/opendnssec.confd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd?r1=1.3&r2=1.4

Index: opendnssec.confd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opendnssec.confd	14 Nov 2012 21:11:00 -0000	1.3
+++ opendnssec.confd	31 Jan 2013 13:23:43 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd,v 1.3 2012/11/14 21:11:00 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd,v 1.4 2013/01/31 13:23:43 mschiff Exp $
 
 # Variables containing default binaries used in the opendnssec
 # initscript. You can alter them to another applications/paths
@@ -11,4 +11,4 @@
 ENFORCER_BIN=/usr/sbin/ods-enforcerd
 SIGNER_BIN=/usr/sbin/ods-signerd
 EPPCLIENT_BIN=/usr/sbin/eppclientd
-EPPCLIENT_PIDFILE=/var/run/opendnssec/eppclientd.pid
+EPPCLIENT_PIDFILE=/run/opendnssec/eppclientd.pid





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dns/opendnssec/files: opendnssec.confd
@ 2013-07-24  9:38 Marc Schiffbauer (mschiff)
  0 siblings, 0 replies; 3+ messages in thread
From: Marc Schiffbauer (mschiff) @ 2013-07-24  9:38 UTC (permalink / raw
  To: gentoo-commits

mschiff     13/07/24 09:38:18

  Modified:             opendnssec.confd
  Log:
  Really update opendnssec.confd in cvs
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)

Revision  Changes    Path
1.5                  net-dns/opendnssec/files/opendnssec.confd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd?r1=1.4&r2=1.5

Index: opendnssec.confd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- opendnssec.confd	31 Jan 2013 13:23:43 -0000	1.4
+++ opendnssec.confd	24 Jul 2013 09:38:18 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd,v 1.4 2013/01/31 13:23:43 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/opendnssec/files/opendnssec.confd,v 1.5 2013/07/24 09:38:18 mschiff Exp $
 
 # Variables containing default binaries used in the opendnssec
 # initscript. You can alter them to another applications/paths
@@ -10,5 +10,3 @@
 CONTROL_BIN=/usr/sbin/ods-control
 ENFORCER_BIN=/usr/sbin/ods-enforcerd
 SIGNER_BIN=/usr/sbin/ods-signerd
-EPPCLIENT_BIN=/usr/sbin/eppclientd
-EPPCLIENT_PIDFILE=/run/opendnssec/eppclientd.pid





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-24  9:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 21:11 [gentoo-commits] gentoo-x86 commit in net-dns/opendnssec/files: opendnssec.confd Marc Schiffbauer (mschiff)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-31 13:23 Marc Schiffbauer (mschiff)
2013-07-24  9:38 Marc Schiffbauer (mschiff)

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