Skip to content
Snippets Groups Projects
Commit 5ecf8efc authored by ballen4705's avatar ballen4705
Browse files

Added new command line argument for smartd.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@354 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent d45dcdf5
No related branches found
No related tags found
No related merge requests found
...@@ -182,11 +182,11 @@ please post to the smartmontools mailing list. ...@@ -182,11 +182,11 @@ please post to the smartmontools mailing list.
The following table shows the mapping of old options to new options: The following table shows the mapping of old options to new options:
--------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------
Old option New short option New long option smartd.conf smartd.conf Old option New short option New long option smartd.conf smartd.conf
Versions <= Versions >= Versions >= Directive Directive Versions <= Versions >= Versions >= DIRECTIVE DIRECTIVE
5.0-X 5.0-Y 5.0-Y <= 5.0-X >= 5.0-Y 5.0-X 5.0-Y 5.0-Y <= 5.0-X >= 5.0-Y
--------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------
-h, -? -h, -? --help -h, -? -h, -? --help
-V -V --version, --copyright, --license -V -V --version, --copyright, --license
-i -i --info CONFLICT -i -i --info CONFLICT
...@@ -217,20 +217,21 @@ The following table shows the mapping of old options to new options: ...@@ -217,20 +217,21 @@ The following table shows the mapping of old options to new options:
-x -t long -C --test=long --captive -x -t long -C --test=long --captive
-A -X --abort -A -X --abort
SHOULD BECOME COMMAND-LINE ARGUMENT==> -C N Set checktime NOW CMD LINE
-f usage attributes -f
SHOULD BECOME A COMMAND-LINE ARGUMENT (-C N, --checkinterval N) =======> -C N Set checktime NOW CMD LINE
-f usage attributes -f
-M ADD Email addresses -M ADD -M ADD Email addresses -M ADD
-m N Email mode -m MODE -m N Email mode -m MODE
-i N Ignore -i N -i N Ignore -i N
-I N Ignore -I N -I N Ignore -I N
# Comment # # Comment #
\ Line continuation \ \ Line continuation \
--------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------
Suggested change order (CVS commit at least after each of these): Suggested change order (CVS commit at least after each of these):
Modify smartctl command-line options Modify smartctl command-line options
Modify smartctl man page, README file, CHANGELOG Modify smartctl man page, README file, CHANGELOG
Modify smartmontools index.html page to warn users of change in syntax, point to end of README file
Modify smartd to take -C out of config file, put onto command line Modify smartd to take -C out of config file, put onto command line
Modify smartd and smartd.conf man pages, README file, CHANGELOG Modify smartd and smartd.conf man pages, README file, CHANGELOG
Modify smartd Directive names, parsing Modify smartd Directive names, parsing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment