]> git.pld-linux.org Git - packages/irssi.git/commitdiff
- up
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Apr 2009 12:52:23 +0000 (12:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irssi-home_etc.patch -> 1.4
    irssi.conf.patch -> 1.8

irssi-home_etc.patch
irssi.conf.patch

index e31a8f0365f70c43b655d845565b78c52db2da65..990e6a41d5333e25b3a98bb688e562f10c998304 100644 (file)
        g_free(awaylog_file);
        settings_add_level("log", "awaylog_level", "msgs hilight");
 
        g_free(awaylog_file);
        settings_add_level("log", "awaylog_level", "msgs hilight");
 
---- irssi-0.8.6.orig/src/lib-popt/poptconfig.c 2002-01-27 21:45:58.000000000 +0100
-+++ irssi-0.8.6/src/lib-popt/poptconfig.c      2003-11-09 12:36:55.000000000 +0100
-@@ -130,7 +130,9 @@
-     if (getuid() != geteuid()) return 0;
- #endif
--    if ((home = getenv("HOME"))) {
-+    home = getenv("HOME_ETC");
-+              if (!home) home = getenv("HOME");
-+    if (home) {
-       fn = malloc(strlen(home) + 20);
-       strcpy(fn, home);
-       strcat(fn, "/.popt"); 
+
index 42e8b136aed53510304272c3bcc55e7beffd7298..1907313b6435acfd27ee9292658ec6a1b3cf8d2b 100644 (file)
@@ -3,8 +3,8 @@ diff -ur irssi-0.8.10/irssi.conf irssi-0.8.10.new/irssi.conf
 +++ irssi-0.8.10.new/irssi.conf        2005-12-11 14:33:31.237162000 +0000
 @@ -8,6 +8,7 @@
    },
 +++ irssi-0.8.10.new/irssi.conf        2005-12-11 14:33:31.237162000 +0000
 @@ -8,6 +8,7 @@
    },
-   { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; }, 
-   { address = "irc.quakenet.org"; chatnet = "QuakeNet"; port = "6667"; },
+   { address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; },
+   { address = "irc.link-net.org"; chatnet = "LinkNet"; port = "6667"; },
 +  { address = "irc.pld-linux.org"; chatnet = "PLDNet"; port = "6667"; },
    { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
  );
 +  { address = "irc.pld-linux.org"; chatnet = "PLDNet"; port = "6667"; },
    { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
  );
This page took 0.030366 seconds and 4 git commands to generate.