From 265b3e0e2848d86236eef16ec23b9b58493c081b Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 22 Feb 2021 17:11:36 -0300 Subject: ipcalc-ng.profile: fix double globals.local include And add missing redirect comment. See etc/templates/redirect_alias-profile.template. --- etc/profile-a-l/ipcalc-ng.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/ipcalc-ng.profile b/etc/profile-a-l/ipcalc-ng.profile index e3fe118c3..3ad0f3a4f 100644 --- a/etc/profile-a-l/ipcalc-ng.profile +++ b/etc/profile-a-l/ipcalc-ng.profile @@ -4,6 +4,8 @@ quiet # Persistent local customizations include ipcalc-ng.local # Persistent global definitions -include globals.local +# added by included profile +#include globals.local +# Redirect include ipcalc.profile -- cgit v1.2.3-70-g09d2 From bdcb82acbfd5ea70086c2ccef095858758db92e4 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sun, 21 Feb 2021 00:53:17 -0300 Subject: ipcalc.profile: move allow include to proper place And add missing allow include comment. See etc/templates/profile.template. --- etc/profile-a-l/ipcalc.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/ipcalc.profile b/etc/profile-a-l/ipcalc.profile index a75fff60b..4b97b83b7 100644 --- a/etc/profile-a-l/ipcalc.profile +++ b/etc/profile-a-l/ipcalc.profile @@ -6,12 +6,12 @@ include ipcalc.local # Persistent global definitions include globals.local - +# Allow perl (blacklisted by disable-interpreters.inc) +include allow-perl.inc include disable-common.inc include disable-devel.inc include disable-exec.inc -include allow-perl.inc include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc -- cgit v1.2.3-70-g09d2