summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2017-11-02 17:14:39 +0100
committerChristian Poessinger <christian@poessinger.com>2017-11-02 17:14:39 +0100
commit890dda04895996e19cb579a322c979d410d7757d (patch)
treea0f94c560975311f5d8f3f7373da5a11fe88a23e /templates
parentf7e60e7beb90b193aebd2edf43a5cbd7cc1b475d (diff)
downloadvyatta-cfg-system-890dda04895996e19cb579a322c979d410d7757d.tar.gz
vyatta-cfg-system-890dda04895996e19cb579a322c979d410d7757d.zip
T438: Remove long broken popularity contest
Diffstat (limited to 'templates')
-rw-r--r--templates/system/options/enable-popularity-contest/node.def9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/system/options/enable-popularity-contest/node.def b/templates/system/options/enable-popularity-contest/node.def
deleted file mode 100644
index 3f048352..00000000
--- a/templates/system/options/enable-popularity-contest/node.def
+++ /dev/null
@@ -1,9 +0,0 @@
-help: Send anonymous system statistic to VyOS maintainers
-
-create:
- sudo sh -c 'echo "#!/bin/sh" > /etc/cron.weekly/01vyos-popcon'
- sudo sh -c 'echo "/opt/vyatta/bin/vyos-popcon.pl 2>&1 >/var/log/popcon.log" >> /etc/cron.weekly/01vyos-popcon'
- sudo sh -c 'chmod +x /etc/cron.weekly/01vyos-popcon'
-
-delete:
- sudo rm -f /etc/cron.weekly/01vyos-popcon