]> git.pld-linux.org Git - packages/rafkill.git/commitdiff
- updated to 1.0.1, renamed raptor to rafkill
authorTomasz Pala <gotar@pld-linux.org>
Sun, 22 Jun 2003 12:53:55 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rafkill-datadir.patch -> 1.1

rafkill-datadir.patch [new file with mode: 0644]

diff --git a/rafkill-datadir.patch b/rafkill-datadir.patch
new file mode 100644 (file)
index 0000000..f7af391
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN raptor-1.0.0.orig/src/defs.cpp raptor-1.0.0/src/defs.cpp
+--- rafkill-1.0.1.orig/src/defs.cpp.orig       2003-06-12 22:56:30.000000000 +0200
++++ rafkill-1.0.1/src/defs.cpp 2003-06-12 22:58:03.000000000 +0200
+@@ -182,7 +182,7 @@
+       //char * file_place = new char[ 6 ];
+       char file_place[ 30 ];
+       //file_place = strdup( "data" );
+-      sprintf( file_place, "data" );
++      sprintf( file_place, "/usr/share/rafkill" );
+       put_backslash( file_place );
+       char * final = append( file_place, file_name );
+       //delete[] file_place;
This page took 0.097908 seconds and 4 git commands to generate.