diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-10-21 04:28:00 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-10-21 04:28:00 +0000 |
commit | 3c363d4752e4a3d3e872af565de48cf9688d2adf (patch) | |
tree | 96dc0762f2775520fb07e6cedc410c821be6197f /emulators | |
parent | Update to 8.3.4 (diff) |
Make sure there's a mtab in etc. This is required in a couple of
cases, especially StarOffice6.
Notes
Notes:
svn path=/head/; revision=49017
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-7/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/linux_base-7/Makefile b/emulators/linux_base-7/Makefile index 7c218442a82a..cf9b9b385938 100644 --- a/emulators/linux_base-7/Makefile +++ b/emulators/linux_base-7/Makefile @@ -148,9 +148,12 @@ do-install: done @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${PREVIOUS_ELF} # -# Install yp.conf as a hint to NIS users +# Install yp.conf as a hint to NIS users and make sure there's a +# mtab in etc, albeit an empty one. This is needed in a couple of +# cases. Most notably staroffice6. # ${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${LINUXBASE}/etc + ${TOUCH} ${LINUXBASE}/etc/mtab # # Finish # |