When I start motion executable , how can I list to stdout only the current config options that it is read from configuration file motion.conf ???... I have also seen this kind of list on S.C.R.A.P. - currently unmaintained by the author due to several reasons - (Security Camera Recording APplication - http://ornellas.apanela.com/dokuwiki/software:scrap )
- Quick and Dirty Solution = run this command line to list the current config options from motion.conf.
egrep -v '(^#|^;|^$)' /usr/local/etc/motion.conf > /usr/local/etc/current_config_options.txt
-- FlorinAnton - 13 Apr 2009