diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-10 10:03:56 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-10 10:03:56 +0000 | 
| commit | b3c1c09bb8e8e3d6ed84908f9831ac30d59ef4d2 (patch) | |
| tree | 28ffb7868ecc5dac96a2e592a876e866cd6d2ed6 | |
| parent | 49ddeb81d3609370ccc66397efc81bb9f590e2ed (diff) | |
Comment out example config entry
| -rw-r--r-- | rfcomm/rfcomm.conf | 26 | 
1 files changed, 13 insertions, 13 deletions
| diff --git a/rfcomm/rfcomm.conf b/rfcomm/rfcomm.conf index d5e81ed1..6179ef7b 100644 --- a/rfcomm/rfcomm.conf +++ b/rfcomm/rfcomm.conf @@ -2,16 +2,16 @@  # RFCOMM configuration file.  # -rfcomm0 { -	# Automatically bind the device at startup -	bind no; - -	# Bluetooth address of the device -	device 11:22:33:44:55:66; - -	# RFCOMM channel for the connection -	channel	1; - -	# Description of the connection -	comment "Example Bluetooth device"; -} +#rfcomm0 { +#	# Automatically bind the device at startup +#	bind no; +# +#	# Bluetooth address of the device +#	device 11:22:33:44:55:66; +# +#	# RFCOMM channel for the connection +#	channel	1; +# +#	# Description of the connection +#	comment "Example Bluetooth device"; +#} | 
