Replace whois by jwhois.

This commit is contained in:
Michael Tremer
2013-07-04 17:31:30 +02:00
parent b25387547d
commit c5e5324cb6
13 changed files with 1165 additions and 1 deletions

View File

@@ -80,5 +80,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
mv -v /usr/bin/ping /bin
# Don't use whois command from here.
rm -vf /usr/bin/whois
@rm -rf $(DIR_APP)
@$(POSTBUILD)