tags 542319 + fixed-upstream
thanks

This was fixed in the ksplice.git devel branch (not in a release yet).

commit 934a76ffd88ce41194b678bb15890b0e1eeaf2fe
Author: Nelson Elhage <nelh...@ksplice.com>
Date:   Sun Jul 12 14:57:51 2009 -0400

    ksplice-create: Use ksplice-kernel-utsname from $libexecdir.
    
    Signed-off-by: Nelson Elhage <nelh...@ksplice.com>

diff --git a/ksplice-create.in b/ksplice-create.in
index 72ffa34..ef9e87a 100644
--- a/ksplice-create.in
+++ b/ksplice-create.in
@@ -301,7 +301,7 @@ if ($description) {
 }
 write_file("$ksplice/api-version", "KSPLICE_API_VERSION\n");
 write_file("$ksplice/timestamp", time() . "\n");
-runval_outfile("$ksplice/utsname", 
"/usr/local/libexec/ksplice-kernel-utsname", "$kmodsrc/offsets.o");
+runval_outfile("$ksplice/utsname", "$libexecdir/ksplice-kernel-utsname", 
"$kmodsrc/offsets.o");
 open(CONTENTS, ">", "$ksplice/contents");
 foreach my $mod (@modules) {
        (my $target = $mod) =~ s/-/_/g;



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to