renamed daemon/tsk.c to daemon/sleuthkit.c

In order to support the new features I am renaming the file with a better name.

The file sleuthkit.c will contain the code depending on the sleuthkit package.

The original tsk.c file will contain the logic built using libtsk
which is the sleuthkit core library.

Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
This commit is contained in:
Matteo Cafasso
2016-03-29 22:56:29 +03:00
committed by Pino Toscano
parent c67bab9c5d
commit 88d5186eb4
3 changed files with 2 additions and 2 deletions

View File

@@ -171,6 +171,7 @@ guestfsd_SOURCES = \
sfdisk.c \
sh.c \
sleep.c \
sleuthkit.c \
stat.c \
statvfs.c \
strings.c \
@@ -179,7 +180,6 @@ guestfsd_SOURCES = \
syslinux.c \
tar.c \
truncate.c \
tsk.c \
umask.c \
upload.c \
utimens.c \

View File

@@ -99,6 +99,7 @@ daemon/selinux.c
daemon/sfdisk.c
daemon/sh.c
daemon/sleep.c
daemon/sleuthkit.c
daemon/stat.c
daemon/statvfs.c
daemon/strings.c
@@ -108,7 +109,6 @@ daemon/sync.c
daemon/syslinux.c
daemon/tar.c
daemon/truncate.c
daemon/tsk.c
daemon/umask.c
daemon/upload.c
daemon/utimens.c