]> git.pld-linux.org Git - packages/axel.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:26 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    axel-home_etc.patch -> 1.2

axel-home_etc.patch [deleted file]

diff --git a/axel-home_etc.patch b/axel-home_etc.patch
deleted file mode 100644 (file)
index 612645b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Nru axel-1.0a/conf.c axel-1.0a.new/conf.c
---- axel-1.0a/conf.c   Tue Feb 19 18:10:37 2002
-+++ axel-1.0a.new/conf.c       Sun Mar 23 14:26:22 2003
-@@ -148,6 +148,13 @@
-       if( !conf_loadfile( conf, ETCDIR "/axelrc" ) )
-               return( 0 );
-       
-+      if( ( s2 = getenv( "CONFIG_DIR" ) ) != NULL )
-+      {
-+              sprintf( s, "%s/%s", s2, "axelrc" );
-+              if( !conf_loadfile( conf, s ) )
-+                      return( 0 );
-+      }
-+      else
-       if( ( s2 = getenv( "HOME" ) ) != NULL )
-       {
-               sprintf( s, "%s/%s", s2, ".axelrc" );
This page took 0.043264 seconds and 4 git commands to generate.