Debian clean fix and CentOS 6 upgrade fix.

This commit is contained in:
Adam Ierymenko 2018-05-03 12:51:49 -07:00
commit f4e993c814
2 changed files with 7 additions and 4 deletions

View file

@ -110,8 +110,8 @@ case "$1" in
chkconfig --add zerotier-one
;;
2)
chkconfig --del newservice
chkconfig --add newservice
chkconfig --del zerotier-one
chkconfig --add zerotier-one
;;
esac
%endif
@ -145,6 +145,9 @@ esac
%endif
%changelog
* Thu May 03 2018 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.2.8-0.1
- see https://github.com/zerotier/ZeroTierOne for release notes
* Mon Apr 24 2017 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.2.2-0.1
- see https://github.com/zerotier/ZeroTierOne for release notes