Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
trisquel
trisquel-packages
Commits
403424cc
Commit
403424cc
authored
Nov 11, 2022
by
Ruben Rodriguez
Browse files
11.0/trisquel-base-data: Systemd-resolved update script is deprecated
parent
13625cbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
11.0/trisquel-base-data/debian/changelog
View file @
403424cc
trisquel-base-data (11.2) aramo; urgency=medium
* Systemd-resolved update script is deprecated
-- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 11 Nov 2022 12:34:20 -0500
trisquel-base-data (11.1) aramo; urgency=medium
* removed Dpkg/Vendor/Trisquel.pm, now provided by dpkg
...
...
11.0/trisquel-base-data/debian/postinst
View file @
403424cc
...
...
@@ -6,17 +6,3 @@ update-alternatives --remove default.plymouth /lib/plymouth/themes/lubuntu-logo/
fi
update-initramfs
-u
# Default to systemd-resolved
systemctl
enable
systemd-resolved
systemctl start systemd-resolved
if
[
-L
/etc/resolv.conf
]
&&
\
[
"
$(
readlink
/etc/resolv.conf
)
"
!=
"/run/systemd/resolve/stub-resolv.conf"
]
&&
\
[
-f
/run/systemd/resolve/stub-resolv.conf
]
;
then
mv
/etc/resolv.conf /etc/resolv.conf.trisquel.bak
ln
-s
/run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
fi
exit
0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment