Merge branch 'master' into next

This commit is contained in:
Michael Tremer
2021-05-25 09:46:50 +00:00
6 changed files with 30 additions and 15 deletions

View File

@@ -97,6 +97,9 @@ extract_files
# update linker config
ldconfig
# Apply local configuration to sshd_config
/usr/local/bin/sshctrl
# Update Language cache
/usr/local/bin/update-lang-cache
@@ -121,6 +124,10 @@ rm -f \
/usr/lib/dma-mbox-create \
/usr/lib/openssh/ssh-keysign
# Delete orphaned pppd 2.4.8 shared object files
rm -rf \
/usr/lib/pppd/2.4.8/
# Start services
/etc/init.d/sshd restart
/etc/init.d/apache restart