summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 04:06:29 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 04:06:29 +0000
commitcc790de8c5918ae60e7893ad848aceac6f497186 (patch)
tree594d16a3c13a3d7d8848e2d01131917be434f552 /app-backup/amanda
parentReplacing einfo with elog (diff)
downloadgentoo-2-cc790de8c5918ae60e7893ad848aceac6f497186.tar.gz
gentoo-2-cc790de8c5918ae60e7893ad848aceac6f497186.tar.bz2
gentoo-2-cc790de8c5918ae60e7893ad848aceac6f497186.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-backup/amanda')
-rw-r--r--app-backup/amanda/ChangeLog8
-rw-r--r--app-backup/amanda/amanda-2.4.5.ebuild40
-rw-r--r--app-backup/amanda/amanda-2.4.5_p1.ebuild40
-rw-r--r--app-backup/amanda/amanda-2.5.1_p2.ebuild40
4 files changed, 66 insertions, 62 deletions
diff --git a/app-backup/amanda/ChangeLog b/app-backup/amanda/ChangeLog
index 53e20836b054..51d01fc1e6f5 100644
--- a/app-backup/amanda/ChangeLog
+++ b/app-backup/amanda/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-backup/amanda
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.17 2006/12/13 04:33:05 jer Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.18 2007/01/24 04:06:29 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> amanda-2.4.5.ebuild,
+ amanda-2.4.5_p1.ebuild, amanda-2.5.1_p2.ebuild:
+ Replacing einfo with elog
13 Dec 2006; Jeroen Roovers <jer@gentoo.org>
+files/amanda-2.5.1_p2-tar-1.16.patch, amanda-2.5.1_p2.ebuild:
diff --git a/app-backup/amanda/amanda-2.4.5.ebuild b/app-backup/amanda/amanda-2.4.5.ebuild
index 9c8e77278fbb..afb35494aaad 100644
--- a/app-backup/amanda/amanda-2.4.5.ebuild
+++ b/app-backup/amanda/amanda-2.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.5.ebuild,v 1.8 2006/07/13 00:01:40 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.5.ebuild,v 1.9 2007/01/24 04:06:29 genone Exp $
inherit eutils
@@ -328,22 +328,22 @@ pkg_postinst() {
chmod 600 ${ROOT}/etc/${i}
done
- einfo "You should configure Amanda in /etc/amanda now."
- echo
- einfo "If you use xinetd, Don't forget to check /etc/xinetd.d/amanda"
- einfo "and restart xinetd afterwards!"
- echo
- einfo "Otherwise, please look at /usr/share/doc/${P}/inetd.amanda.sample"
- einfo "as an example of how to configure your inetd."
- echo
- einfo "NOTICE: If you need raw acces to partitions you need to add the"
- einfo "amanda user to the 'disk' group and uncomment following lines in"
- einfo "your /etc/devfs.d/amanda:"
- einfo "SCSI:"
- einfo "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
- einfo "IDE:"
- einfo "REGISTER ^ide/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
- echo
- einfo "NOTICE: If you have a tape changer, also uncomment the following"
- einfo "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/generic PERMISSIONS root.disk 660"
+ elog "You should configure Amanda in /etc/amanda now."
+ elog
+ elog "If you use xinetd, Don't forget to check /etc/xinetd.d/amanda"
+ elog "and restart xinetd afterwards!"
+ elog
+ elog "Otherwise, please look at /usr/share/doc/${P}/inetd.amanda.sample"
+ elog "as an example of how to configure your inetd."
+ elog
+ elog "NOTICE: If you need raw acces to partitions you need to add the"
+ elog "amanda user to the 'disk' group and uncomment following lines in"
+ elog "your /etc/devfs.d/amanda:"
+ elog "SCSI:"
+ elog "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
+ elog "IDE:"
+ elog "REGISTER ^ide/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
+ elog
+ elog "NOTICE: If you have a tape changer, also uncomment the following"
+ elog "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/generic PERMISSIONS root.disk 660"
}
diff --git a/app-backup/amanda/amanda-2.4.5_p1.ebuild b/app-backup/amanda/amanda-2.4.5_p1.ebuild
index 2417bbb0352e..63a145a4973c 100644
--- a/app-backup/amanda/amanda-2.4.5_p1.ebuild
+++ b/app-backup/amanda/amanda-2.4.5_p1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.5_p1.ebuild,v 1.5 2006/08/09 20:08:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.4.5_p1.ebuild,v 1.6 2007/01/24 04:06:29 genone Exp $
inherit eutils
@@ -337,22 +337,22 @@ pkg_postinst() {
chmod 600 ${ROOT}/etc/${i}
done
- einfo "You should configure Amanda in /etc/amanda now."
- echo
- einfo "If you use xinetd, Don't forget to check /etc/xinetd.d/amanda"
- einfo "and restart xinetd afterwards!"
- echo
- einfo "Otherwise, please look at /usr/share/doc/${P}/inetd.amanda.sample"
- einfo "as an example of how to configure your inetd."
- echo
- einfo "NOTICE: If you need raw acces to partitions you need to add the"
- einfo "amanda user to the 'disk' group and uncomment following lines in"
- einfo "your /etc/devfs.d/amanda:"
- einfo "SCSI:"
- einfo "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
- einfo "IDE:"
- einfo "REGISTER ^ide/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
- echo
- einfo "NOTICE: If you have a tape changer, also uncomment the following"
- einfo "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/generic PERMISSIONS root.disk 660"
+ elog "You should configure Amanda in /etc/amanda now."
+ elog
+ elog "If you use xinetd, Don't forget to check /etc/xinetd.d/amanda"
+ elog "and restart xinetd afterwards!"
+ elog
+ elog "Otherwise, please look at /usr/share/doc/${P}/inetd.amanda.sample"
+ elog "as an example of how to configure your inetd."
+ elog
+ elog "NOTICE: If you need raw acces to partitions you need to add the"
+ elog "amanda user to the 'disk' group and uncomment following lines in"
+ elog "your /etc/devfs.d/amanda:"
+ elog "SCSI:"
+ elog "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
+ elog "IDE:"
+ elog "REGISTER ^ide/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
+ elog
+ elog "NOTICE: If you have a tape changer, also uncomment the following"
+ elog "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/generic PERMISSIONS root.disk 660"
}
diff --git a/app-backup/amanda/amanda-2.5.1_p2.ebuild b/app-backup/amanda/amanda-2.5.1_p2.ebuild
index 7c1e607a04a0..ded69656abe2 100644
--- a/app-backup/amanda/amanda-2.5.1_p2.ebuild
+++ b/app-backup/amanda/amanda-2.5.1_p2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.5.1_p2.ebuild,v 1.2 2006/12/13 04:33:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.5.1_p2.ebuild,v 1.3 2007/01/24 04:06:29 genone Exp $
inherit eutils
@@ -342,22 +342,22 @@ pkg_postinst() {
chmod 600 ${ROOT}/etc/${i}
done
- einfo "You should configure Amanda in /etc/amanda now."
- echo
- einfo "If you use xinetd, Don't forget to check /etc/xinetd.d/amanda"
- einfo "and restart xinetd afterwards!"
- echo
- einfo "Otherwise, please look at /usr/share/doc/${P}/inetd.amanda.sample"
- einfo "as an example of how to configure your inetd."
- echo
- einfo "NOTICE: If you need raw acces to partitions you need to add the"
- einfo "amanda user to the 'disk' group and uncomment following lines in"
- einfo "your /etc/devfs.d/amanda:"
- einfo "SCSI:"
- einfo "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
- einfo "IDE:"
- einfo "REGISTER ^ide/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
- echo
- einfo "NOTICE: If you have a tape changer, also uncomment the following"
- einfo "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/generic PERMISSIONS root.disk 660"
+ elog "You should configure Amanda in /etc/amanda now."
+ elog
+ elog "If you use xinetd, Don't forget to check /etc/xinetd.d/amanda"
+ elog "and restart xinetd afterwards!"
+ elog
+ elog "Otherwise, please look at /usr/share/doc/${P}/inetd.amanda.sample"
+ elog "as an example of how to configure your inetd."
+ elog
+ elog "NOTICE: If you need raw acces to partitions you need to add the"
+ elog "amanda user to the 'disk' group and uncomment following lines in"
+ elog "your /etc/devfs.d/amanda:"
+ elog "SCSI:"
+ elog "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
+ elog "IDE:"
+ elog "REGISTER ^ide/host.*/bus.*/target.*/lun.*/part[0-9] PERMISSIONS root.disk 660"
+ elog
+ elog "NOTICE: If you have a tape changer, also uncomment the following"
+ elog "REGISTER ^scsi/host.*/bus.*/target.*/lun.*/generic PERMISSIONS root.disk 660"
}