These are my changes to stock OpenBSD to play well with Node.js web development
node libsass
| # add node to path and let npm use system clang/clang++ by default | |
| export PATH="$HOME/.node/bin:$PATH" | |
| alias npm='CC=/usr/bin/clang CXX=/usr/bin/clang++ LIBSASS_EXT=auto npm' |
| prefix = ~/.node |
| staff:\ | |
| :datasize-max=infinity:\ | |
| :datasize-cur=4096M:\ | |
| :maxproc-max=512:\ | |
| :maxproc-cur=256:\ | |
| :openfiles-max=99999:\ | |
| :openfiles-cur=99999:\ | |
| :ignorenologin:\ | |
| :requirehome@:\ | |
| :tc=default: |
| kern.maxfiles=99999 |