[58568] trunk/dports/sysutils/tmux/files

toby at macports.org toby at macports.org
Wed Sep 30 23:59:23 PDT 2009


Revision: 58568
          http://trac.macports.org/changeset/58568
Author:   toby at macports.org
Date:     2009-09-30 23:59:22 -0700 (Wed, 30 Sep 2009)
Log Message:
-----------
oops

Added Paths:
-----------
    trunk/dports/sysutils/tmux/files/tmux.1.diff
    trunk/dports/sysutils/tmux/files/tmux.h.diff

Added: trunk/dports/sysutils/tmux/files/tmux.1.diff
===================================================================
--- trunk/dports/sysutils/tmux/files/tmux.1.diff	                        (rev 0)
+++ trunk/dports/sysutils/tmux/files/tmux.1.diff	2009-10-01 06:59:22 UTC (rev 58568)
@@ -0,0 +1,26 @@
+--- tmux.1.orig	2009-09-30 23:33:53.000000000 -0700
++++ tmux.1	2009-09-30 23:34:31.000000000 -0700
+@@ -110,7 +110,7 @@
+ By default,
+ .Nm
+ loads the system configuration file from
+-.Pa /etc/tmux.conf ,
++.Pa __PREFIX__/etc/tmux.conf ,
+ if present, then looks for a user configuration file at
+ .Pa ~/.tmux.conf .
+ The configuration file is a set of
+@@ -1979,12 +1979,12 @@
+ configuration file, enclose it in single quotes (').
+ .El
+ .Sh FILES
+-.Bl -tag -width "/etc/tmux.confXXX" -compact
++.Bl -tag -width "__PREFIX__/etc/tmux.confXXX" -compact
+ .It Pa ~/.tmux.conf
+ Default
+ .Nm
+ configuration file.
+-.It Pa /etc/tmux.conf
++.It Pa __PREFIX__/etc/tmux.conf
+ System-wide configuration file.
+ .El
+ .Sh EXAMPLES

Added: trunk/dports/sysutils/tmux/files/tmux.h.diff
===================================================================
--- trunk/dports/sysutils/tmux/files/tmux.h.diff	                        (rev 0)
+++ trunk/dports/sysutils/tmux/files/tmux.h.diff	2009-10-01 06:59:22 UTC (rev 58568)
@@ -0,0 +1,11 @@
+--- tmux.h.orig	2009-09-30 23:33:56.000000000 -0700
++++ tmux.h	2009-09-30 23:34:11.000000000 -0700
+@@ -43,7 +43,7 @@
+ 
+ /* Default configuration files. */
+ #define DEFAULT_CFG ".tmux.conf"
+-#define SYSTEM_CFG "/etc/tmux.conf"
++#define SYSTEM_CFG "__PREFIX__/etc/tmux.conf"
+ 
+ /* Default prompt history length. */
+ #define PROMPT_HISTORY 100
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090930/fadcaef0/attachment.html>


More information about the macports-changes mailing list