summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"