View | Details | Raw Unified | Return to bug 51406
Collapse All | Expand All

(-)linux_base/Makefile (+1 lines)
Lines 165-170 Link Here
165
	@${LN} -sf /var/tmp ${LINUXBASE}/usr/tmp
165
	@${LN} -sf /var/tmp ${LINUXBASE}/usr/tmp
166
166
167
post-install:
167
post-install:
168
	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
168
	@${ECHO} ''
169
	@${ECHO} ''
169
	@fmt ${PKGMESSAGE}
170
	@fmt ${PKGMESSAGE}
170
	@${ECHO} ''
171
	@${ECHO} ''
(-)linux_base/pkg-install (+11 lines)
Lines 11-17 Link Here
11
			echo 'Please enable linux mode manually and retry.'
11
			echo 'Please enable linux mode manually and retry.'
12
			exit 1
12
			exit 1
13
		fi
13
		fi
14
# Make sure linprocfs is not mounted so we can portupgrade this
15
#
14
	fi
16
	fi
17
		echo "------------------------------------------------------------"
18
		echo "Note: /compat/linux/proc will be umounted for the install..."
19
		echo "------------------------------------------------------------"
20
		/sbin/mount|grep linproc>/dev/null \
21
			&& /sbin/umount /compat/linux/proc
22
	;;
23
24
POST-INSTALL)
25
	mount_linprocfs linproc /compat/linux/proc
15
	;;
26
	;;
16
esac
27
esac

Return to bug 51406