Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
about script: Add package set detection
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkis committed Mar 27, 2014
1 parent 48dd0f5 commit 9bbcc30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-sh/about/about
Expand Up @@ -64,6 +64,7 @@ echo " Kernel ident:......`uname -i`"
echo " CPU:...............`sysctl -n hw.model`"
echo " CPU cores:.........`sysctl -n kern.smp.cpus`"
echo " Memory (free/avail):${FREE_MEMORY} / ${AVAIL_MEMORY} Mb"
echo " Package set:.......:`cat /usr/local/etc/pcbsd.conf 2>/dev/null | grep 'PACKAGE_SET: ' | sed 's|PACKAGE_SET: ||g'`"
if [ "$SYSTYPE" = "PCBSD" ]; then
echo " Desktop environment:`de-info | grep "DE name" | sed "s/DE name: //"`"
fi
Expand Down

0 comments on commit 9bbcc30

Please sign in to comment.