Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165659 Details for
Bug 237531
app-backup/rsnapshot-1.3.1 fails to upgrade from 1.3.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rsnapshot-1.3.1.ebuild
rsnapshot-1.3.1.ebuild (text/plain), 1.71 KB, created by
Erik Hahn
on 2008-09-17 17:10:29 UTC
(
hide
)
Description:
rsnapshot-1.3.1.ebuild
Filename:
MIME Type:
Creator:
Erik Hahn
Created:
2008-09-17 17:10:29 UTC
Size:
1.71 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.3.1.ebuild,v 1.1 2008/09/11 18:03:21 yngwin Exp $ > >inherit eutils > >DESCRIPTION="A filesystem backup utility based on rsync" >HOMEPAGE="http://www.rsnapshot.org" >SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="" > >RDEPEND=">=dev-lang/perl-5.8.2 > >=sys-apps/util-linux-2.12-r4 > >=sys-apps/coreutils-5.0.91-r4 > >=net-misc/openssh-3.7.1_p2-r1 > >=net-misc/rsync-2.6.0" > >src_unpack() { > unpack ${A} > epatch "${FILESDIR}"/${P}-cp_al.patch >} > >src_compile() { > # configure fails if it can't read /etc/rsnapshot.conf > # It's better to fail with a more meaningful message > if [ -e /etc/rsnapshot.conf ] && [ ! -r /etc/rsnapshot.conf ]; then > eerror "The configure script needs read access to /etc/rsnapshot.conf." > eerror "Please make sure portage (the user) has the necessary" > eerror "permissions or disable userpriv" > die > fi > > econf --prefix=/usr --sysconfdir=/etc || die > emake || die "emake failed" >} > >src_install() { > make install DESTDIR="${D}" || die "make install failed" > > dodoc INSTALL README AUTHORS TODO ChangeLog docs/* > insinto /usr/share/doc/${PF}/HOWTOs > doins docs/HOWTOs/* > docinto utils > dodoc utils/{README,rsnaptar,*.sh} > docinto utils/rsnapshotdb > dodoc utils/rsnapshotdb/* >} > >pkg_postinst() { > elog > elog "The configuration file: /etc/rsnapshot.conf.default " > elog " has been installed. " > elog "This is a template. " > elog "Copy, or move, the above file to: /etc/rsnapshot.conf " > elog "Note that upgrading will update the template, not real config. " > elog >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 237531
:
165308
| 165659