gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4839 - GNUnet/contrib


From: gnunet
Subject: [GNUnet-SVN] r4839 - GNUnet/contrib
Date: Mon, 28 May 2007 14:44:13 -0600 (MDT)

Author: grothoff
Date: 2007-05-28 14:44:13 -0600 (Mon, 28 May 2007)
New Revision: 4839

Modified:
   GNUnet/contrib/config-daemon.scm
Log:
fixing mantis 1196

Modified: GNUnet/contrib/config-daemon.scm
===================================================================
--- GNUnet/contrib/config-daemon.scm    2007-05-28 20:36:33 UTC (rev 4838)
+++ GNUnet/contrib/config-daemon.scm    2007-05-28 20:44:13 UTC (rev 4839)
@@ -313,6 +313,20 @@
   'advanced) )
  
 
+
+(define (general-autostart builder)
+ (builder
+ "GNUNETD"
+ "AUTOSTART"
+ (_ "Should gnunetd be automatically started when the system boots?")
+ (_ "Set to YES if gnunetd should be automatically started on boot.  If this 
option is set, gnunet-setup will install a script to start the daemon upon 
completion.  This option may not work on all systems.")
+ '()
+ #t
+ #f
+ #f
+ 'rare) )
+
+
 (define (general-transports builder)
  (builder
   "GNUNETD"
@@ -545,6 +559,7 @@
     (network-port builder) 
     (network-trusted builder) 
     (general-username builder) 
+    (general-autostart builder) 
     (general-transports builder) 
     (general-applications builder) 
   )





reply via email to

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