Skip to content

Commit

Permalink
define protocol as done in CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpop committed Jan 31, 2017
1 parent a3de32a commit 104dbd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/unit/mock/files/xinetd.d_chargen-dgram
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ service chargen
type = INTERNAL
wait = yes
socket_type = dgram
protocol = udp
# How protocol is defined by default in CentOS 6:
# protocol = socket type is usually enough
}
3 changes: 2 additions & 1 deletion test/unit/mock/files/xinetd.d_chargen-stream
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ service chargen
type = INTERNAL
wait = yes
socket_type = stream
protocol = tcp
# How protocol is defined by default in CentOS 6:
# protocol = socket type is usually enough
}

0 comments on commit 104dbd9

Please sign in to comment.