diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-01-10 05:58:05 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-01-10 07:45:56 -0500 |
commit | 3e2b6810e6cb28bd2983de22c8dfdf2b0c3bbc5b (patch) | |
tree | 156a169398ea886e04367f9d4866cc2017c7d64e /libre/pacman | |
parent | c630e52cb877ba1d0fd91c584fcc4a669cc8e0f5 (diff) | |
download | abslibre-3e2b6810e6cb28bd2983de22c8dfdf2b0c3bbc5b.tar.gz abslibre-3e2b6810e6cb28bd2983de22c8dfdf2b0c3bbc5b.tar.bz2 abslibre-3e2b6810e6cb28bd2983de22c8dfdf2b0c3bbc5b.zip |
[pacman]: better alignmemt of pacman.conf(s) comments with arch
Diffstat (limited to 'libre/pacman')
-rw-r--r-- | libre/pacman/pacman.conf.armv7h | 7 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.i686 | 7 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.x86_64 | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/libre/pacman/pacman.conf.armv7h b/libre/pacman/pacman.conf.armv7h index 327724c32..92367feb6 100644 --- a/libre/pacman/pacman.conf.armv7h +++ b/libre/pacman/pacman.conf.armv7h @@ -42,7 +42,7 @@ LocalFileSigLevel = Optional #RemoteFileSigLevel = Required # NOTE: You must run `pacman-key --init` before first using pacman; the local -# keyring can then be populated with the keys of all official packagers with: +# keyring can then be populated with the keys of all trusted packagers with: # `pacman-key --populate archlinux archlinux32 archlinuxarm parabola`. # @@ -63,9 +63,6 @@ LocalFileSigLevel = Optional # The header [repo-name] is crucial - it must be present and # un-commented to enable the repo. # -# An example of a custom package repository is given below -# in the "User-defined repos" section -# # Some repositories are disabled by default. To enable them, un-comment the # repo name header (e.g. '[nonprism]') and the following 'Include' line. # You can add preferred servers for each repo between the header and "Include" line, @@ -106,6 +103,8 @@ LocalFileSigLevel = Optional # The use of third-party software is discouraged with a "use at your own risk" warning. # These may be community-maintained or maintained privately by the local user or sysadmin. # They may be hosted on the internet, on the local network, or only on the local computer. +# An example of a custom package repository is given below +# in the "User-defined repos" section # See the pacman manpage for details on creating your own repositories. diff --git a/libre/pacman/pacman.conf.i686 b/libre/pacman/pacman.conf.i686 index c96cb424a..1f8ddec57 100644 --- a/libre/pacman/pacman.conf.i686 +++ b/libre/pacman/pacman.conf.i686 @@ -42,7 +42,7 @@ LocalFileSigLevel = Optional #RemoteFileSigLevel = Required # NOTE: You must run `pacman-key --init` before first using pacman; the local -# keyring can then be populated with the keys of all official packagers with: +# keyring can then be populated with the keys of all trusted packagers with: # `pacman-key --populate archlinux archlinux32 archlinuxarm parabola`. # @@ -63,9 +63,6 @@ LocalFileSigLevel = Optional # The header [repo-name] is crucial - it must be present and # un-commented to enable the repo. # -# An example of a custom package repository is given below -# in the "User-defined repos" section -# # Some repositories are disabled by default. To enable them, un-comment the # repo name header (e.g. '[nonprism]') and the following 'Include' line. # You can add preferred servers for each repo between the header and "Include" line, @@ -106,6 +103,8 @@ LocalFileSigLevel = Optional # The use of third-party software is discouraged with a "use at your own risk" warning. # These may be community-maintained or maintained privately by the local user or sysadmin. # They may be hosted on the internet, on the local network, or only on the local computer. +# An example of a custom package repository is given below +# in the "User-defined repos" section # See the pacman manpage for details on creating your own repositories. diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64 index ee09d6315..881a3d6ed 100644 --- a/libre/pacman/pacman.conf.x86_64 +++ b/libre/pacman/pacman.conf.x86_64 @@ -42,7 +42,7 @@ LocalFileSigLevel = Optional #RemoteFileSigLevel = Required # NOTE: You must run `pacman-key --init` before first using pacman; the local -# keyring can then be populated with the keys of all official packagers with: +# keyring can then be populated with the keys of all trusted packagers with: # `pacman-key --populate archlinux archlinux32 archlinuxarm parabola`. # @@ -63,9 +63,6 @@ LocalFileSigLevel = Optional # The header [repo-name] is crucial - it must be present and # un-commented to enable the repo. # -# An example of a custom package repository is given below -# in the "User-defined repos" section -# # Some repositories are disabled by default. To enable them, un-comment the # repo name header (e.g. '[nonprism]') and the following 'Include' line. # You can add preferred servers for each repo between the header and "Include" line, @@ -106,6 +103,8 @@ LocalFileSigLevel = Optional # The use of third-party software is discouraged with a "use at your own risk" warning. # These may be community-maintained or maintained privately by the local user or sysadmin. # They may be hosted on the internet, on the local network, or only on the local computer. +# An example of a custom package repository is given below +# in the "User-defined repos" section # See the pacman manpage for details on creating your own repositories. |