diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-02-23 22:26:58 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-02-23 22:26:58 +0100 |
commit | 1ff1ab547dc99e42808567754e40b3e33fe2ae93 (patch) | |
tree | b842dcadea09eb6ccf52a8c5e5cdc3f2ad4624f3 /debian | |
parent | d2dbafffbe422cf97a9125ece5c32e8f83fb6c9d (diff) | |
download | itzks-systems-1ff1ab547dc99e42808567754e40b3e33fe2ae93.tar.gz itzks-systems-1ff1ab547dc99e42808567754e40b3e33fe2ae93.tar.bz2 itzks-systems-1ff1ab547dc99e42808567754e40b3e33fe2ae93.zip |
shutdown-at-night blockage: Block workstation-like systems from waking up other machines via WoL.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/itzks-systems-diskless.install | 1 | ||||
-rw-r--r-- | debian/itzks-systems-terminalserver.install | 1 | ||||
-rw-r--r-- | debian/itzks-systems-workstation.install | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ff7bc42..003bf91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ itzks-systems (2015.12.15.4) UNRELEASED; urgency=medium * debian/control: + Add D for kile and texworks to all workstation-like system types. + Add D for logisim to all workstation-like system types. + * shutdown-at-night blockage: Block workstation-like systems from waking + up other machines via WoL. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 17 Feb 2016 13:57:43 +0100 diff --git a/debian/itzks-systems-diskless.install b/debian/itzks-systems-diskless.install index 66bd263..2d7d22e 100644 --- a/debian/itzks-systems-diskless.install +++ b/debian/itzks-systems-diskless.install @@ -1,3 +1,4 @@ etc/mimeapps.list etc/ +etc/shutdown-at-night/ etc/ etc/.java etc/ share/gconf/defaults/51_itzks-systems-diskless usr/share/gconf/defaults/ diff --git a/debian/itzks-systems-terminalserver.install b/debian/itzks-systems-terminalserver.install index c0cfd2f..a5bc3f0 100644 --- a/debian/itzks-systems-terminalserver.install +++ b/debian/itzks-systems-terminalserver.install @@ -1,2 +1,3 @@ etc/mimeapps.list etc/ +etc/shutdown-at-night/ etc/ etc/.java etc/
\ No newline at end of file diff --git a/debian/itzks-systems-workstation.install b/debian/itzks-systems-workstation.install index c0cfd2f..a5bc3f0 100644 --- a/debian/itzks-systems-workstation.install +++ b/debian/itzks-systems-workstation.install @@ -1,2 +1,3 @@ etc/mimeapps.list etc/ +etc/shutdown-at-night/ etc/ etc/.java etc/
\ No newline at end of file |