public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/cfengine/files: cfengine-2.2.6-typo-fix.patch cfexecd.rc6 cfenvd.rc6
@ 2008-04-28 19:27 Lance Albertson (ramereth)
  0 siblings, 0 replies; only message in thread
From: Lance Albertson (ramereth) @ 2008-04-28 19:27 UTC (permalink / raw
  To: gentoo-commits

ramereth    08/04/28 19:27:30

  Added:                cfengine-2.2.6-typo-fix.patch cfexecd.rc6
                        cfenvd.rc6
  Log:
  Bump cfengine to 2.2.6, misc cleanups in the ebuild
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  net-misc/cfengine/files/cfengine-2.2.6-typo-fix.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cfengine/files/cfengine-2.2.6-typo-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cfengine/files/cfengine-2.2.6-typo-fix.patch?rev=1.1&content-type=text/plain

Index: cfengine-2.2.6-typo-fix.patch
===================================================================
diff -ur cfengine-2.2.6-orig/src/cfenvd.c cfengine-2.2.6/src/cfenvd.c
--- cfengine-2.2.6-orig/src/cfenvd.c	2008-04-21 23:26:19.000000000 -0700
+++ cfengine-2.2.6/src/cfenvd.c	2008-04-28 12:08:46.000000000 -0700
@@ -36,7 +36,7 @@
 #include "cf.defs.h"
 #include "cf.extern.h"
 #ifdef HAVE_SYS_LOADAVG_H
-v# include <sys/loadavg.h>
+# include <sys/loadavg.h>
 #else
 # define LOADAVG_5MIN    1
 #endif



1.1                  net-misc/cfengine/files/cfexecd.rc6

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cfengine/files/cfexecd.rc6?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cfengine/files/cfexecd.rc6?rev=1.1&content-type=text/plain

Index: cfexecd.rc6
===================================================================
#!/sbin/runscript

depend() {
	need net
}

start() {
	ebegin "Starting cfexecd"
	start-stop-daemon --start --quiet --exec /usr/sbin/cfexecd 
	eend $?
}

stop() {
	ebegin "Stopping cfexecd"
	start-stop-daemon --stop --quiet --exec /usr/sbin/cfexecd
	eend $?
}



1.1                  net-misc/cfengine/files/cfenvd.rc6

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cfengine/files/cfenvd.rc6?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/cfengine/files/cfenvd.rc6?rev=1.1&content-type=text/plain

Index: cfenvd.rc6
===================================================================
#!/sbin/runscript

depend() {
	need net
}

start() {
	ebegin "Starting cfenvd"
	start-stop-daemon --start --quiet --exec /usr/sbin/cfenvd
	eend $?
}

stop() {
	ebegin "Stopping cfenvd"
	start-stop-daemon --stop --quiet --exec /usr/sbin/cfenvd
	eend $?
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-04-28 19:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-28 19:27 [gentoo-commits] gentoo-x86 commit in net-misc/cfengine/files: cfengine-2.2.6-typo-fix.patch cfexecd.rc6 cfenvd.rc6 Lance Albertson (ramereth)

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