https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216115
--- Comment #21 from Alex Kozlov <[email protected]> --- Alright, I'm too lazy to grok devel/rclint, so I hacked together crude checker in shell. There're a few false positives, but even so from 1341 rc-scripts more than 200 have code outside of command functions :-( But only a few broken with service enabled command: * audio/madfufw - exit(0) if /var/run/maudio.pid exist or creates that file if it's not * net/frr3, net/frr4, net/frr5 - preprocesses rc-commands, 'enabled' always return no (rc=1) * net/kafka - unconditionally creates ${kafka_log_dir}/${kafka_out_file} if its doesn't exist * sysutils/ipad_charge - exit if less than two command line arguments given * sysutils/logstash5 - unconditionally creates piddir if it's exist (inverted condition?) * www/gitlab-ce - tries to recreate Gemfile.lock in certain conditions * sysutils/p5-Tail-Stat, www/nginx, www/nginx-devel, www/uwsgi - uses hack to run multiple instances from on rc-script, always retun rc=0, so 'enabled' always return yes -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-rc To unsubscribe, send any mail to "[email protected]"
