summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-08-15 15:47:39 -1000
committerSam Bingner <sam@bingner.com>2018-08-15 15:47:39 -1000
commitda5a7c574bfd315991cfd0e672ed76abeb06894a (patch)
tree8fe4ccb616e496b9f0c00455c2e5f0696ed397b6
parent4e74aeeeeabe47362a5a6e748f8b6094abe3b3c6 (diff)
Update diskdev-cmds to 576
-rw-r--r--data/diskdev-cmds/_metadata/version2
-rw-r--r--data/diskdev-cmds/diskdev_cmds-421.7.tar.gzbin679486 -> 0 bytes
-rw-r--r--data/diskdev-cmds/diskdev_cmds-576.tar.gzbin0 -> 135055 bytes
-rw-r--r--data/diskdev-cmds/make.sh6
4 files changed, 4 insertions, 4 deletions
diff --git a/data/diskdev-cmds/_metadata/version b/data/diskdev-cmds/_metadata/version
index 2b70dea57..bb7a7c1b1 100644
--- a/data/diskdev-cmds/_metadata/version
+++ b/data/diskdev-cmds/_metadata/version
@@ -1 +1 @@
-421.7
+576
diff --git a/data/diskdev-cmds/diskdev_cmds-421.7.tar.gz b/data/diskdev-cmds/diskdev_cmds-421.7.tar.gz
deleted file mode 100644
index 4693e32ec..000000000
--- a/data/diskdev-cmds/diskdev_cmds-421.7.tar.gz
+++ /dev/null
Binary files differ
diff --git a/data/diskdev-cmds/diskdev_cmds-576.tar.gz b/data/diskdev-cmds/diskdev_cmds-576.tar.gz
new file mode 100644
index 000000000..b7af905f8
--- /dev/null
+++ b/data/diskdev-cmds/diskdev_cmds-576.tar.gz
Binary files differ
diff --git a/data/diskdev-cmds/make.sh b/data/diskdev-cmds/make.sh
index 1b9b8cf73..66e2455a0 100644
--- a/data/diskdev-cmds/make.sh
+++ b/data/diskdev-cmds/make.sh
@@ -7,7 +7,7 @@ ${PKG_TARG}-gcc -fno-common -c *.c
${PKG_TARG}-ar -r libdisk.a *.o
cd ..
-for tproj in !(fstyp|fsck_hfs|fuser|mount_portal|mount_swapfs|mount_umap).tproj; do
+for tproj in !(fstyp|fsck_hfs|fuser|mount_portal|mount_swapfs|mount_umap|newfs_hfs_debug).tproj; do
tproj=$(basename "${tproj}" .tproj)
echo ${tproj}
@@ -41,6 +41,6 @@ pkg: mkdir -p /usr/bin /usr/libexec /usr/sbin /sbin
# XXX: mt ufs
pkg: cp -a quota /usr/bin
-pkg: cp -a dev_mkdb edquota fdisk quot quotaon repquota vsdbutil /usr/sbin
+pkg: cp -a dev_mkdb edquota fdisk quotaon repquota vsdbutil /usr/sbin
pkg: cp -a vndevice /usr/libexec
-pkg: cp -a clri dump dumpfs quotacheck restore tunefs umount @(fsck|fstyp|mount|newfs)?(_*([a-z0-9])) /sbin
+pkg: cp -a quotacheck umount @(fstyp|newfs)?(_*([a-z0-9])) @(mount_*([a-z0-9])) /sbin