Notification of new updates

evil_smurf

Verified User
Joined
Mar 3, 2006
Messages
123
My DA doesn't seem to be automatically updating, which is okay with me. However, how can I get a notification when new updates are available?
 
Join the da-announce list. It's a standard majordomo announcement list, and you can subscribe by sending an email to [email protected] from the email address where you want to receive the announcements, with any (or no) subject, and the following line in the body:
Code:
subscribe da-announce
Jeff
 
You can autoupdate it too :) Just add this code to your /etc/cron.daily/da_update:
Code:
#!/bin/sh
echo "action=update&value=program" >> /usr/local/directadmin/data/task.queue
 
Last edited:
Back
Top