~ubuntu-branches/ubuntu/raring/smartmontools/raring

« back to all changes in this revision

Viewing changes to scsiprint.h

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano
  • Date: 2010-07-13 13:16:54 UTC
  • mfrom: (2.2.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100713131654-k5wd1maqujl2uufp
Tags: 5.39.1+svn3124-1
* [1e46e09] Set state and attribute file directory to
  /var/lib/smartmontools/ (Closes: #582158)
* [e20147c] Don't warn about being disabled unless verbose (Closes: #583386)
* [3390c07] Fixed example path in man pages (Closes: #588134)
* [e9583e0] Imported Upstream version 5.39.1+svn3124
* [789e123] Refreshed patches
* [cbecf14] Bump to Standards-Version 3.9.0, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
8
8
 *
9
9
 * Additional SCSI work:
10
 
 * Copyright (C) 2003-9 Douglas Gilbert <dougg@torque.net>
 
10
 * Copyright (C) 2003-10 Douglas Gilbert <dgilbert@interlog.com>
11
11
 *
12
12
 * This program is free software; you can redistribute it and/or modify
13
13
 * it under the terms of the GNU General Public License as published by
29
29
#ifndef SCSI_PRINT_H_
30
30
#define SCSI_PRINT_H_
31
31
 
32
 
#define SCSIPRINT_H_CVSID "$Id: scsiprint.h,v 1.24 2009/06/21 02:39:32 dpgilbert Exp $\n"
 
32
#define SCSIPRINT_H_CVSID "$Id: scsiprint.h 3096 2010-04-30 14:32:49Z chrfranke $\n"
33
33
 
34
34
// Options for scsiPrintMain
35
35
// TODO: Move remaining options from con->* to here.