[haiku-commits] haiku: hrev49746 - 3rdparty/mmu_man/scripts

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 1 Nov 2015 03:17:50 +0100 (CET)

hrev49746 adds 1 changeset to branch 'master'
old head: 894526b51a3d931c423878fc0eb8da610fa1fb2a
new head: a02541b9b3d5af7f0e63eb2a6a99b36b8465ceaf
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=a02541b9b3d5+%5E894526b51a3d

----------------------------------------------------------------------------

a02541b9b3d5: HardwareChecker: of course now netcat is called 'nc' again...

[ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

Revision: hrev49746
Commit: a02541b9b3d5af7f0e63eb2a6a99b36b8465ceaf
URL: http://cgit.haiku-os.org/haiku/commit/?id=a02541b9b3d5
Author: François Revol <revol@xxxxxxx>
Date: Sun Nov 1 02:08:41 2015 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
3rdparty/mmu_man/scripts/HardwareChecker.sh | 2 +-

----------------------------------------------------------------------------

diff --git a/3rdparty/mmu_man/scripts/HardwareChecker.sh
b/3rdparty/mmu_man/scripts/HardwareChecker.sh
index 5034b8c..c83783d 100755
--- a/3rdparty/mmu_man/scripts/HardwareChecker.sh
+++ b/3rdparty/mmu_man/scripts/HardwareChecker.sh
@@ -9,7 +9,7 @@
#


-netcat=netcat
+netcat=nc
report_site=fake.haikuware.com
report_cgi=http://haikuware.com/hwreport.php
packages="dmidecode netcat"


Other related posts:

  • » [haiku-commits] haiku: hrev49746 - 3rdparty/mmu_man/scripts - revol