public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 9ac43fb9e197e47df7ff9b14d9ba80eca592d9f2
Date: Sun, 12 Jan 2014 23:02:36 +0100	[thread overview]
Message-ID: <20140112220236.C847220ACD@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2105 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 2.x development tree".

The branch, next has been updated
       via  9ac43fb9e197e47df7ff9b14d9ba80eca592d9f2 (commit)
       via  8b64b1b64eaeb7efd0ae7ffe5d2b9076164c2a84 (commit)
       via  fd75e5e75cef7fdc2a94c1c0f6b1aba4e6958589 (commit)
      from  07e9a1357dadb1a2b40d0d85aa956331eaa6b537 (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 9ac43fb9e197e47df7ff9b14d9ba80eca592d9f2
Merge: 8b64b1b 07e9a13
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Jan 12 23:02:28 2014 +0100

    Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

commit 8b64b1b64eaeb7efd0ae7ffe5d2b9076164c2a84
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Jan 12 23:02:00 2014 +0100

    Limit /run to 8M.

commit fd75e5e75cef7fdc2a94c1c0f6b1aba4e6958589
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Jan 12 23:01:21 2014 +0100

    initscripts: Fix syntax error when mounting /run.

-----------------------------------------------------------------------

Summary of changes:
 src/initscripts/init.d/mountkernfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Difference in files:
diff --git a/src/initscripts/init.d/mountkernfs b/src/initscripts/init.d/mountkernfs
index 6ea2d18..f7be82d 100644
--- a/src/initscripts/init.d/mountkernfs
+++ b/src/initscripts/init.d/mountkernfs
@@ -31,7 +31,7 @@ case "${1}" in
 
 		if ! mountpoint /run &> /dev/null; then
 			boot_mesg -n " /run" ${NORMAL}
-			mount -n -t tmpfs,nosuid,nodev,mode=755 /run /run || failed=1
+			mount -n -t tmpfs -o nosuid,nodev,mode=755,size=8M /run /run || failed=1
 		fi
 
 		boot_mesg "" ${NORMAL}


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2014-01-12 22:02 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=20140112220236.C847220ACD@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