Blame SOURCES/0001-Switch-git-instaweb-default-to-apache-2.26.2.patch

ee107d
diff -ur a/git-instaweb.sh b/git-instaweb.sh
ee107d
--- a/git-instaweb.sh	2020-04-20 17:52:30.000000000 +0200
ee107d
+++ b/git-instaweb.sh	2020-05-27 12:36:20.725300334 +0200
ee107d
@@ -36,7 +36,7 @@
ee107d
 # Defaults:
ee107d
 
ee107d
 # if installed, it doesn't need further configuration (module_path)
ee107d
-test -z "$httpd" && httpd='lighttpd -f'
ee107d
+test -z "$httpd" && httpd='httpd -f'
ee107d
 
ee107d
 # Default is @@GITWEBDIR@@
ee107d
 test -z "$root" && root='@@GITWEBDIR@@'