Files
pkgsrc-ng/net/uucp/files/etc/weekly
2013-09-26 17:14:40 +02:00

6 lines
163 B
Plaintext

if checkyesno clean_uucp && [ -f /usr/pkg/libexec/uucp/clean.weekly ]; then
echo ""
echo "Cleaning up UUCP:"
su daemon -c /usr/pkg/libexec/uucp/clean.weekly
fi