diff --git a/inxi b/inxi index c06664b..d2ef939 100755 --- a/inxi +++ b/inxi @@ -1,8 +1,8 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 1.8.35 -#### Date: February 7 2013 +#### Version: 1.8.36 +#### Date: February 8 2013 #### Patch Number: 00 ######################################################################## #### SPECIAL THANKS @@ -84,6 +84,17 @@ #### and ideally, pwmconfig) prior to full output being available. #### -S For desktop environment, user must be in X and have xprop installed (in X11-utils) ######################################################################## +#### BSD Adjustments +#### * sed -i '' form added to bsd branch by inxi2bsd script automatically. +#### * Note: BSD sed supports using -r instead of -E for compatibility with gnu sed +#### * Gnu grep options can be used if the function component is only run in linux +#### These are the options that bsd grep does not support that inxi uses: -m -o +#### so make sure if you use those to have them in gnu/linux only sections. +#### It appears that freebsd uses gnu grep but openbsd uses bsd grep, however. +#### * BSD ps does not support --without-headers option, and also does not support --sort