[debian-edu-commits] debian-edu/ 06/15: Remove Debian-custom/010-set-resolver (customization no longer needed).
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 4f3e1095307918823f1365314c6977ecc6a9653e
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Sun Feb 4 12:16:10 2018 +0100
Remove Debian-custom/010-set-resolver (customization no longer needed).
---
.../ltsp-build-client/Debian-custom/010-set-resolver | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/share/ltsp/plugins/ltsp-build-client/Debian-custom/010-set-resolver b/share/ltsp/plugins/ltsp-build-client/Debian-custom/010-set-resolver
deleted file mode 100644
index 5226d13..0000000
--- a/share/ltsp/plugins/ltsp-build-client/Debian-custom/010-set-resolver
+++ /dev/null
@@ -1,16 +0,0 @@
-case "$MODE" in
- after-install)
- # Make sure the chroot have a sane resolv.conf for installing
- # extra packages and upgrades.
- if [ -s $ROOT/etc/resolv.conf ] ; then
- echo "info: Non-zero resolv.conf, not replacing."
- else
- echo "info: Missing resolv.conf, replacing."
- cat > $ROOT/etc/resolv.conf <<EOF
-search intern
-nameserver 10.0.2.2
-EOF
- chmod 0644 $ROOT/etc/resolv.conf
- fi
- ;;
-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