diff options
author | 2013-05-24 07:18:24 +0000 | |
---|---|---|
committer | 2013-05-24 07:18:24 +0000 | |
commit | 8cb3a1c945f001697d927983ee293aa2eb860e0c (patch) | |
tree | b55725b105bd9db5c0a07456fec2833228125342 /net-misc/aiccu | |
parent | Fix QA warnings in .desktop file. Fix cabrillo import function. (diff) | |
download | gentoo-2-8cb3a1c945f001697d927983ee293aa2eb860e0c.tar.gz gentoo-2-8cb3a1c945f001697d927983ee293aa2eb860e0c.tar.bz2 gentoo-2-8cb3a1c945f001697d927983ee293aa2eb860e0c.zip |
Fix Changelog, removed unused patch
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-misc/aiccu')
-rw-r--r-- | net-misc/aiccu/ChangeLog | 4 | ||||
-rw-r--r-- | net-misc/aiccu/files/aiccu.init.gentoo.patch | 24 |
2 files changed, 2 insertions, 26 deletions
diff --git a/net-misc/aiccu/ChangeLog b/net-misc/aiccu/ChangeLog index 21f179f50cdb..e3572ac01a10 100644 --- a/net-misc/aiccu/ChangeLog +++ b/net-misc/aiccu/ChangeLog @@ -1,12 +1,12 @@ # ChangeLog for net-misc/aiccu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.42 2013/05/24 07:09:06 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/ChangeLog,v 1.43 2013/05/24 07:18:23 xmw Exp $ *aiccu-2007.01.15-r3 (24 May 2013) 24 May 2013; Michael Weber <xmw@gentoo.org> +aiccu-2007.01.15-r3.ebuild, +files/aiccu-2007.01.15-systemd.patch, -aiccu-2007.01.15-r1.ebuild: - Add systemd support (thanks Łukasz Stelmach, bug 444692) + Add systemd support (thanks Łukasz Stelmach, bug 444692), drop old 28 Feb 2013; Jeroen Roovers <jer@gentoo.org> aiccu-2007.01.15-r2.ebuild: Stable for HPPA (bug #457440). diff --git a/net-misc/aiccu/files/aiccu.init.gentoo.patch b/net-misc/aiccu/files/aiccu.init.gentoo.patch deleted file mode 100644 index 5b20524c80d3..000000000000 --- a/net-misc/aiccu/files/aiccu.init.gentoo.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- doc/aiccu.init.gentoo.old 2010-06-28 21:28:21.527614775 +0200 -+++ doc/aiccu.init.gentoo 2010-06-28 21:36:49.651781540 +0200 -@@ -23,14 +23,19 @@ checkconfig() { - start() { - checkconfig || return 1 - ebegin "Starting aiccu" -- start-stop-daemon --start --oknodo --quiet --exec /usr/sbin/aiccu -- start -+ start-stop-daemon --start --quiet --exec /usr/sbin/aiccu -- start - eend $? - } - - - stop() { - ebegin "Stopping aiccu" -- start-stop-daemon --stop --oknodo --quiet --exec /usr/sbin/aiccu -- stop -+ start-stop-daemon --stop --pidfile /var/run/aiccu.pid --quiet --exec /usr/sbin/aiccu -- stop - eend $? - } - -+restart() { -+ stop -+ sleep 3 -+ start -+} |