summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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