Project

General

Profile

« Previous | Next » 

Revision 13792

/Makefile: removed no longer used nonApacheOnPort80 code

View differences:

Makefile
133 133
$(if $(shell grep -F "$(apacheConfPhppgadminLine)" $(apacheConf)),,\
134 134
$(call sudoAppend,$(apacheConf),\n$(apacheConfPhppgadminLine)))
135 135

  
136
nonApacheOnPort80 = $(shell sudo lsof -i :80|tail -n +2|grep -v -F apache2)
137
editApachePortsConf = echo $$'1\n,s/\\b80\\b/8080/g\nwq'|\
138
sudo ed --loose-exit-status --verbose /etc/apache2/ports.conf
139

  
140 136
asBien := sudo -E -u bien
141 137
pgVersion = "$$(env minor=1 bin/pg_version)"
142 138

  

Also available in: Unified diff