FreeBSD Bugzilla – Attachment 30568 Details for
Bug 51406
Add linprocfs mount check to emulators/linux_base
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
linux_base.diff
linux_base.diff (text/plain), 1.01 KB, created by
Miguel Mendez
on 2003-04-25 09:30:13 UTC
(
hide
)
Description:
linux_base.diff
Filename:
MIME Type:
Creator:
Miguel Mendez
Created:
2003-04-25 09:30:13 UTC
Size:
1.01 KB
patch
obsolete
>diff -ruN linux_base.old/Makefile linux_base/Makefile >--- linux_base.old/Makefile Wed Apr 9 04:05:12 2003 >+++ linux_base/Makefile Fri Apr 25 09:54:29 2003 >@@ -165,6 +165,7 @@ > @${LN} -sf /var/tmp ${LINUXBASE}/usr/tmp > > post-install: >+ @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL > @${ECHO} '' > @fmt ${PKGMESSAGE} > @${ECHO} '' >diff -ruN linux_base.old/pkg-install linux_base/pkg-install >--- linux_base.old/pkg-install Tue Aug 22 01:43:25 2000 >+++ linux_base/pkg-install Fri Apr 25 10:06:53 2003 >@@ -11,7 +11,18 @@ > echo 'Please enable linux mode manually and retry.' > exit 1 > fi >+# Make sure linprocfs is not mounted so we can portupgrade this >+# > fi >+ echo "------------------------------------------------------------" >+ echo "Note: /compat/linux/proc will be umounted for the install..." >+ echo "------------------------------------------------------------" >+ /sbin/mount|grep linproc>/dev/null \ >+ && /sbin/umount /compat/linux/proc >+ ;; >+ >+POST-INSTALL) >+ mount_linprocfs linproc /compat/linux/proc > ;; > esac
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51406
: 30568