[package] ahcpd: Comment options in config file
authorGabriel Kerneis <kerneis@pps.jussieu.fr>
Fri, 12 Mar 2010 17:29:25 +0000 (17:29 +0000)
committerGabriel Kerneis <kerneis@pps.jussieu.fr>
Fri, 12 Mar 2010 17:29:25 +0000 (17:29 +0000)
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
SVN-Revision: 20165

ipv6/ahcpd/files/ahcpd.config

index ebf6ddc9a9255ebf962dc36dc7c07afddd0502c8..7882ed4f1fb03a5bfe284210415ada3ed16812c4 100644 (file)
@@ -20,18 +20,18 @@ config ahcpd
        ## list 'ntp_server' '192.168.4.2'
        ## option 'lease_dir' '/var/lib/leases'
 
-       option 'id_file' '/var/lib/ahcp-unique-id'
-       option 'log_file' '/var/log/ahcpd.log'
+       option 'id_file' '/var/lib/ahcp-unique-id'
+       option 'log_file' '/var/log/ahcpd.log'
        # The configuration file is not necessary since you can configure
        # everything from this file.  But still, you might prefer using it.
        ## option 'conf_file' '/etc/ahcp/ahcp.conf'
 
-       option 'multicast_address' 'ff02::cca6:c0f9:e182:5359'
-       option 'port' '5359'
-       option 'ipv4_only' 'false'
-       option 'ipv6_only' 'false'
-       option 'lease_time' '3666'
-       option 'debug' '1'
+       option 'multicast_address' 'ff02::cca6:c0f9:e182:5359'
+       option 'port' '5359'
+       option 'ipv4_only' 'false'
+       option 'ipv6_only' 'false'
+       option 'lease_time' '3666'
+       option 'debug' '1'
 
 # Sample client mode configuration
 # THIS MUST BE COPIED IN /etc/config/network.  Ahcpd will ignore it