aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/neverball-wrapper.profile1
-rw-r--r--etc/profile-m-z/neverputt-wrapper.profile1
-rw-r--r--etc/profile-m-z/pinball-wrapper.profile1
-rw-r--r--etc/profile-m-z/scorched3d-wrapper.profile1
-rw-r--r--etc/profile-m-z/supertuxkart-wrapper.profile1
-rw-r--r--etc/profile-m-z/xonotic.profile3
6 files changed, 8 insertions, 0 deletions
diff --git a/etc/profile-m-z/neverball-wrapper.profile b/etc/profile-m-z/neverball-wrapper.profile
index 534e41dd1..086bd6e5e 100644
--- a/etc/profile-m-z/neverball-wrapper.profile
+++ b/etc/profile-m-z/neverball-wrapper.profile
@@ -6,6 +6,7 @@ include neverball-wrapper.local
6# added by included profile 6# added by included profile
7#include globals.local 7#include globals.local
8 8
9# Allow opengl-game wrapper script (distribution-specific)
9include allow-opengl-game.inc 10include allow-opengl-game.inc
10 11
11private-bin neverball-wrapper 12private-bin neverball-wrapper
diff --git a/etc/profile-m-z/neverputt-wrapper.profile b/etc/profile-m-z/neverputt-wrapper.profile
index dacd113cc..d29809c9a 100644
--- a/etc/profile-m-z/neverputt-wrapper.profile
+++ b/etc/profile-m-z/neverputt-wrapper.profile
@@ -6,6 +6,7 @@ include neverputt-wrapper.local
6# added by included profile 6# added by included profile
7#include globals.local 7#include globals.local
8 8
9# Allow opengl-game wrapper script (distribution-specific)
9include allow-opengl-game.inc 10include allow-opengl-game.inc
10 11
11private-bin neverputt-wrapper 12private-bin neverputt-wrapper
diff --git a/etc/profile-m-z/pinball-wrapper.profile b/etc/profile-m-z/pinball-wrapper.profile
index 2b5ed6e27..fec4c3132 100644
--- a/etc/profile-m-z/pinball-wrapper.profile
+++ b/etc/profile-m-z/pinball-wrapper.profile
@@ -6,6 +6,7 @@ include pinball-wrapper.local
6# added by included profile 6# added by included profile
7#include globals.local 7#include globals.local
8 8
9# Allow opengl-game wrapper script (distribution-specific)
9include allow-opengl-game.inc 10include allow-opengl-game.inc
10 11
11private-bin pinball-wrapper 12private-bin pinball-wrapper
diff --git a/etc/profile-m-z/scorched3d-wrapper.profile b/etc/profile-m-z/scorched3d-wrapper.profile
index e76caec1d..a8713edbf 100644
--- a/etc/profile-m-z/scorched3d-wrapper.profile
+++ b/etc/profile-m-z/scorched3d-wrapper.profile
@@ -3,6 +3,7 @@
3# Persistent local customizations 3# Persistent local customizations
4include scorched3d-wrapper.local 4include scorched3d-wrapper.local
5 5
6# Allow opengl-game wrapper script (distribution-specific)
6include allow-opengl-game.inc 7include allow-opengl-game.inc
7 8
8private-bin scorched3d-wrapper 9private-bin scorched3d-wrapper
diff --git a/etc/profile-m-z/supertuxkart-wrapper.profile b/etc/profile-m-z/supertuxkart-wrapper.profile
index af8d73deb..20744090c 100644
--- a/etc/profile-m-z/supertuxkart-wrapper.profile
+++ b/etc/profile-m-z/supertuxkart-wrapper.profile
@@ -6,6 +6,7 @@ include supertuxkart-wrapper.local
6# added by included profile 6# added by included profile
7#include globals.local 7#include globals.local
8 8
9# Allow opengl-game wrapper script (distribution-specific)
9include allow-opengl-game.inc 10include allow-opengl-game.inc
10 11
11private-bin supertuxkart-wrapper 12private-bin supertuxkart-wrapper
diff --git a/etc/profile-m-z/xonotic.profile b/etc/profile-m-z/xonotic.profile
index 87e75986d..ad4ed4d8b 100644
--- a/etc/profile-m-z/xonotic.profile
+++ b/etc/profile-m-z/xonotic.profile
@@ -8,7 +8,10 @@ include globals.local
8 8
9noblacklist ${HOME}/.xonotic 9noblacklist ${HOME}/.xonotic
10 10
11# Allow /bin/sh (blacklisted by disable-shell.inc)
11include allow-bin-sh.inc 12include allow-bin-sh.inc
13
14# Allow opengl-game wrapper script (distribution-specific)
12include allow-opengl-game.inc 15include allow-opengl-game.inc
13 16
14include disable-common.inc 17include disable-common.inc