gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r2566 - GNUnet/src/conf
Date: Sun, 19 Mar 2006 08:27:07 -0800 (PST)

Author: durner
Date: 2006-03-19 08:27:02 -0800 (Sun, 19 Mar 2006)
New Revision: 2566

Modified:
   GNUnet/src/conf/wizard_curs.c
Log:
fix creation of startup script

Modified: GNUnet/src/conf/wizard_curs.c
===================================================================
--- GNUnet/src/conf/wizard_curs.c       2006-03-19 15:50:10 UTC (rev 2565)
+++ GNUnet/src/conf/wizard_curs.c       2006-03-19 16:27:02 UTC (rev 2566)
@@ -612,10 +612,10 @@
   /* Save config */
   if ( (user_name != NULL) &&
        (strlen(user_name) > 0) )
-    if (!isOSUserAddCapable())
+    if (!wiz_createGroupUser(group_name, user_name))
       showCursErr(_("Unable to create user account:"), STRERROR(errno));
 
-  if (!isOSAutostartCapable())
+  if (autostart && !wiz_autostartService(doAutoStart, user_name, group_name))
     showCursErr(_("Unable to change startup process:"), STRERROR(errno));
 
   init_dialog();





reply via email to

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