Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request OwlCyberDefense#12 from fishilico/typos
Browse files Browse the repository at this point in the history
Fix typos in contrib module interfaces
  • Loading branch information
doverride committed Jan 19, 2016
2 parents 1180c05 + 1d85c97 commit a2ce269
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion amanda.if
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ interface(`amanda_rw_dumpdates_files',`

########################################
## <summary>
## Search Amanda library directories.
## Manage Amanda library directories.
## </summary>
## <param name="domain">
## <summary>
Expand Down
3 changes: 2 additions & 1 deletion bind.if
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

########################################
## <summary>
## Execute bind server in the bind domain.
## Execute bind init scripts in
## the init script domain.
## </summary>
## <param name="domain">
## <summary>
Expand Down
4 changes: 2 additions & 2 deletions cgroup.if
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ interface(`cgroup_domtrans_cgconfig',`

########################################
## <summary>
## Execute a domain transition to run
## CG config parser.
## Execute CG config init scripts in
## the init script domain.
## </summary>
## <param name="domain">
## <summary>
Expand Down
3 changes: 2 additions & 1 deletion kdump.if
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ interface(`kdump_domtrans',`

#######################################
## <summary>
## Execute kdump in the kdump domain.
## Execute kdump init scripts in
## the init script domain.
## </summary>
## <param name="domain">
## <summary>
Expand Down
6 changes: 4 additions & 2 deletions nis.if
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ interface(`nis_domtrans_ypxfr',`

########################################
## <summary>
## Execute nis server in the nis domain.
## Execute nis init scripts in
## the init script domain.
## </summary>
## <param name="domain">
## <summary>
Expand All @@ -337,7 +338,8 @@ interface(`nis_initrc_domtrans',`

########################################
## <summary>
## Execute nis server in the nis domain.
## Execute ypbind init scripts in
## the init script domain.
## </summary>
## <param name="domain">
## <summary>
Expand Down
5 changes: 3 additions & 2 deletions ntp.if
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ interface(`ntp_run',`

########################################
## <summary>
## Execute ntp server in the ntpd domain.
## Execute ntpdate server in the ntpd domain.
## </summary>
## <param name="domain">
## <summary>
Expand All @@ -82,7 +82,8 @@ interface(`ntp_domtrans_ntpdate',`

########################################
## <summary>
## Execute ntp server in the ntpd domain.
## Execute ntpd init scripts in
## the init script domain.
## </summary>
## <param name="domain">
## <summary>
Expand Down
3 changes: 2 additions & 1 deletion shorewall.if
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ interface(`shorewall_domtrans',`

######################################
## <summary>
## Execute a domain transition to run shorewall.
## Execute a domain transition to run shorewall
## using executables from /var/lib.
## </summary>
## <param name="domain">
## <summary>
Expand Down
5 changes: 2 additions & 3 deletions virt.if
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ interface(`virt_domtrans_bridgehelper',`
########################################
## <summary>
## Execute a domain transition to
## run virt bridgehelper.
## run virt leaseshelper.
## </summary>
## <param name="domain">
## <summary>
Expand Down Expand Up @@ -434,8 +434,7 @@ interface(`virt_manage_config',`

########################################
## <summary>
## Create, read, write, and delete
## virt image files.
## Read virt content.
## </summary>
## <param name="domain">
## <summary>
Expand Down

0 comments on commit a2ce269

Please sign in to comment.