diff options
6 files changed, 13 insertions, 1 deletions
diff --git a/debian/itzks-systems-diskless.install b/debian/itzks-systems-diskless.install index 8a8536e..bbb6b45 100644 --- a/debian/itzks-systems-diskless.install +++ b/debian/itzks-systems-diskless.install @@ -3,6 +3,7 @@ bin/itzks-goodbye-user-session usr/bin/ etc/.java etc/ etc/X11/Xsession.d/98itzks-systems etc/X11/Xsession.d/ etc/default/epoptes-client.d/90_itzks-systems-diskless +etc/epoptes/client/90_itzks-systems-diskless.conf etc/mimeapps.list etc/ etc/profile.d/itzks-systems.sh etc/profile.d/ etc/shutdown-at-night/ etc/ diff --git a/debian/itzks-systems-workstation.install b/debian/itzks-systems-workstation.install index 518b05c..3764f14 100644 --- a/debian/itzks-systems-workstation.install +++ b/debian/itzks-systems-workstation.install @@ -4,6 +4,7 @@ etc/.java etc/ etc/X11/Xsession.d/98itzks-systems etc/X11/Xsession.d/ etc/cron.daily/itzks-systems-workstation /etc/cron.daily/ etc/default/epoptes-client.d/90_itzks-systems-workstation +etc/epoptes/client/90_itzks-systems-workstation.conf etc/mimeapps.list etc/ etc/profile.d/itzks-systems.sh etc/profile.d/ etc/shutdown-at-night/ etc/ diff --git a/etc/default/epoptes-client.d/90_itzks-systems-diskless b/etc/default/epoptes-client.d/90_itzks-systems-diskless index 5a53e09..6591496 100644 --- a/etc/default/epoptes-client.d/90_itzks-systems-diskless +++ b/etc/default/epoptes-client.d/90_itzks-systems-diskless @@ -1 +1,3 @@ +# This file is used by epoptes 23.01 (and earlier) + SERVER=epoptes-server
\ No newline at end of file diff --git a/etc/default/epoptes-client.d/90_itzks-systems-workstation b/etc/default/epoptes-client.d/90_itzks-systems-workstation index 5a53e09..3d7a9b3 100644 --- a/etc/default/epoptes-client.d/90_itzks-systems-workstation +++ b/etc/default/epoptes-client.d/90_itzks-systems-workstation @@ -1 +1,3 @@ -SERVER=epoptes-server
\ No newline at end of file +# This file is used by epoptes 23.01 (and earlier) + +SERVER=epoptes-server diff --git a/etc/epoptes/client/90_itzks-systems-diskless.conf b/etc/epoptes/client/90_itzks-systems-diskless.conf new file mode 100644 index 0000000..b711f97 --- /dev/null +++ b/etc/epoptes/client/90_itzks-systems-diskless.conf @@ -0,0 +1,3 @@ +# This file is used by epoptes 23.08 (and beyond) + +SERVER=epoptes-server diff --git a/etc/epoptes/client/90_itzks-systems-workstation.conf b/etc/epoptes/client/90_itzks-systems-workstation.conf new file mode 100644 index 0000000..b711f97 --- /dev/null +++ b/etc/epoptes/client/90_itzks-systems-workstation.conf @@ -0,0 +1,3 @@ +# This file is used by epoptes 23.08 (and beyond) + +SERVER=epoptes-server |