Steffen L. Norgren

Results 5 issues of Steffen L. Norgren

Would be nice to be able to type "fab -R db-1 puppet.apply" or whatever instead of using -H and the fqdn.

enhancement

This is likely because I failed to include `nfs_client_enable="YES"` in `/etc/rc.conf`.

bug

The following ports will be added: - `shells/bash-completion` as per #7 - `devel/doxygen` - `graphics/graphviz` The following changes will be made: - `nfs_client_enable="YES"` to `/etc/rc.conf` as per #6 - `function...

enhancement

By automatically detecting the number of CPUs in `/etc/make.conf` with `MAKE_JOBS_NUMBER= $(sysctl -a | grep hw.ncpu | awk '{print $2"*2"}' | bc)` causes any port that uses cmake to fail....

bug

Forgot to add `shells/bash-completion` in the previous build despite having configured bash completion. Silly oversight on my part. This will be corrected in the next build.

bug