possible bashism in ./UTILS/smbprint line 58 (should be '.', not 'source'): source ./general.cfg possible bashism in ./conf/init.redhat line 46 ($"foo" should be eval_gettext "foo"): echo -n $"Starting $prog: " possible bashism in ./conf/init.redhat line 48 (alternative test command ([[ foo ]] should be [ foo ])): if [[ -x /usr/sbin/printconf-backend ]]; then possible bashism in ./conf/init.redhat line 52 ($"foo" should be eval_gettext "foo"): echo -n $"No Printers Defined" possible bashism in ./conf/init.redhat line 75 ($"foo" should be eval_gettext "foo"): echo -n $"Stopping $prog: " possible bashism in ./conf/init.redhat line 110 ($"foo" should be eval_gettext "foo"): echo -n $"Reloading $prog: " possible bashism in ./conf/init.redhat line 116 ($"foo" should be eval_gettext "foo"): echo $"Usage: $0 {start|stop|restart|condrestart|reload|status}"
This report was generated on Tue, 22 Mar 2011 06:38:32 +0000, based on results by checkbashisms 2.10.65git5