~ubuntu-branches/ubuntu/gutsy/sysstat/gutsy

« back to all changes in this revision

Viewing changes to sapath.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2005-10-05 20:44:33 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051005204433-v20r8ptt8ms2690u
Tags: 6.0.1-3
Swedish debconf templates translation (closes: #331184).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * sysstat: the sar and iostat commands for Linux
3
 
 * (C) 1999-2004 by Sebastien Godard (sysstat <at> wanadoo.fr)
4
 
 */
5
 
 
6
 
#ifndef _SAPATH_H
7
 
#define _SAPATH_H
8
 
 
9
 
/* A possible alternate location for sadc data collector */
10
 
#define SADC_ALT_PATH   "ALTLOC/sadc"
11
 
 
12
 
#endif  /* _SAPATH_H */