Project

General

Profile

« Previous | Next » 

Revision 337

Makefile: Removed unnecessary commenting out of "allow from 127.0.0.0..." lines in /etc/phppgadmin/apache.conf

View differences:

Makefile
70 70
	@echo "Run python -c 'import dateutil'"
71 71
	@$(wait)
72 72

  
73
editPhppgadminApacheConf =\
74
echo $$'1\n,s/^allow from 127\.0\.0\.0\\b/\# &/\n,s/\# \(allow from all\)/\1/\nwq'|\
73
editPhppgadminApacheConf = echo $$'1\n,s/\# \(allow from all\)/\1/\nwq'|\
75 74
sudo ed --loose-exit-status --verbose /etc/phppgadmin/apache.conf
76 75

  
77 76
apacheConf := /etc/apache2/apache2.conf

Also available in: Unified diff