]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - debian/update-smart-drivedb.8
update debian/copyright and clarify license
[mirror_smartmontools-debian.git] / debian / update-smart-drivedb.8
1 .TH UPDATE-SMART-DRIVEDB 8 "May 15, 2013" "smartmontools" ""
2 .SH "NAME"
3 update-smart-drivedb \- update smartmontools drive database
4 .SH "SYNOPSIS"
5 .B update-smart-drivedb
6 .RB [ -v ]
7 .RI [ DESTFILE ]
8
9 .SH "DESCRIPTION"
10 .B update-smart-drivedb
11 updates
12 .B /usr/share/smartmontools/drivedb.h
13 or
14 .I DESTFILE
15 from smartmontools SVN repository.
16
17 It tries to download first from the current branch and then from
18 trunk. The tools used for downloading are either
19 .BR curl (1),
20 .BR wget "(1) or"
21 .BR lynx (1).
22
23 The old file is kept if the downloaded file is identical (ignoring
24 the differences in Id string) otherwise it is moved to
25 .BR drivedb.h.old .
26
27 .SH "OPTIONS"
28 .TP
29 \-v
30 verbose output
31
32 .SH "EXAMPLES"
33 .nf
34 # update-smart-drivedb
35 /usr/share/smartmontools/drivedb.h updated from branches/RELEASE_5_43_DRIVEDB
36 .fi
37
38 .SH "EXIT STATUS"
39 The exit status is 0 if the database has been successfully
40 updated. If an error occurs the exit status is 1.
41
42 .SH "SEE ALSO"
43 .BR smartctl(8),
44 .BR smartd (8).
45
46 .SH "AUTHOR"
47 This manual page was written by
48 .BR "Hannes von Haugwitz <hannes@vonhaugwitz.com>" .