public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lance Albertson (ramereth)" <ramereth@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/cfengine/files: cfengine-2.2.6-typo-fix.patch cfexecd.rc6 cfenvd.rc6
Date: Mon, 28 Apr 2008 19:27:30 +0000	[thread overview]
Message-ID: <E1JqZ0c-0000Uq-HL@stork.gentoo.org> (raw)

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



                 reply	other threads:[~2008-04-28 19:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JqZ0c-0000Uq-HL@stork.gentoo.org \
    --to=ramereth@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox