Date: Thursday, July 13, 2017 @ 16:49:23
  Author: spupykin
Revision: 244991

mistype

Modified:
  chrony/trunk/chrony.install

----------------+
 chrony.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: chrony.install
===================================================================
--- chrony.install      2017-07-13 16:31:08 UTC (rev 244990)
+++ chrony.install      2017-07-13 16:49:23 UTC (rev 244991)
@@ -4,7 +4,7 @@
 }
 
 post_upgrade() {
-  echo "-- crony.service was renamed to cronyd.service!"
+  echo "-- chrony.service was renamed to chronyd.service!"
   if [[ $(vercmp $2 1.29.1-2) -le 0 ]]; then
     getent group chrony &>/dev/null || groupadd -r -g 183 chrony >/dev/null
     getent passwd chrony &>/dev/null || useradd -r -u 183 -g chrony -d 
/var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null

Reply via email to