Renamed 'arguments' with 'options'

This commit is contained in:
Serghey Rodin 2012-01-03 21:47:10 +02:00
commit 699015ade1
44 changed files with 44 additions and 44 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: add cron job # info: add cron job
# arguments: user min hour day month wday command [job] # options: user min hour day month wday command [job]
# #
# The function adds a job to cron daemon. When executing commands, any output # The function adds a job to cron daemon. When executing commands, any output
# is mailed to user's email if parameter REPORTS is set to 'yes'. # is mailed to user's email if parameter REPORTS is set to 'yes'.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: add database # info: add database
# arguments: user db db_user db_password type [host] [encoding] # options: user db db_user db_password type [host] [encoding]
# #
# The function creates the database concatenating username and user_db. # The function creates the database concatenating username and user_db.
# Supported yypes of databases you can get using v_list_sys_config script. # Supported yypes of databases you can get using v_list_sys_config script.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: add new database server # info: add new database server
# arguments: type host port db_user db_password [max_db] [tpl] # options: type host port db_user db_password [max_db] [tpl]
# #
# The function add new database server to the server pool. It supports local # The function add new database server to the server pool. It supports local
# and remote database servers, which is useful for clusters. By adding a host # and remote database servers, which is useful for clusters. By adding a host

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: add dns domain # info: add dns domain
# arguments: user domain ip [template] [exp] [soa] [ttl] # options: user domain ip [template] [exp] [soa] [ttl]
# #
# The function adds DNS zone with records defined in the template. If the exp # The function adds DNS zone with records defined in the template. If the exp
# argument isn't stated, the expiration date value will be set to next year. # argument isn't stated, the expiration date value will be set to next year.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: add dns domain record # info: add dns domain record
# arguments: user domain record type value [id] # options: user domain record type value [id]
# #
# The call is used for adding new DNS record. Complex records of TXT, MX and # The call is used for adding new DNS record. Complex records of TXT, MX and
# SRV types can be used by a filling in the 'value' argument. The function also # SRV types can be used by a filling in the 'value' argument. The function also

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: change cron job # info: change cron job
# arguments: user job min hour day month wday command # options: user job min hour day month wday command
# #
# The function is used for changing existing job. It fully replace job # The function is used for changing existing job. It fully replace job
# parameters with new one but with same id. # parameters with new one but with same id.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: change database user password # info: change database user password
# arguments: user db_name db_password # options: user db_name db_password
# #
# The function for changing database user password to a database. It uses the # The function for changing database user password to a database. It uses the
# full name of database as argument. # full name of database as argument.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: change dns domain expiriation date # info: change dns domain expiriation date
# arguments: user domain exp # options: user domain exp
# #
# The function of changing the term of expiration domain's registration. The # The function of changing the term of expiration domain's registration. The
# serial number will be refreshed automatically during update. # serial number will be refreshed automatically during update.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: change dns domain ip address # info: change dns domain ip address
# arguments: user domain ip # options: user domain ip
# #
# The function for changing the main ip of DNS zone. # The function for changing the main ip of DNS zone.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: change dns domain record # info: change dns domain record
# arguments: user domain id record type value # options: user domain id record type value
# #
# The function for changing DNS record. # The function for changing DNS record.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: change dns domain soa record # info: change dns domain soa record
# arguments: user domain soa # options: user domain soa
# #
# The function for changing SOA record. This type of records can not be # The function for changing SOA record. This type of records can not be
# modified by v_change_dns_domain_record call. # modified by v_change_dns_domain_record call.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: change dns domain template # info: change dns domain template
# arguments: user domain # options: user domain
# #
# The function for changing the template of records. By updating old records # The function for changing the template of records. By updating old records
# will be removed and new records will be generated in accordance with # will be removed and new records will be generated in accordance with

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: change dns domain ttl # info: change dns domain ttl
# arguments: user domain ttl # options: user domain ttl
# #
# The function for chaning the time to live TTL parameter for all records. # The function for chaning the time to live TTL parameter for all records.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: delete cron job # info: delete cron job
# arguments: user job # options: user job
# #
# The function deletes cron job. # The function deletes cron job.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: delete database # info: delete database
# arguments: user database # options: user database
# #
# The function for deleting the database. If database user have access to # The function for deleting the database. If database user have access to
# another database, he will not be deleted. # another database, he will not be deleted.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: delete user databases # info: delete user databases
# arguments: user # options: user
# #
# The function deletes all user databases. # The function deletes all user databases.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: delete database serve # info: delete database serve
# arguments: type host # options: type host
# #
# The function for deleting the database host from vesta configuration. It will # The function for deleting the database host from vesta configuration. It will
# be deleted if there are no databases created on it only. # be deleted if there are no databases created on it only.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: delite dns domain # info: delite dns domain
# arguments: user domain # options: user domain
# #
# The function for deleting DNS domain. By deleting it all records will also be # The function for deleting DNS domain. By deleting it all records will also be
# deleted. # deleted.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: delete dns record # info: delete dns record
# arguments: user domain id # options: user domain id
# #
# The function for deleting a certain record of DNS zone. # The function for deleting a certain record of DNS zone.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: delete dns domains # info: delete dns domains
# arguments: user # options: user
# #
# The function for deleting all users DNS domains. # The function for deleting all users DNS domains.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: get dns domain value # info: get dns domain value
# arguments: user domain key # options: user domain key
# #
# The function for getting a certain DNS domain parameter. # The function for getting a certain DNS domain parameter.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: list user cron jobs # info: list user cron jobs
# arguments: user [format] # options: user [format]
# #
# The function for obtaining the list of all users cron jobs. # The function for obtaining the list of all users cron jobs.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: list database # info: list database
# arguments: user database [format] # options: user database [format]
# #
# The function for obtaining of all database's parameters. # The function for obtaining of all database's parameters.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: listing data bases # info: listing data bases
# arguments: user [format] # options: user [format]
# #
# The function for obtaining the list of all user's databases. # The function for obtaining the list of all user's databases.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: list database host # info: list database host
# arguments: type host [format] # options: type host [format]
# #
# The function for obtaining host's database parameters. # The function for obtaining host's database parameters.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: list data base servers # info: list data base servers
# arguments: type [format] # options: type [format]
# #
# The function for obtaining the list of all hosts of the same databases' type. # The function for obtaining the list of all hosts of the same databases' type.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: list dns domain # info: list dns domain
# arguments: user domain [format] # options: user domain [format]
# #
# The function for getting all DNS domain's parameters. # The function for getting all DNS domain's parameters.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: list dns domains # info: list dns domains
# arguments: user [format] # options: user [format]
# #
# The function for obtaining all DNS domains of a user. # The function for obtaining all DNS domains of a user.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: list dns template # info: list dns template
# arguments: template [format] # options: template [format]
# #
# The function for obtaining the DNS template parameters. # The function for obtaining the DNS template parameters.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: list dns templates # info: list dns templates
# arguments: [format] # options: [format]
# #
# The function for obtaining the list of all DNS templates available. # The function for obtaining the list of all DNS templates available.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: rebuild cron jobs # info: rebuild cron jobs
# arguments: user # options: user
# #
# The function rebuilds system cron config file for specified user. # The function rebuilds system cron config file for specified user.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: rebuild dns domains # info: rebuild dns domains
# arguments: user # options: user
# #
# The function rebuilds BIND configuration files for all dns domains. # The function rebuilds BIND configuration files for all dns domains.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: restart cron service # info: restart cron service
# arguments: none # options: none
# #
# The function tells crond service to reread its configuration files. # The function tells crond service to reread its configuration files.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: restart dns service # info: restart dns service
# arguments: none # options: none
# #
# The function tells BIND service to reload dns zone files. # The function tells BIND service to reload dns zone files.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: suspend cron job # info: suspend cron job
# arguments: user job # options: user job
# #
# The function suspends a certain job of the cron scheduler. # The function suspends a certain job of the cron scheduler.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: Suspending sys cron jobs # info: Suspending sys cron jobs
# arguments: user # options: user
# #
# The function suspends all user cron jobs. # The function suspends all user cron jobs.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: suspend database # info: suspend database
# arguments: user database # options: user database
# #
# The function for suspending a certain user database. # The function for suspending a certain user database.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: suspend databases # info: suspend databases
# arguments: user # options: user
# #
# The function for suspending of all databases of a single user. # The function for suspending of all databases of a single user.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: suspend dns domain # info: suspend dns domain
# arguments: user domain # options: user domain
# #
# The function suspends a certain user's domain. # The function suspends a certain user's domain.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: suspend dns domains # info: suspend dns domains
# arguments: user # options: user
# #
# The function suspends all user's DNS domains. # The function suspends all user's DNS domains.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: unuspend cron job # info: unuspend cron job
# arguments: user job # options: user job
# #
# The function unsuspen certain cron job. # The function unsuspen certain cron job.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: unuspend sys cron # info: unuspend sys cron
# arguments: user # options: user
# #
# The function unsuspends all suspended cron jobs. # The function unsuspends all suspended cron jobs.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: unsuspend database # info: unsuspend database
# arguments: user database # options: user database
# #
# The function for unsuspending database. # The function for unsuspending database.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# info: update databases disk usage # info: update databases disk usage
# arguments: user # options: user
# #
# The function recalculates disk usage for all user databases. # The function recalculates disk usage for all user databases.