Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] base-files: lower lexicographic priority of sysctl file
Date: Fri, 07 Jun 2019 10:59:42 +0200	[thread overview]
Message-ID: <20190607085942.WWhqJ2SbbtAVAsBtF62tdtTo3nY6ddvby1T0bLTaeNk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5002@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 513 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages sysctl
https://github.com/void-linux/void-packages/pull/5002

base-files: lower lexicographic priority of sysctl file
Why is this necessary?

The defaults should not overwrite values specified by packages or admins. Thus, they must have a reasonably low lexicographical priority.

A patch file from https://github.com/void-linux/void-packages/pull/5002.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sysctl-5002.patch --]
[-- Type: application/text/x-diff, Size: 1102 bytes --]

From ffe347a96e957baaa19e27224486c4c2554b0902 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <camerontnorman@gmail.com>
Date: Wed, 21 Nov 2018 21:49:44 -0800
Subject: [PATCH] base-files: lower lexicographic priority of sysctl file

---
 srcpkgs/base-files/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/base-files/template b/srcpkgs/base-files/template
index 786223ea1e3..9dcc5373218 100644
--- a/srcpkgs/base-files/template
+++ b/srcpkgs/base-files/template
@@ -1,7 +1,7 @@
 # Template file for 'base-files'
 pkgname=base-files
 version=0.140
-revision=5
+revision=6
 bootstrap=yes
 depends="xbps-triggers"
 short_desc="Void Linux base system files"
@@ -58,7 +58,7 @@ do_install() {
 	vinstall ${FILESDIR}/usb-load-ehci-first 644 usr/lib/modprobe.d usb-load-ehci-first.conf
 	vinstall ${FILESDIR}/blacklist.conf 644 usr/lib/modprobe.d
 	# sysctl(8) files
-	vinstall ${FILESDIR}/sysctl.conf 644 usr/lib/sysctl.d void.conf
+	vinstall ${FILESDIR}/sysctl.conf 644 usr/lib/sysctl.d 10-void.conf
 
 	# Install common licenses, from Debian.
 	vmkdir usr/share/licenses

  parent reply	other threads:[~2019-06-07  8:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5002@inbox.vuxu.org>
2019-05-08 11:50 ` voidlinux-github
2019-05-08 12:56 ` voidlinux-github
2019-06-07  8:59 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-07  8:59 ` voidlinux-github [this message]
2019-06-07  9:00 ` voidlinux-github
2019-06-07  9:03 ` voidlinux-github
2019-06-07 14:16 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190607085942.WWhqJ2SbbtAVAsBtF62tdtTo3nY6ddvby1T0bLTaeNk@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).