[arch-commits] Commit in netdata/trunk (netdata.install)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Oct 1 12:00:58 UTC 2018


    Date: Monday, October 1, 2018 @ 12:00:58
  Author: bpiotrowski
Revision: 388837

Ditch useless post_install message

Modified:
  netdata/trunk/netdata.install

-----------------+
 netdata.install |   12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

Modified: netdata.install
===================================================================
--- netdata.install	2018-10-01 11:45:59 UTC (rev 388836)
+++ netdata.install	2018-10-01 12:00:58 UTC (rev 388837)
@@ -4,17 +4,9 @@
 }
 
 post_install() {
-	setcap_netdata
-
-	echo
-	echo "After the daemon has been started for the first time,"
-	echo "download the default config file from"
-	echo "http://127.0.0.1:19999/netdata.conf"
-	echo
-	echo "Copy it to /etc/netdata/ and modify it."
-	echo
+  setcap_netdata
 }
 
 post_upgrade() {
-	setcap_netdata
+  setcap_netdata
 }



More information about the arch-commits mailing list