From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. cf1fddf8f3aaa2ae90c48f4ae2dc5aad437e9a25
Date: Fri, 27 Apr 2012 12:31:17 +0200 [thread overview]
Message-ID: <20120427103118.1588420188@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3206 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via cf1fddf8f3aaa2ae90c48f4ae2dc5aad437e9a25 (commit)
via da6bca581ba680f83897f7d06b581cf4f3ce4ac6 (commit)
from 3f9e64bf89d675b3677c0c0e37e3bffdafa4408f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cf1fddf8f3aaa2ae90c48f4ae2dc5aad437e9a25
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Apr 27 12:30:22 2012 +0200
ppl: Disable testsuite because of currently underterminable issues on x86_64.
commit da6bca581ba680f83897f7d06b581cf4f3ce4ac6
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Apr 27 12:22:56 2012 +0200
initscripts: Fix execution of rc.local.service.
-----------------------------------------------------------------------
Summary of changes:
initscripts/initscripts.nm | 2 +-
initscripts/rc.local | 2 ++
initscripts/systemd/rc-local.service | 9 ++-------
ppl/ppl.nm | 9 +++++----
4 files changed, 10 insertions(+), 12 deletions(-)
Difference in files:
diff --git a/initscripts/initscripts.nm b/initscripts/initscripts.nm
index 0737268..b171219 100644
--- a/initscripts/initscripts.nm
+++ b/initscripts/initscripts.nm
@@ -6,7 +6,7 @@
name = initscripts
epoch = 1
version = 2.99
-release = 16
+release = 17
groups = System/Boot
url =
diff --git a/initscripts/rc.local b/initscripts/rc.local
index 0bd2d37..cfe0910 100644
--- a/initscripts/rc.local
+++ b/initscripts/rc.local
@@ -2,3 +2,5 @@
#
# This script will be executed at the end of the boot process.
# You can put your own initialization stuff in here.
+
+exit 0
diff --git a/initscripts/systemd/rc-local.service b/initscripts/systemd/rc-local.service
index f7b7c0d..a1bb159 100644
--- a/initscripts/systemd/rc-local.service
+++ b/initscripts/systemd/rc-local.service
@@ -1,14 +1,9 @@
[Unit]
-Description=/etc/rc.local Compatiblity
-Requires=multi-user.target
-After=multi-user.target network.target
+Description=/etc/rc.local Compatibility
+After=network.target
[Service]
Type=forking
ExecStart=/etc/rc.local
TimeoutSec=0
-StandardOutput=tty
RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target
diff --git a/ppl/ppl.nm b/ppl/ppl.nm
index 09b6fe1..a07cc99 100644
--- a/ppl/ppl.nm
+++ b/ppl/ppl.nm
@@ -5,7 +5,7 @@
name = ppl
version = 0.11.2
-release = 3
+release = 4
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
groups = Development/Libraries
@@ -43,9 +43,10 @@ build
PARALLELISMFLAGS =
- test
- make check
- end
+ # The testsuite currently fails on x86_64.
+ #test
+ # make check
+ #end
end
packages
hooks/post-receive
--
IPFire 3.x development tree
reply other threads:[~2012-04-27 10:31 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=20120427103118.1588420188@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.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