civil       14/05/08 07:55:12

  Modified:             vzctl-4.7.2.ebuild ChangeLog
  Log:
  Fix several typos in pkg_postinst, now messages should be displayed properly 
in all cases
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  Changes    Path
1.2                  sys-cluster/vzctl/vzctl-4.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild?r1=1.1&r2=1.2

Index: vzctl-4.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vzctl-4.7.2.ebuild  7 May 2014 08:15:58 -0000       1.1
+++ vzctl-4.7.2.ebuild  8 May 2014 07:55:12 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild,v 1.1 
2014/05/07 08:15:58 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild,v 1.2 
2014/05/08 07:55:12 civil Exp $
 
 EAPI="5"
 
@@ -78,16 +78,16 @@
        ewarn "/usr/share/vzctl/scripts/vpsreboot from crontab and use"
        ewarn "/etc/init.d/vzeventd."
 
-       if !has_version sys-process/criu; then
+       if ! has_version sys-process/criu; then
                einfo "If you want checkpoint suspend/restore feature in 
vanilla kernel"
                einfo "please install sys-process/criu."
                einfo "This is experimental and not stable (in Gentoo) at the 
moment."
        fi
 
-       if !has_version app-arch/xz-utils; then
+       if ! has_version app-arch/xz-utils; then
                einfo "If you work with xz compressed templates, please install 
app-arch/xz-utils"
        fi
-       if !has_version app-crypt/gnupg; then
+       if ! has_version app-crypt/gnupg; then
                einfo "If you want to check signature of donwloaded template, 
install app-crypt/gnupg"
        fi
 }



1.125                sys-cluster/vzctl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.125&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.125&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   7 May 2014 08:15:58 -0000       1.124
+++ ChangeLog   8 May 2014 07:55:12 -0000       1.125
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/vzctl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.124 
2014/05/07 08:15:58 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.125 
2014/05/08 07:55:12 civil Exp $
+
+  08 May 2014; Vladimir Smirnov <ci...@gentoo.org> vzctl-4.7.2.ebuild:
+  Fix several typos in pkg_postinst, now messages should be displayed properly
+  in all cases
 
 *vzctl-4.7.2 (07 May 2014)
 




Reply via email to