1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Trevor Johnson
155ea4a67c Back out the check for the osf1 module: when I looked at
src/sys/alpha/linux/linux_sysvec.c I saw that the linux module
depends upon it.

Prompted by:	Daniel O'Connor
2005-01-14 05:45:40 +00:00
Trevor Johnson
8bef3264ea On Alpha, the osf1 module must be loaded before the linux module.
Do this.

Add ID tag.
2005-01-13 23:46:24 +00:00
Trevor Johnson
73a8261dc8 In FreeBSD 4 and later there are no longer separate linuxaout and
linuxelf modules.
2005-01-13 23:42:56 +00:00
Trevor Johnson
38e021570c Try to mount linproc in post-install. 2004-02-07 19:52:57 +00:00
Trevor Johnson
38fcc938f3 Try to mount and unmount both linproc and linprocfs: the former
is documented in linprocfs(5) but I have seen and used the latter.
2004-02-05 23:38:23 +00:00
Trevor Johnson
1cf930b9cc Lars Eggert reports:
Installation of linux_base-7.1_2 fails when linprocfs is
	mounted.  Unmounting linprocfs before installing works
	around the issue.

At Lars' suggestion, this script also mounts the linprocfs after
installation.  I assume that if the user has a linprocfs entry in
/etc/fstab, the user wants it to be mounted.  It also seemed like
a good idea to un-mount it before de-installation.

PR:	46172
2003-06-10 14:57:03 +00:00
Marcel Moolenaar
ee3383d32d Add missing ';;' in previous commit. 2000-08-21 23:43:25 +00:00
Sheldon Hearn
4e28d4de05 Do not rely on the linux(8) shell script. Instead, use an INSTALL
script so that the behaviour of a package installation matches
that of a port installation identically.

Note that, in the package case, we already have a valid run-time
linker hints file for Linux.
2000-08-15 10:22:36 +00:00