diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2013-03-25 10:32:03 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2013-03-25 10:32:03 +0000 |
commit | aba2bd314eddcd0af1c0d187787c283d334b6ca8 (patch) | |
tree | 989c8f068039427f7f16bebbbc5c37dcdfa636fc /net-misc/ucarp | |
parent | switch to fixed tarball. (diff) | |
download | gentoo-2-aba2bd314eddcd0af1c0d187787c283d334b6ca8.tar.gz gentoo-2-aba2bd314eddcd0af1c0d187787c283d334b6ca8.tar.bz2 gentoo-2-aba2bd314eddcd0af1c0d187787c283d334b6ca8.zip |
The ucarp init.d-script now does `provide ucarp`
(Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)
Diffstat (limited to 'net-misc/ucarp')
-rw-r--r-- | net-misc/ucarp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/ucarp/files/ucarp.initd-r1 (renamed from net-misc/ucarp/files/ucarp.initd) | 3 | ||||
-rw-r--r-- | net-misc/ucarp/ucarp-1.5.2-r3.ebuild (renamed from net-misc/ucarp/ucarp-1.5.2-r2.ebuild) | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/net-misc/ucarp/ChangeLog b/net-misc/ucarp/ChangeLog index 744b6aa431b2..33a6f6f21204 100644 --- a/net-misc/ucarp/ChangeLog +++ b/net-misc/ucarp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/ucarp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.21 2013/03/11 10:45:02 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.22 2013/03/25 10:32:03 dev-zero Exp $ + +*ucarp-1.5.2-r3 (25 Mar 2013) + + 25 Mar 2013; Tiziano Müller <dev-zero@gentoo.org> +files/ucarp.initd-r1, + +ucarp-1.5.2-r3.ebuild, -files/ucarp.initd, -ucarp-1.5.2-r2.ebuild: + The ucarp init.d-script now does `provide ucarp` *ucarp-1.5.2-r2 (11 Mar 2013) diff --git a/net-misc/ucarp/files/ucarp.initd b/net-misc/ucarp/files/ucarp.initd-r1 index 0ca86e408130..d547474aeda7 100644 --- a/net-misc/ucarp/files/ucarp.initd +++ b/net-misc/ucarp/files/ucarp.initd-r1 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/files/ucarp.initd,v 1.1 2013/03/11 10:45:02 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/files/ucarp.initd-r1,v 1.1 2013/03/25 10:32:03 dev-zero Exp $ description="UCARP is a portable implementation of the CARP protocol" description_logstatus="Logs the status of ${SVCNAME} to syslog" @@ -28,6 +28,7 @@ required_files="${UCARP_PASSFILE} ${UCARP_UPSCRIPT} ${UCARP_DOWNSCRIPT}" depend() { need net use logger + provide ucarp } start_pre() { diff --git a/net-misc/ucarp/ucarp-1.5.2-r2.ebuild b/net-misc/ucarp/ucarp-1.5.2-r3.ebuild index 6aced2e323c6..8ee37d5b8f4d 100644 --- a/net-misc/ucarp/ucarp-1.5.2-r2.ebuild +++ b/net-misc/ucarp/ucarp-1.5.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.5.2-r2.ebuild,v 1.1 2013/03/11 10:45:02 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.5.2-r3.ebuild,v 1.1 2013/03/25 10:32:03 dev-zero Exp $ EAPI="5" @@ -32,7 +32,7 @@ src_install() { keepdir /etc/ucarp - newinitd "${FILESDIR}"/ucarp.initd ucarp + newinitd "${FILESDIR}"/ucarp.initd-r1 ucarp newconfd "${FILESDIR}"/ucarp.confd ucarp } |