diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-05 18:51:03 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-05 18:51:03 +0000 |
commit | d2812c7a047260cd5e48f5d0496cc9fea293239c (patch) | |
tree | 268ad766b68f9f842fe4c8befa9b78f90564dc4d | |
parent | b067798773617141ab170686b9f996c188394b88 (diff) | |
download | slackbuilds-d2812c7a047260cd5e48f5d0496cc9fea293239c.tar.gz slackbuilds-d2812c7a047260cd5e48f5d0496cc9fea293239c.tar.bz2 |
munin update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@854 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | net/analyzer/munin/munin.build | 12 | ||||
-rw-r--r-- | net/analyzer/munin/slack-required | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/net/analyzer/munin/munin.build b/net/analyzer/munin/munin.build index 8b2f79bb..4dd7280d 100755 --- a/net/analyzer/munin/munin.build +++ b/net/analyzer/munin/munin.build @@ -9,6 +9,18 @@ # pegar mais plugins de vserver em http://svn.debian.org/wsvn/pkg-vserver/people/holger/munin-plugins/plugins/?rev=0&sc=0 # +if [ -s "slack-required" ]; then + echo Recomended and required packages for building cairo are: + cat slack-required | sed -e 's/^/\t/' + if [ "$INTERACT" != "no" ]; then + echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER. + read crap +# else +# echo Sleeping 3 seconds... +# sleep 3 + fi +fi + CWD="`pwd`" if [ -f "/etc/slackbuildrc" ]; then diff --git a/net/analyzer/munin/slack-required b/net/analyzer/munin/slack-required new file mode 100644 index 00000000..5e487887 --- /dev/null +++ b/net/analyzer/munin/slack-required @@ -0,0 +1 @@ +rrdtool |