summaryrefslogtreecommitdiff
path: root/sysutils/freesbie/files/patch-extra_varmfs.sh
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2017-09-16 10:36:17 +0000
committerThomas Zander <riggs@FreeBSD.org>2017-09-16 10:36:17 +0000
commit5ce1bea7b8193de910f347f2ee9f93cf9b673632 (patch)
tree4e42cff09329f6a5fd860d87b7583f51973b07fd /sysutils/freesbie/files/patch-extra_varmfs.sh
parentUpdate to version 5.1.6 (diff)
Fix remaining uses of mount_devfs and pkg_install; cleanup port
Details: - Fix remaining uses of mount_devfs and pkg_install [1] - Bump PORTREVISION - Add pkg-message about the upstream project no longer being maintained - pet portlint Reported by: christophe.maury@gmail.com via email [1]
Diffstat (limited to 'sysutils/freesbie/files/patch-extra_varmfs.sh')
-rw-r--r--sysutils/freesbie/files/patch-extra_varmfs.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/freesbie/files/patch-extra_varmfs.sh b/sysutils/freesbie/files/patch-extra_varmfs.sh
new file mode 100644
index 000000000000..a4afa5f19778
--- /dev/null
+++ b/sysutils/freesbie/files/patch-extra_varmfs.sh
@@ -0,0 +1,8 @@
+--- extra/varmfs.sh.orig 2006-04-24 11:14:33 UTC
++++ extra/varmfs.sh
+@@ -28,4 +28,4 @@ mtree -Pcp ${BASEDIR}/var > ${TMPFILE}
+ mv ${TMPFILE} ${BASEDIR}/etc/mtree/var.dist
+
+ echo "Generating pkg_info.txt"
+-chroot ${BASEDIR} pkg_info > ${BASEDIR}/pkg_info.txt
++chroot ${BASEDIR} pkg info > ${BASEDIR}/pkg_info.txt