summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-05-27 09:11:16 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-05-27 09:13:25 +0200
commitc9094a1d55a9a7ebeaea903f754bd11afba6bd2d (patch)
treec93ffc41f244cf58cf5d5bbdfdeb4e36786e19fd
parent4abe62242d44647a6e95eaa1f9a3b90aee8e9503 (diff)
downloaditzks-systems-c9094a1d55a9a7ebeaea903f754bd11afba6bd2d.tar.gz
itzks-systems-c9094a1d55a9a7ebeaea903f754bd11afba6bd2d.tar.bz2
itzks-systems-c9094a1d55a9a7ebeaea903f754bd11afba6bd2d.zip
etc/profile.d/itzks-systems.sh: Set NSS_SDB_USE_CACHE=yes (on diskless, terminalserver, workstation, mainserver).
-rw-r--r--debian/itzks-systems-diskless.install1
-rw-r--r--debian/itzks-systems-mainserver.install1
-rw-r--r--debian/itzks-systems-terminalserver.install1
-rw-r--r--debian/itzks-systems-workstation.install1
-rw-r--r--etc/profile.d/itzks-systems.sh1
5 files changed, 5 insertions, 0 deletions
diff --git a/debian/itzks-systems-diskless.install b/debian/itzks-systems-diskless.install
index f462a5d..f2088dd 100644
--- a/debian/itzks-systems-diskless.install
+++ b/debian/itzks-systems-diskless.install
@@ -2,6 +2,7 @@ bin/itzks-hosts usr/bin/
bin/itzks-goodbye-user-session usr/bin/
etc/.java etc/
etc/mimeapps.list etc/
+etc/profile.d/itzks-systems.sh etc/profile.d/
etc/shutdown-at-night/ etc/
share/glib-2.0/schemas/90_itzks+mate.gschema.override usr/share/glib-2.0/schemas/
share/mate-panel/layouts/itzks.layout usr/share/mate-panel/layouts/
diff --git a/debian/itzks-systems-mainserver.install b/debian/itzks-systems-mainserver.install
index ccfc755..d63a8c5 100644
--- a/debian/itzks-systems-mainserver.install
+++ b/debian/itzks-systems-mainserver.install
@@ -1,5 +1,6 @@
bin/itzks-hosts usr/bin/
etc/cron.d/itzks-transfer-cleaner /etc/cron.d/
+etc/profile.d/itzks-systems.sh etc/profile.d/
etc/skel etc/
etc/sudoers.d/itzks-systems-mainserver etc/sudoers.d/
sbin/itzks-transfer-create usr/sbin/
diff --git a/debian/itzks-systems-terminalserver.install b/debian/itzks-systems-terminalserver.install
index b25c286..4da3d60 100644
--- a/debian/itzks-systems-terminalserver.install
+++ b/debian/itzks-systems-terminalserver.install
@@ -1,5 +1,6 @@
bin/itzks-goodbye-user-session usr/bin/
etc/.java etc/
etc/mimeapps.list etc/
+etc/profile.d/itzks-systems.sh etc/profile.d/
share/glib-2.0/schemas/90_itzks+mate.gschema.override usr/share/glib-2.0/schemas/
share/mate-panel/layouts/itzks.layout usr/share/mate-panel/layouts/
diff --git a/debian/itzks-systems-workstation.install b/debian/itzks-systems-workstation.install
index 02bf39b..026e3a5 100644
--- a/debian/itzks-systems-workstation.install
+++ b/debian/itzks-systems-workstation.install
@@ -3,6 +3,7 @@ bin/itzks-goodbye-user-session usr/bin/
etc/.java etc/
etc/cron.daily/itzks-systems-workstation /etc/cron.daily/
etc/mimeapps.list etc/
+etc/profile.d/itzks-systems.sh etc/profile.d/
etc/shutdown-at-night/ etc/
share/glib-2.0/schemas/90_itzks+mate.gschema.override usr/share/glib-2.0/schemas/
share/mate-panel/layouts/itzks.layout usr/share/mate-panel/layouts/
diff --git a/etc/profile.d/itzks-systems.sh b/etc/profile.d/itzks-systems.sh
new file mode 100644
index 0000000..7c63d5b
--- /dev/null
+++ b/etc/profile.d/itzks-systems.sh
@@ -0,0 +1 @@
+export NSS_SDB_USE_CACHE="yes"