Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: base-files: lower lexicographic priority of sysctl file
       [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
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-05-08 11:50 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/5002#issuecomment-490455557
Comment:
I guess, not sure if `00` is the best idea, might make more sense to use `10` or `50`.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: base-files: lower lexicographic priority of sysctl file
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5002@inbox.vuxu.org>
  2019-05-08 11:50 ` base-files: lower lexicographic priority of sysctl file voidlinux-github
@ 2019-05-08 12:56 ` voidlinux-github
  2019-06-07  8:59 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-05-08 12:56 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/5002#issuecomment-490474836
Comment:
pls rename to 10. Free to merge after the change.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] base-files: lower lexicographic priority of sysctl file
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5002@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2019-06-07  8:59 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-07  8:59 ` voidlinux-github
  2019-06-07  9:00 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-07  8:59 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] base-files: lower lexicographic priority of sysctl file
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5002@inbox.vuxu.org>
  2019-05-08 11:50 ` base-files: lower lexicographic priority of sysctl file voidlinux-github
  2019-05-08 12:56 ` voidlinux-github
@ 2019-06-07  8:59 ` voidlinux-github
  2019-06-07  8:59 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-07  8:59 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: base-files: lower lexicographic priority of sysctl file
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5002@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2019-06-07  8:59 ` voidlinux-github
@ 2019-06-07  9:00 ` voidlinux-github
  2019-06-07  9:03 ` voidlinux-github
  2019-06-07 14:16 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-07  9:00 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/5002#issuecomment-499811651
Comment:
Pushed.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: base-files: lower lexicographic priority of sysctl file
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5002@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2019-06-07  9:00 ` voidlinux-github
@ 2019-06-07  9:03 ` voidlinux-github
  2019-06-07 14:16 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-07  9:03 UTC (permalink / raw)
  To: ml

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

New comment by maxice8 on void-packages repository

https://github.com/void-linux/void-packages/pull/5002#issuecomment-499812719
Comment:
nice

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: base-files: lower lexicographic priority of sysctl file
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5002@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2019-06-07  9:03 ` voidlinux-github
@ 2019-06-07 14:16 ` voidlinux-github
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-06-07 14:16 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

base-files: lower lexicographic priority of sysctl file
https://github.com/void-linux/void-packages/pull/5002
Description: Why is this necessary?

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-06-07 14:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-5002@inbox.vuxu.org>
2019-05-08 11:50 ` base-files: lower lexicographic priority of sysctl file 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
2019-06-07  9:00 ` voidlinux-github
2019-06-07  9:03 ` voidlinux-github
2019-06-07 14:16 ` [PR PATCH] [Merged]: " voidlinux-github

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).