Skip to content

Commit

Permalink
baselayout: Remove avahi from nsswitch.conf
Browse files Browse the repository at this point in the history
**Summary**

Remove the Avahi-based `mdns_minimal` resolver as mDNS is now handled by systemd-resolved.
  • Loading branch information
silkeh committed Sep 8, 2024
1 parent 9cec6e2 commit ca880ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/b/baselayout/files/nsswitch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# sudo cp /usr/share/defaults/etc/nsswitch.conf /etc/nsswitch.conf
#
## Then you can make your changes to the /etc/nsswitch.conf as needed.
hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns
hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns
2 changes: 1 addition & 1 deletion packages/b/baselayout/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : baselayout

Check notice on line 1 in packages/b/baselayout/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 1.9.0
release : 81
release : 82
source :
- https://github.com/getsolus/baselayout/releases/download/v1.9.0/baselayout-1.9.0.tar.gz : a2a3e4fdb6349b479a16d9ffcf2335fb0f4d75d2cdd1cdbb80cb6c02652f37de
homepage : https://github.com/getsolus/baselayout
Expand Down
12 changes: 6 additions & 6 deletions packages/b/baselayout/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>baselayout</Name>
<Homepage>https://github.com/getsolus/baselayout</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
<Name>Silke Hofstra</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>system.base</PartOf>
Expand Down Expand Up @@ -70,12 +70,12 @@
</Files>
</Package>
<History>
<Update release="81">
<Date>2024-05-13</Date>
<Update release="82">
<Date>2024-09-08</Date>
<Version>1.9.0</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
<Name>Silke Hofstra</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit ca880ae

Please sign in to comment.