removing rc.conf refs in chakra-sysinfo

This commit is contained in:
Anke 2012-12-10 04:46:02 +00:00
parent 393c4b8867
commit bf66610a1e
2 changed files with 2 additions and 8 deletions

View File

@ -13,7 +13,7 @@ _origname=common
pkgname=kde-common
arch=('x86_64')
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="KDE SC - Common Configuration Files, Scripts and Artwork"
url="http://www.kde.org"
@ -71,7 +71,7 @@ md5sums=('2afd86671ad0db31718157aecd46d528'
'd3fcef1c7affa098683a09f26415d8ef'
'aaa1958b14518e9b0193afe497da830e'
'4e974016ca509f187b4549d95877bacc'
'2b0aaf209d35e1e8c660db66e61d13c7'
'4845aff75b2162d53672b89fa6eef6f4'
'9fa87f4ad4c00de34286165b7c4d2887'
'b69be64a51c1f7dd69a6114d99498872'
'466d7fc7cab5738d674df45fdeee4eb0'

View File

@ -79,12 +79,6 @@ get_data() {
uptime
echo
echo
echo "Daemons:"
echo "--------------------------------------------------------------------------------"
cat /etc/rc.conf|sed -e '/^DAEMONS/!d; s/.*(\([^)]*\))/\1/g' |xargs -n 5|awk -- '{ printf("%-15s %-15s %-15s %-15s %-15s\n", $1, $2, $3, $4, $5) }'
echo
echo
echo "Chakra Packages"