diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-11-02 17:14:39 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-11-02 17:14:39 +0100 |
commit | 890dda04895996e19cb579a322c979d410d7757d (patch) | |
tree | a0f94c560975311f5d8f3f7373da5a11fe88a23e /templates | |
parent | f7e60e7beb90b193aebd2edf43a5cbd7cc1b475d (diff) | |
download | vyatta-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.def | 9 |
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 |