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