mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Debian clean fix and CentOS 6 upgrade fix.
This commit is contained in:
parent
776ff46db7
commit
f4e993c814
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue