diff options
author | Marien Zwart <marienz@gentoo.org> | 2007-05-18 23:58:01 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2007-05-18 23:58:01 +0000 |
commit | e50eca4c4b733b79efce302c600d735d785b5407 (patch) | |
tree | 65692a57d43912855b83af1982062fd0d8da34a7 /x11-drivers | |
parent | Accept MERGETOOL spelling in configuration file (#179026), and respect ALIASF... (diff) | |
download | gentoo-2-e50eca4c4b733b79efce302c600d735d785b5407.tar.gz gentoo-2-e50eca4c4b733b79efce302c600d735d785b5407.tar.bz2 gentoo-2-e50eca4c4b733b79efce302c600d735d785b5407.zip |
Fix line endings issue (bug #179062), thanks to Elias Probst <mail@eliasprobst.eu> for reporting.
(Portage version: 2.1.2.7)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/files/atieventsd.init | 38 |
2 files changed, 24 insertions, 20 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog index c80c84d6111c..1ef50210a32b 100644 --- a/x11-drivers/ati-drivers/ChangeLog +++ b/x11-drivers/ati-drivers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/ati-drivers # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.72 2007/05/18 10:26:40 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.73 2007/05/18 23:58:01 marienz Exp $ + + 18 May 2007; Marien Zwart <marienz@gentoo.org> files/atieventsd.init: + Fix line endings issue (bug #179062), thanks to Elias Probst + <mail@eliasprobst.eu> for reporting. 18 May 2007; Roy Marples <uberlord@gentoo.org> files/atieventsd.init: Fix the init script to work on baselayout-2 diff --git a/x11-drivers/ati-drivers/files/atieventsd.init b/x11-drivers/ati-drivers/files/atieventsd.init index 9f647f5a84b0..73139ce395cc 100644 --- a/x11-drivers/ati-drivers/files/atieventsd.init +++ b/x11-drivers/ati-drivers/files/atieventsd.init @@ -1,20 +1,20 @@ -#!/sbin/runscript
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/files/atieventsd.init,v 1.2 2007/05/18 10:26:40 uberlord Exp $
-
-depend() {
- need acpid
-}
-
-start() {
- ebegin "Starting ${SVCNAME}"
- start-stop-daemon --start --exec /opt/sbin/atieventsd -- ${ATIEVENTSDOPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping ${SVCNAME}"
- start-stop-daemon --stop --quiet --exec /opt/sbin/atieventsd
- eend $?
+#!/sbin/runscript +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/files/atieventsd.init,v 1.3 2007/05/18 23:58:01 marienz Exp $ + +depend() { + need acpid +} + +start() { + ebegin "Starting ${SVCNAME}" + start-stop-daemon --start --exec /opt/sbin/atieventsd -- ${ATIEVENTSDOPTS} + eend $? +} + +stop() { + ebegin "Stopping ${SVCNAME}" + start-stop-daemon --stop --quiet --exec /opt/sbin/atieventsd + eend $? }
\ No newline at end of file |