diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-12-19 20:56:38 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-12-19 20:56:38 +0000 |
commit | 6da49de585052c504e376cd127982496dcf47feb (patch) | |
tree | 875150d780204ac7ee6992f3a27bcf8e6126932b /sys-process/incron | |
parent | Marking enlightenment-0.16.8.10 ppc and ppc64 stable for bug 202663 (diff) | |
download | gentoo-2-6da49de585052c504e376cd127982496dcf47feb.tar.gz gentoo-2-6da49de585052c504e376cd127982496dcf47feb.tar.bz2 gentoo-2-6da49de585052c504e376cd127982496dcf47feb.zip |
fix patch
(Portage version: 2.1.4_rc8)
Diffstat (limited to 'sys-process/incron')
-rw-r--r-- | sys-process/incron/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/incron/files/incron-0.5.7-gentoo.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-process/incron/ChangeLog b/sys-process/incron/ChangeLog index 3a848db290ba..a0bf494d6fc9 100644 --- a/sys-process/incron/ChangeLog +++ b/sys-process/incron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/incron # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.1 2007/12/19 20:50:03 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.2 2007/12/19 20:56:37 hollow Exp $ + + 19 Dec 2007; Benedikt Böhm <hollow@gentoo.org> + files/incron-0.5.7-gentoo.patch: + fix patch *incron-0.5.7 (19 Dec 2007) diff --git a/sys-process/incron/files/incron-0.5.7-gentoo.patch b/sys-process/incron/files/incron-0.5.7-gentoo.patch index 9f9641985790..0bfe26cfe82c 100644 --- a/sys-process/incron/files/incron-0.5.7-gentoo.patch +++ b/sys-process/incron/files/incron-0.5.7-gentoo.patch @@ -61,7 +61,7 @@ Index: incron-0.5.7/incrond-init.d +#!/sbin/runscript +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 -+# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/files/incron-0.5.7-gentoo.patch,v 1.1 2007/12/19 20:50:04 hollow Exp $ ++# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/files/incron-0.5.7-gentoo.patch,v 1.2 2007/12/19 20:56:38 hollow Exp $ + +depend() { + use clock logger @@ -70,7 +70,7 @@ Index: incron-0.5.7/incrond-init.d + +start() { + ebegin "Starting incrond" -+ start-stop-daemon --start --quiet --exec /usr/sbin/incrond -f /etc/incron.conf ++ start-stop-daemon --start --quiet --exec /usr/sbin/incrond -- -f /etc/incron.conf + eend $? +} + |