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 | b79cd121e953c2cada1b6b40709a042af5c47ada (patch) | |
tree | f3fa12539ff8d5f25d29323132a7612278dcf0ea /sys-process/incron/files | |
parent | Marking enlightenment-0.16.8.10 ppc and ppc64 stable for bug 202663 (diff) | |
download | historical-b79cd121e953c2cada1b6b40709a042af5c47ada.tar.gz historical-b79cd121e953c2cada1b6b40709a042af5c47ada.tar.bz2 historical-b79cd121e953c2cada1b6b40709a042af5c47ada.zip |
fix patch
Package-Manager: portage-2.1.4_rc8
Diffstat (limited to 'sys-process/incron/files')
-rw-r--r-- | sys-process/incron/files/incron-0.5.7-gentoo.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 $? +} + |