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]
11 lines
449 B
Bash
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
|