From 2eb20a5c61236867ac468490585eb1f997b8b779 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 14 Nov 2006 23:17:56 +0000 Subject: [PATCH 1/1] update script git-svn-id: http://ltt.polymtl.ca/svn@2258 04897980-b3bd-0310-b5e0-8ef037075253 --- scripts/lttng-6-split-script.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/lttng-6-split-script.sh b/scripts/lttng-6-split-script.sh index a7538f07..e6be8609 100755 --- a/scripts/lttng-6-split-script.sh +++ b/scripts/lttng-6-split-script.sh @@ -42,6 +42,16 @@ IN="?_fs_debugfs_inode.c" for a in $IN; do wr $a $FILE; done +#for hotplug +FILE=../${PRENAME}${COUNT}${NAME}-relay.diff +VALUE=$(( ${VALUE} + 1 )) +printf -v COUNT "%02d" ${VALUE} + +IN="?_include_linux_relay.h +?_kernel_relay.c" + +for a in $IN; do wr $a $FILE; done + FILE=../${PRENAME}${COUNT}${NAME}-markers.diff VALUE=$(( ${VALUE} + 1 )) printf -v COUNT "%02d" ${VALUE} -- 2.34.1