public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/haveged/files: haveged-init.d.3 haveged-1.7-build.patch
@ 2013-01-25 16:58 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2013-01-25 16:58 UTC (permalink / raw
  To: gentoo-commits

flameeyes    13/01/25 16:58:06

  Added:                haveged-init.d.3 haveged-1.7-build.patch
  Log:
  Version bump; new version now installs a library as well as the daemon, and requires some patching. New init script forces a different pidfile location and uses /run directly instead of /var/run.
  
  (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.1                  sys-apps/haveged/files/haveged-init.d.3

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/files/haveged-init.d.3?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/files/haveged-init.d.3?rev=1.1&content-type=text/plain

Index: haveged-init.d.3
===================================================================
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/files/haveged-init.d.3,v 1.1 2013/01/25 16:58:06 flameeyes Exp $

pidfile=/run/${SVCNAME}.pid

command="/usr/sbin/${SVCNAME}"
command_args="-r 0 ${HAVEGED_OPTS} -p ${pidfile}"

depend() {
	need localmount
	use logger
	provide entropy
}

# vim:ft=gentoo-init-d:



1.1                  sys-apps/haveged/files/haveged-1.7-build.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/files/haveged-1.7-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/files/haveged-1.7-build.patch?rev=1.1&content-type=text/plain

Index: haveged-1.7-build.patch
===================================================================
Index: haveged-1.7/src/Makefile.am
===================================================================
--- haveged-1.7.orig/src/Makefile.am
+++ haveged-1.7/src/Makefile.am
@@ -27,7 +27,7 @@ pkginclude_HEADERS = havege.h
 
 haveged_SOURCES = haveged.c haveged.h
 
-haveged_LDADD = @HA_LDFLAGS@ $(top_builddir)/src/libhavege.la
+haveged_LDADD = @HA_LDFLAGS@ libhavege.la
 ##libtool_end##
 
 MAINTAINERCLEANFILES = Makefile.in





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

only message in thread, other threads:[~2013-01-25 16:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 16:58 [gentoo-commits] gentoo-x86 commit in sys-apps/haveged/files: haveged-init.d.3 haveged-1.7-build.patch Diego Petteno (flameeyes)

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