Skip to content

Instantly share code, notes, and snippets.

@dankogai
Created April 23, 2014 13:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dankogai/11215062 to your computer and use it in GitHub Desktop.
Save dankogai/11215062 to your computer and use it in GitHub Desktop.
bash-4.3.11_1 in FreeBSD ports
% 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