diff options
author | veego <veego@pkgsrc.org> | 2000-09-01 16:10:28 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-09-01 16:10:28 +0000 |
commit | 24194345b9506995d2ac14c1be4645ffbe127ae9 (patch) | |
tree | 4028e244af7d31c219cf89df29ff3126cce93651 /sysutils/gpart/pkg | |
parent | a4c2ad1f11379a38e332fbced54f77c7aae043d1 (diff) | |
download | pkgsrc-24194345b9506995d2ac14c1be4645ffbe127ae9.tar.gz |
Gpart is a small tool which tries to guess what partitions are on a PC type
harddisk in case the primary partition table was damaged.
Diffstat (limited to 'sysutils/gpart/pkg')
-rw-r--r-- | sysutils/gpart/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/gpart/pkg/DESCR | 3 | ||||
-rw-r--r-- | sysutils/gpart/pkg/PLIST | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/gpart/pkg/COMMENT b/sysutils/gpart/pkg/COMMENT new file mode 100644 index 00000000000..6d91e97b1da --- /dev/null +++ b/sysutils/gpart/pkg/COMMENT @@ -0,0 +1 @@ +Tool to show the partitions on a PC type harddisk. diff --git a/sysutils/gpart/pkg/DESCR b/sysutils/gpart/pkg/DESCR new file mode 100644 index 00000000000..9b7e919f409 --- /dev/null +++ b/sysutils/gpart/pkg/DESCR @@ -0,0 +1,3 @@ +Gpart is a small tool which tries to guess what partitions +are on a PC type harddisk in case the primary partition table +was damaged. diff --git a/sysutils/gpart/pkg/PLIST b/sysutils/gpart/pkg/PLIST new file mode 100644 index 00000000000..b2cac4d8ccd --- /dev/null +++ b/sysutils/gpart/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/09/01 16:10:28 veego Exp $ +bin/gpart +man/man8/gpart.8 |