[debian-edu-commits] debian-edu/ 09/15: Remove Debian-custom/050-nbdquery (obsolete since LTSP uses NBD).
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Sun Feb 4 11:37:18 UTC 2018
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit ac5dd53f8ec08eed03c408958dd3470371e1ad93
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Sun Feb 4 12:22:34 2018 +0100
Remove Debian-custom/050-nbdquery (obsolete since LTSP uses NBD).
---
.../plugins/ltsp-build-client/Debian-custom/050-nbdquery | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/share/ltsp/plugins/ltsp-build-client/Debian-custom/050-nbdquery b/share/ltsp/plugins/ltsp-build-client/Debian-custom/050-nbdquery
deleted file mode 100644
index 0e34862..0000000
--- a/share/ltsp/plugins/ltsp-build-client/Debian-custom/050-nbdquery
+++ /dev/null
@@ -1,16 +0,0 @@
-# Need to run after Debian/030-default-lts-conf to make sure our versions
-# is the one that is used.
-case "$MODE" in
- finalization)
- echo "info: Setting up nbdquery in chroot"
- cp /usr/share/debian-edu-config/tools/nbdquery $ROOT/usr/sbin/.
-
- # openbsd-inetd to allow nbdquery to run on LTSP clients
- chroot $ROOT /usr/sbin/update-rc.d -f openbsd-inetd remove
- chroot $ROOT /usr/sbin/update-rc.d openbsd-inetd defaults 20
-
- # run the nbdquery on port 9211 on the LTSP clients
- chroot $ROOT /usr/sbin/update-inetd --group LTSP --add \
- '9211 stream tcp nowait root /usr/sbin/tcpd /usr/sbin/nbdquery'
- ;;
-esac
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list