diff options
Diffstat (limited to 'debian/vyos-1x.postinst')
-rw-r--r-- | debian/vyos-1x.postinst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst index 2b465d9b4..5c98609a4 100644 --- a/debian/vyos-1x.postinst +++ b/debian/vyos-1x.postinst @@ -90,9 +90,11 @@ fi # conntackd # pmacct # fastnetmon +# ntp DELETE="/etc/logrotate.d/conntrackd.distrib /etc/init.d/conntrackd /etc/default/conntrackd /etc/default/pmacctd /etc/pmacct - /etc/networks_list /etc/networks_whitelist /etc/fastnetmon.conf" + /etc/networks_list /etc/networks_whitelist /etc/fastnetmon.conf + /etc/ntp.conf" for tmp in $DELETE; do if [ -e ${tmp} ]; then rm -rf ${tmp} |