diff options
author | fhajny <fhajny@pkgsrc.org> | 2011-09-30 08:33:54 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2011-09-30 08:33:54 +0000 |
commit | fdd8152a02ad78dd9eade20c78afbb280c09d528 (patch) | |
tree | 5ac9bbf9cc1b5d123684f90f4c632d01a74866ff /chat/prosody/patches | |
parent | f4e975b6d2e85e49b48d618282aba0370d8a5f19 (diff) | |
download | pkgsrc-fdd8152a02ad78dd9eade20c78afbb280c09d528.tar.gz |
Fix rpath linking & typo in patch file, add a rc.d script (thanks ewdafa)
This fixes PR pkg/45357. Bump PKGREVISION.
Diffstat (limited to 'chat/prosody/patches')
-rw-r--r-- | chat/prosody/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/prosody/patches/patch-ab b/chat/prosody/patches/patch-ab index fdc465fd2f5..1a29dde19d8 100644 --- a/chat/prosody/patches/patch-ab +++ b/chat/prosody/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 2011/06/06 14:41:48 schnoebe Exp $ +$NetBSD: patch-ab,v 1.3 2011/09/30 08:33:54 fhajny Exp $ enable POSIX functionality by default set the logging paths @@ -11,7 +11,7 @@ set up the pid files -- Other specific functionality - --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. -+ posix"; -- POSIX functionality, sends server to background, enables syslog, etc. ++ "posix"; -- POSIX functionality, sends server to background, enables syslog, etc. --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" --"httpserver"; -- Serve static files from a directory over HTTP --"groups"; -- Shared roster support |