diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-01-01 22:27:01 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-01-01 22:27:01 +0000 |
commit | a71865ad64c0e272c3b3df2d75d9854716d0121d (patch) | |
tree | 176ed5f80d92a83bdfe87e84bb0790ca986fef19 /eclass/zproduct.eclass | |
parent | Version bump (diff) | |
download | historical-a71865ad64c0e272c3b3df2d75d9854716d0121d.tar.gz historical-a71865ad64c0e272c3b3df2d75d9854716d0121d.tar.bz2 historical-a71865ad64c0e272c3b3df2d75d9854716d0121d.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/zproduct.eclass')
-rw-r--r-- | eclass/zproduct.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/zproduct.eclass b/eclass/zproduct.eclass index fc379b4ad40b..199dc701b90b 100644 --- a/eclass/zproduct.eclass +++ b/eclass/zproduct.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.25 2006/12/29 00:54:57 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.26 2007/01/01 22:27:01 swegener Exp $ # Author: Jason Shoemaker <kutsuya@gentoo.org> # This eclass is designed to streamline the construction of @@ -99,12 +99,12 @@ zproduct_pkg_postinst() { einfo "Attention: ${PF} was not installed in any instance! Use 'zprod-manager add'" #disabled by radek@20061228 - contact me in case of any question! - #${ROOT}/usr/sbin/zprod-manager add ${ZP_DIR}/${PF} + #${ROOT}/usr/sbin/zprod-manager add ${ZP_DIR}/${PF} } zproduct_pkg_prerm() { # checks how many times product is installed and informs about it - # it does not remove it (change in behaviour done by radek@20061228) + # it does not remove it (change in behaviour done by radek@20061228) debug-print-function ${FUNCNAME} ${*} ZINST_LST=$(ls /var/lib/zope/) if [ "${ZINST_LST}" ] ; then @@ -129,8 +129,8 @@ zproduct_pkg_prerm() { if [ $ARE_INSTALLED -gt 0 ] then ewarn "Detected at least $ARE_INSTALLED copies of product being unmerged." - ewarn "Please manually remove it from instances using 'zprod-manager del'" - ewarn "Product is removed from ${ZP_DIR} but not from instances!" + ewarn "Please manually remove it from instances using 'zprod-manager del'" + ewarn "Product is removed from ${ZP_DIR} but not from instances!" fi fi } |