diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-01-11 00:38:34 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-01-12 00:37:10 -0500 |
commit | 88ad3e4083a4938e354e2f012c449794f1bb939f (patch) | |
tree | 150468961195ec5b83a68fbca54c419c1b25b6c1 /libre/pacman | |
parent | 0f6cd3ceb44921aeffe4b6653a3c747b323c3609 (diff) | |
download | abslibre-88ad3e4083a4938e354e2f012c449794f1bb939f.tar.gz abslibre-88ad3e4083a4938e354e2f012c449794f1bb939f.tar.bz2 abslibre-88ad3e4083a4938e354e2f012c449794f1bb939f.zip |
[pacman][pacman-mirrorlist]: housekeeping
Diffstat (limited to 'libre/pacman')
-rw-r--r-- | libre/pacman/pacman.conf.armv7h | 4 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.i686 | 4 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.x86_64 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libre/pacman/pacman.conf.armv7h b/libre/pacman/pacman.conf.armv7h index 92367feb6..808f5ce83 100644 --- a/libre/pacman/pacman.conf.armv7h +++ b/libre/pacman/pacman.conf.armv7h @@ -85,8 +85,8 @@ LocalFileSigLevel = Optional # # The non-systemd repository contains packages that are important and relevant only to # Parabola systems using an init-system other than systemd. -# Parabola systems using systemd SHOULD NOT have this enabled;. -# while Parabola systems using any other init-system SHOULD have this enabled. +# Parabola systems using systemd SHOULD NOT have [nonsystemd] enabled. +# Parabola systems using any other init-system SHOULD have [nonsystemd] enabled. # # The kernels repository contains additional special kernels for particular use-cases, # such as maximal security hardening and real-time systems. diff --git a/libre/pacman/pacman.conf.i686 b/libre/pacman/pacman.conf.i686 index 1f8ddec57..27a76e393 100644 --- a/libre/pacman/pacman.conf.i686 +++ b/libre/pacman/pacman.conf.i686 @@ -85,8 +85,8 @@ LocalFileSigLevel = Optional # # The non-systemd repository contains packages that are important and relevant only to # Parabola systems using an init-system other than systemd. -# Parabola systems using systemd SHOULD NOT have this enabled;. -# while Parabola systems using any other init-system SHOULD have this enabled. +# Parabola systems using systemd SHOULD NOT have [nonsystemd] enabled. +# Parabola systems using any other init-system SHOULD have [nonsystemd] enabled. # # The kernels repository contains additional special kernels for particular use-cases, # such as maximal security hardening and real-time systems. diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64 index cc9aee145..95084bf31 100644 --- a/libre/pacman/pacman.conf.x86_64 +++ b/libre/pacman/pacman.conf.x86_64 @@ -85,8 +85,8 @@ LocalFileSigLevel = Optional # # The non-systemd repository contains packages that are important and relevant only to # Parabola systems using an init-system other than systemd. -# Parabola systems using systemd SHOULD NOT have this enabled;. -# while Parabola systems using any other init-system SHOULD have this enabled. +# Parabola systems using systemd SHOULD NOT have [nonsystemd] enabled. +# Parabola systems using any other init-system SHOULD have [nonsystemd] enabled. # # The kernels repository contains additional special kernels for particular use-cases, # such as maximal security hardening and real-time systems. |