]> git.ipfire.org Git - ipfire-2.x.git/blob - config/rootfiles/core/18/update.sh
Updated rsync to 3.04
[ipfire-2.x.git] / config / rootfiles / core / 18 / update.sh
1 #!/bin/bash
2 . /opt/pakfire/lib/functions.sh
3 /usr/local/bin/backupctrl exclude >/dev/null 2>&1
4 extract_files
5 #perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
6 rm -f /etc/ssh/ssh_host_rsa_key* && ssh-keygen -qf /etc/ssh/ssh_host_rsa_key -N ''
7 rm -f /etc/ssh/ssh_host_key* && ssh-keygen -qf /etc/ssh/ssh_host_key -N '' -t rsa1
8 rm -f /etc/ssh/ssh_host_dsa_key* && ssh-keygen -qf /etc/ssh/ssh_host_dsa_key -N '' -t dsa