Thread (6 messages) flat view 6 messages, 4 authors, 2016-06-15

Re: [PATCH v2] instaweb: make it compatible with Mac OS X 10.5's apache installation.

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:36

Christian Couder [off-list ref] writes:
Maybe you can use a function like this not tested one:

check_cmd() {
	cmd="$1"

	if type "$cmd" > /dev/null 2>&1; then
		if "$cmd" -v | grep Apache > /dev/null 2>&1; then
			httpd=$(echo "$cmd" | sed "s/apache2/httpd/")
		fi
	fi
}
One worry I have with that approach is if any and all random
implementations of "httpd" that live somewhere in path do not do any harm
when started with "-v" option.  Namely, they should exit without becoming
a daemon and/or start the service.

I am not convinced that would be the case.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help