diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/exmap/ipkg |
Initial import
Diffstat (limited to 'package/exmap/ipkg')
-rw-r--r-- | package/exmap/ipkg/exmap.control | 4 | ||||
-rw-r--r-- | package/exmap/ipkg/exmapd.control | 4 | ||||
-rw-r--r-- | package/exmap/ipkg/exmapserver.control | 4 | ||||
-rw-r--r-- | package/exmap/ipkg/kmod-exmap.control | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/package/exmap/ipkg/exmap.control b/package/exmap/ipkg/exmap.control new file mode 100644 index 000000000..23c51313a --- /dev/null +++ b/package/exmap/ipkg/exmap.control @@ -0,0 +1,4 @@ +Package: exmap +Priority: optional +Section: utils +Description: memory analysing tool diff --git a/package/exmap/ipkg/exmapd.control b/package/exmap/ipkg/exmapd.control new file mode 100644 index 000000000..dbfe932a8 --- /dev/null +++ b/package/exmap/ipkg/exmapd.control @@ -0,0 +1,4 @@ +Package: exmapd +Priority: optional +Section: utils +Description: memory analysing tool diff --git a/package/exmap/ipkg/exmapserver.control b/package/exmap/ipkg/exmapserver.control new file mode 100644 index 000000000..8d33fb53a --- /dev/null +++ b/package/exmap/ipkg/exmapserver.control @@ -0,0 +1,4 @@ +Package: exmapserver +Priority: optional +Section: utils +Description: memory analysing tool diff --git a/package/exmap/ipkg/kmod-exmap.control b/package/exmap/ipkg/kmod-exmap.control new file mode 100644 index 000000000..afae49276 --- /dev/null +++ b/package/exmap/ipkg/kmod-exmap.control @@ -0,0 +1,4 @@ +Package: kmod-exmap +Priority: optional +Section: utils +Description: kernel module for a memory analysing tool |