From c2e40c6d4e9c76304c3f49e04019871322fa6b77 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 29 Jan 2021 18:23:17 -0300 Subject: archivers: move archiver-common.inc include to the bottom And mark it as a redirect profile. This is done so when including other *-common.inc profiles, such as firefox-common.profile. --- etc/profile-a-l/7z.profile | 3 +++ etc/profile-a-l/ar.profile | 1 + etc/profile-a-l/atool.profile | 4 +++- etc/profile-a-l/bsdtar.profile | 5 +++-- etc/profile-a-l/cpio.profile | 1 + etc/profile-a-l/gzip.profile | 1 + 6 files changed, 12 insertions(+), 3 deletions(-) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/7z.profile b/etc/profile-a-l/7z.profile index 76492c339..b2294c070 100644 --- a/etc/profile-a-l/7z.profile +++ b/etc/profile-a-l/7z.profile @@ -7,5 +7,8 @@ include 7z.local # Persistent global definitions include globals.local +# Included in archiver-common.inc ignore include disable-shell.inc + +# Redirect include archiver-common.inc diff --git a/etc/profile-a-l/ar.profile b/etc/profile-a-l/ar.profile index c2b215807..f99934e66 100644 --- a/etc/profile-a-l/ar.profile +++ b/etc/profile-a-l/ar.profile @@ -7,4 +7,5 @@ include ar.local # Persistent global definitions include globals.local +# Redirect include archiver-common.inc diff --git a/etc/profile-a-l/atool.profile b/etc/profile-a-l/atool.profile index 34af47df2..6e0ecb012 100644 --- a/etc/profile-a-l/atool.profile +++ b/etc/profile-a-l/atool.profile @@ -9,10 +9,12 @@ include globals.local # Allow perl (blacklisted by disable-interpreters.inc) include allow-perl.inc -include archiver-common.inc noroot # without login.defs atool complains and uses UID/GID 1000 by default private-etc alternatives,group,login.defs,passwd private-tmp + +# Redirect +include archiver-common.inc diff --git a/etc/profile-a-l/bsdtar.profile b/etc/profile-a-l/bsdtar.profile index c37f4071e..fb4f643c8 100644 --- a/etc/profile-a-l/bsdtar.profile +++ b/etc/profile-a-l/bsdtar.profile @@ -6,6 +6,7 @@ include bsdtar.local # Persistent global definitions include globals.local -include archiver-common.inc - private-etc alternatives,group,localtime,passwd + +# Redirect +include archiver-common.inc diff --git a/etc/profile-a-l/cpio.profile b/etc/profile-a-l/cpio.profile index 785308ffd..0e0299655 100644 --- a/etc/profile-a-l/cpio.profile +++ b/etc/profile-a-l/cpio.profile @@ -10,4 +10,5 @@ include globals.local noblacklist /sbin noblacklist /usr/sbin +# Redirect include archiver-common.inc diff --git a/etc/profile-a-l/gzip.profile b/etc/profile-a-l/gzip.profile index 9b59e57e7..895231aee 100644 --- a/etc/profile-a-l/gzip.profile +++ b/etc/profile-a-l/gzip.profile @@ -10,4 +10,5 @@ include globals.local # Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only. noblacklist /var/lib/pacman +# Redirect include archiver-common.inc -- cgit v1.2.3-54-g00ecf