SOURCES: jabberd-binary_path.patch - fixed to use with s09,
djrzulf
djrzulf at pld-linux.org
Mon Aug 15 23:09:10 CEST 2005
Author: djrzulf Date: Mon Aug 15 21:09:10 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed to use with s09,
---- Files affected:
SOURCES:
jabberd-binary_path.patch (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/jabberd-binary_path.patch
diff -u SOURCES/jabberd-binary_path.patch:1.5 SOURCES/jabberd-binary_path.patch:1.6
--- SOURCES/jabberd-binary_path.patch:1.5 Thu Dec 16 09:08:51 2004
+++ SOURCES/jabberd-binary_path.patch Mon Aug 15 23:09:05 2005
@@ -6,26 +6,6 @@
edit = sed \
-e 's, at sysconfdir\@,$(sysconfdir),g' \
+ -e 's, at libdir\@,$(libdir)/jabberd,g' \
- -e 's, at VERSION\@,$(VERSION),g'
+ -e 's, at VERSION\@,$(VERSION),g' \
+ -e 's, at bindir\@,$(bindir),g'
- $(bin_SCRIPTS): $(EXTRA_DIST)
-diff -dur -x '*.orig' jabberd-2.0s2.orig/tools/jabberd.in jabberd-2.0s2/tools/jabberd.in
---- jabberd-2.0s2.orig/tools/jabberd.in 2004-02-10 13:28:03.498104784 +0100
-+++ jabberd-2.0s2/tools/jabberd.in 2004-02-10 13:35:41.653454584 +0100
-@@ -9,15 +9,14 @@
-
- use strict;
- use Getopt::Std;
--use FindBin qw($Bin);
- use FileHandle;
- use IPC::Open3;
- use IO::Select;
- use POSIX;
- use POSIX qw(setsid);
- use Proc::Daemon;
-
--
-+my $Bin="@libdir@";
- #-----------------------------------------------------------------------------
- # Define some initial variables and default them as needed.
- #-----------------------------------------------------------------------------
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/jabberd-binary_path.patch?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list