source: trunk/debathena/config/athinfod-cluster-config/debian/debathena-athinfod-cluster-config.defs @ 25690

Revision 25690, 539 bytes checked in by jdreed, 12 years ago (diff)
In athinfod-cluster-config: * Depend on new athinfod with query snippet support and stop diverting the conffile * Bump Standards-Version In auto-update: * Depend on the new athinfod with query snippet support and add some queries ourselves * Separate out the update-schedule from the upgrade-schedule when querying via athinfo
  • Property svn:executable set to *
Line 
1# Added by debathena-athinfod-cluster-config
2update.log      /usr/lib/athinfod/is_cluster && cat /var/log/athena-update
3upgrade.log     /usr/lib/athinfod/is_cluster && cat /var/log/athena-upgrade
4in-use          /usr/lib/athinfod/is_cluster && (test `pgrep -c larvnet-wrapper` -gt 0 && echo "yes" || echo "no") || echo "n/a"
5install.log     /usr/lib/athinfod/is_cluster && cat /var/log/athena-install.log
6usb-hid         /usr/share/debathena-athinfod-cluster-config/usb-hid.py
7lsusb           /usr/lib/athinfod/is_cluster && lsusb
8dmesg           /usr/lib/athinfod/is_cluster && dmesg
Note: See TracBrowser for help on using the repository browser.