Skip to content
Snippets Groups Projects
Unverified Commit db30debc authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

add patches/systemd

parent 1033ce25
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -e
#1007018
patch -p1 << 'EOF'
--- a/debian/rules
+++ b/debian/rules
@@ -195,6 +195,9 @@ override_dh_install:
rm -f debian/tmp/sbin/resolvconf
# remove obsolete compat symlink
rm -f debian/tmp/usr/bin/systemd-resolve
+ # do not create a potentially broken /etc/resolv.conf symlink
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007018
+ rm -f debian/tmp/usr/lib/tmpfiles.d/systemd-resolve.conf
dh_install
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment