Compare commits

...

No commits in common. "v963" and "v961" have entirely different histories.
v963 ... v961

View File

@ -1,15 +0,0 @@
#!/bin/bash
if getent passwd amanda 2>&1 >/dev/null; then
userdel amanda
fi
if getent group backup 2>&1 >/dev/null; then
groupdel backup
fi
sed -i -e "/^amandaidx/d" /etc/services
sed -i -e "/^amidxtape/d" /etc/services
crontab -r -u amanda
rm -r /etc/amandates /var/amanda