2024-07-29 11:42:42 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-07-31 12:55:27 +02:00
|
|
|
if [ -e /var/backups/amandahosts ]; then
|
|
|
|
cp /var/backups/amandahosts /var/backups/.amandahosts
|
|
|
|
chmod 600 /var/backups/.amandahosts
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
2024-07-29 11:42:42 +02:00
|
|
|
inetd -d /etc/inetd.conf
|