~ubuntu-branches/ubuntu/breezy/sysstat/breezy

« back to all changes in this revision

Viewing changes to sa.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2004-06-15 18:47:50 UTC
  • Revision ID: james.westby@ubuntu.com-20040615184750-ksn9my1b0ue6lc43
Tags: 5.0.5-1
New upstream (stable) version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
#define NET_DEV         "/proc/net/dev"
128
128
#define NET_SOCKSTAT    "/proc/net/sockstat"
129
129
#define SADC            "sadc"
130
 
#define SADC_PATH       "/usr/lib/sa/sadc"
131
 
#define SADC_LOCAL_PATH "/usr/local/lib/sa/sadc"
 
130
#define SADC_PATH       "/usr/lib/sysstat/sadc"
 
131
#define SADC_LOCAL_PATH "/usr/local/lib/sysstat/sadc"
132
132
#define LOADAVG         "/proc/loadavg"
133
133
#define VMSTAT          "/proc/vmstat"
134
134