/[adm]/puppet/modules/subversion/templates/xinetd
ViewVC logotype

Contents of /puppet/modules/subversion/templates/xinetd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1723 - (show annotations) (download)
Wed Jun 8 15:10:20 2011 UTC (12 years, 9 months ago) by misc
File size: 401 byte(s)
enable ipv6 ( for ipv6 day \o/ )

1 # default: off
2 # description: svnserve is the server part of Subversion.
3 service svnserve
4 {
5 disable = no
6 port = 3690
7 socket_type = stream
8 protocol = tcp
9 wait = no
10 user = svn
11 server = /usr/bin/svnserve
12 server_args = -i -r <%= svn_base_path %>
13 flags = IPv6
14 }
15

  ViewVC Help
Powered by ViewVC 1.1.30