freebsd-ports/sysutils/freesbie/files/patch-extra_installports.sh
Thomas Zander 5ce1bea7b8 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]
2017-09-16 10:36:17 +00:00

11 lines
449 B
Bash

--- extra/installports.sh.orig 2007-01-04 18:28:56 UTC
+++ extra/installports.sh
@@ -35,7 +35,7 @@ if [ ! -z "${INSTALL_PORTS}" ]; then
mkdir -p ${BASEDIR}/usr/ports ${BASEDIR}/usr/src
mount_nullfs ${PORTSDIR:-/usr/ports} ${BASEDIR}/usr/ports
mount_nullfs ${SRCDIR:-/usr/src} ${BASEDIR}/usr/src
- mount_devfs none ${BASEDIR}/dev
+ mount -t devfs none ${BASEDIR}/dev
print_error_umount() {
echo "Something went wrong, check errors!" >&2