From: Hugo Villeneuve Date: Wed, 7 Aug 2013 04:13:51 +0000 (-0400) Subject: Add htop X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=a3c76da01af79216fbd7e93e50fe74151eec54bf;p=hvlinux.git Add htop --- diff --git a/config/packages-list b/config/packages-list index 49c7a90..07f2e7c 100644 --- a/config/packages-list +++ b/config/packages-list @@ -164,6 +164,7 @@ GZIP="gzip-1.5" HELP2MAN="help2man-1.37.1" HICOLOR_ICON_THEME="hicolor-icon-theme-0.12" +HTOP="htop-1.0.2" HTTPD="httpd-2.4.3" HVCLOCK="hvclock-1.0.2" HV_UTILITIES="hv-utilities-0.1.0" diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index eb92c2b..2130bd4 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -42,6 +42,7 @@ ipkg ${PCRE} "--docdir=/usr/share/doc/pcre \ --enable-unicode-properties \ --enable-pcregrep-libz \ --enable-pcregrep-libbz2" +ipkg -m acnb ${HTOP} # Networking ipkg -m noac -s tcp_wrappers ${TCPWRAPPERS} diff --git a/stage3/packages-update b/stage3/packages-update index 8783456..0f98b91 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -38,6 +38,7 @@ fpkg ${SUBVERSION} "http://mirror.csclub.uwaterloo.ca/apache/subversion" fpkg -e "tar.gz" ${SUDO} "http://www.sudo.ws/sudo/dist" fpkg -m sf -e "tar.xz" ${STRACE} fpkg -m sf ${PCRE} +fpkg -m sf ${HTOP} fpkg -m gnu ${WGET} fpkg -e "tar.gz" ${TCPWRAPPERS} "ftp://ftp.porcupine.org/pub/security"