Created
April 23, 2014 13:24
-
-
Save dankogai/11215062 to your computer and use it in GitHub Desktop.
bash-4.3.11_1 in FreeBSD ports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% cat /usr/ports/shells/bash/pkg-message | |
====================================================================== | |
bash requires fdescfs(5) mounted on /dev/fd and procfs(5) mounted on | |
/proc. | |
If you have not done it yet, please do the following: | |
mount -t fdescfs fdesc /dev/fd | |
mount -t procfs proc /proc | |
To make it permanent, you need the following lines in /etc/fstab: | |
fdesc /dev/fd fdescfs rw 0 0 | |
proc /proc procfs rw 0 0 | |
====================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment