gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r1006 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r1006 - GNUnet/src/conf
Date: Sat, 25 Jun 2005 08:38:36 -0700 (PDT)

Author: durner
Date: 2005-06-25 08:38:32 -0700 (Sat, 25 Jun 2005)
New Revision: 1006

Modified:
   GNUnet/src/conf/wizard_util.c
Log:
Mantis #850

Modified: GNUnet/src/conf/wizard_util.c
===================================================================
--- GNUnet/src/conf/wizard_util.c       2005-06-25 15:07:25 UTC (rev 1005)
+++ GNUnet/src/conf/wizard_util.c       2005-06-25 15:38:32 UTC (rev 1006)
@@ -41,8 +41,8 @@
                char entry[11], *dst;
                FILE *f;
                
-               if (system("ifconfig 2> /dev/null"))
-                       if (system("/sbin/ifconfig 2> /dev/null") == 0)
+               if (system("ifconfig > /dev/null 2> /dev/null"))
+                       if (system("/sbin/ifconfig > /dev/null 2> /dev/null") 
== 0)
                                f = popen("/sbin/ifconfig 2> /dev/null", "r");
                        else
                                f = NULL;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]