SF.net SVN: nagiosplug:[2074] nagiosplug/trunk/tools/setup

[email protected]
Newsgroups gmane.network.nagios.plugins.cvs
Message-ID <[email protected]>
Revision: 2074
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2074&view=rev
Author:   tonvoon
Date:     2008-11-08 01:03:39 +0000 (Sat, 08 Nov 2008)

Log Message:
-----------
Fix for tar on Solaris

Modified Paths:
--------------
    nagiosplug/trunk/tools/setup

Modified: nagiosplug/trunk/tools/setup
===================================================================
--- nagiosplug/trunk/tools/setup	2008-11-07 01:41:17 UTC (rev 2073)
+++ nagiosplug/trunk/tools/setup	2008-11-08 01:03:39 UTC (rev 2074)
@@ -51,4 +51,4 @@
 fi
 
 # Untar libtap
-( cd external && tar --gzip -xf tap-1.01-nagios-plugins.tar.gz )
+( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - )


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.