Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 211306 Details for
Bug 294808
dev-util/subversion: Add xinetd use flag to subversion
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add xinetd USE flag to subversion ebuild
subversion-1.6.6-r10-add-xinetd-use-flag.patch (text/plain), 1.85 KB, created by
Stefano Varesi
on 2009-11-27 11:45:45 UTC
(
hide
)
Description:
Add xinetd USE flag to subversion ebuild
Filename:
MIME Type:
Creator:
Stefano Varesi
Created:
2009-11-27 11:45:45 UTC
Size:
1.85 KB
patch
obsolete
>--- /var/lib/portage/gentoo/dev-util/subversion/subversion-1.6.6-r10.ebuild 2009-11-22 20:58:38.000000000 +0100 >+++ /var/lib/portage/local/dev-util/subversion/subversion-1.6.6-r10.ebuild 2009-11-24 15:24:26.031218194 +0100 >@@ -15,7 +16,7 @@ > LICENSE="Subversion" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" >-IUSE="apache2 berkdb ctypes-python debug doc +dso emacs extras gnome-keyring java kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf" >+IUSE="apache2 berkdb ctypes-python debug doc +dso emacs extras gnome-keyring java kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf xinetd" > > CDEPEND=">=dev-db/sqlite-3.4[threadsafe] > >=dev-libs/apr-1.3:1 >@@ -611,8 +612,10 @@ > else > newconfd "${FILESDIR}"/svnserve.confd2 svnserve > fi >- insinto /etc/xinetd.d >- newins "${FILESDIR}"/svnserve.xinetd svnserve >+ if use xinetd; then >+ insinto /etc/xinetd.d >+ newins "${FILESDIR}"/svnserve.xinetd svnserve >+ fi > > # Install documentation. > dodoc CHANGES COMMITTERS README >@@ -718,11 +721,13 @@ > elog " 3. Start daemon: /etc/init.d/svnserve start" > elog " 4. Make persistent: rc-update add svnserve default" > elog >- elog " - svnserve via xinetd:" >- elog " 1. Edit /etc/xinetd.d/svnserve (remove disable line)" >- elog " 2. Fix the repository permissions (see \"Fixing the repository permissions\")" >- elog " 3. Restart xinetd.d: /etc/init.d/xinetd restart" >+ if use xinetd ; then >+ elog " - svnserve via xinetd:" >+ elog " 1. Edit /etc/xinetd.d/svnserve (remove disable line)" >+ elog " 2. Fix the repository permissions (see \"Fixing the repository permissions\")" >+ elog " 3. Restart xinetd.d: /etc/init.d/xinetd restart" > elog >+ fi > elog " - svn over ssh:" > elog " 1. Fix the repository permissions (see \"Fixing the repository permissions\")" > elog " Additionally run:"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 294808
:
211305
| 211306