- Joined
- May 28, 2011
- Messages
- 10,995
So while looking at the freenas-common file under the trunk/nanobsd directory, I have seen for a long time stuff like this:
You see the #+add_port and #-add_port statements. Is there any significance to these or are they simply just commented out and meant as notes to the programmer?
Thanks.
Code:
#+add_port www/lighttpd add_port www/spawn-fcgi #-add_port www/lighttpd add_port www/lighttpd fi add_port www/nginx #+add_port www/py-flup #-add_port www/py-flup add_port www/py-flup #+add_port sysutils/nut #-add_port sysutils/nut
You see the #+add_port and #-add_port statements. Is there any significance to these or are they simply just commented out and meant as notes to the programmer?
Thanks.