Merge branch 'core110'

This commit is contained in:
Arne Fitzenreiter
2017-05-30 21:29:20 +02:00
3 changed files with 10 additions and 2 deletions

View File

@@ -47,6 +47,14 @@ ldconfig
# Remove deprecated options
sed -e "/^RSAAuthentication/d" -i /etc/ssh/sshd_config
# Remove avahi from system and pakfire db
for i in $(cat /opt/pakfire/db/rootfiles/avahi); do
rm -rfv /${i}
done
rm -fv /opt/pakfire/db/rootfiles/avahi
rm -fv /opt/pakfire/db/*/meta-avahi
rm -fv /etc/rc.d/rc*.d/???avahi
# Start services
/etc/init.d/unbound start
/etc/init.d/sshd restart