[debian-edu-commits] debian-edu/ 10/15: Remove Debian-custom/095-umount-error (obsolete with newer LTSP).
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 639f4da32917a4577ba88a839c65a5560c5fddea
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Sun Feb 4 12:23:37 2018 +0100
Remove Debian-custom/095-umount-error (obsolete with newer LTSP).
---
.../ltsp-build-client/Debian-custom/095-umount-error | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/share/ltsp/plugins/ltsp-build-client/Debian-custom/095-umount-error b/share/ltsp/plugins/ltsp-build-client/Debian-custom/095-umount-error
deleted file mode 100755
index a2ad485..0000000
--- a/share/ltsp/plugins/ltsp-build-client/Debian-custom/095-umount-error
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Report what is blocking umount from working if
-# 091-umount-dirs/finalization failed to umount some directories.
-#
-
-case "$MODE" in
- finalization)
- for dir in $CHROOT_MOUNTED; do
- if [ -x /bin/fuser ] ; then
- echo "Processes holding $dir according to fuser -mv:" 1>&2
- fuser -mv $dir 1>&2
- fi
- done
- ;;
-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