Codebase list python-faraday / 7854196
Add a warning in postinst if couchdb_uri not set correctly Sophie Brun 7 years ago
2 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-faraday (2.0.0-0kali4) kali-dev; urgency=medium
1
2 * Add a warning in postinst if couchdb_uri not set correctly
3
4 -- Sophie Brun <[email protected]> Fri, 09 Sep 2016 10:04:27 +0200
5
06 python-faraday (2.0.0-0kali3) kali-dev; urgency=medium
17
28 * Add missing dependencies
99 rm -f /usr/share/python-faraday/external_libs
1010 fi
1111
12 if [ -f /root/.faraday/config/config.xml ] && \
13 ! grep -q "<couch_uri>http://127.0.0.1:5985</couch_uri>" /root/.faraday/config/config.xml; then
14 echo "WARNING: The config file /root/.faraday/config/config.xml seems to be outdated. You should change the couch_uri configuration in this file to work with default configuration in Kali. It should be:
15 <couch_uri>http://127.0.0.1:5985</couch_uri> "
16 fi
17
1218 #DEBHELPER#