summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2007-05-18 23:58:01 +0000
committerMarien Zwart <marienz@gentoo.org>2007-05-18 23:58:01 +0000
commit546657d483ddd286a5f664f15f67e6b762c4aaee (patch)
treea0df3bc63cf0efb3f1a9bb09cd21adcb352dadcb /x11-drivers/ati-drivers/files
parentAccept MERGETOOL spelling in configuration file (#179026), and respect ALIASF... (diff)
downloadhistorical-546657d483ddd286a5f664f15f67e6b762c4aaee.tar.gz
historical-546657d483ddd286a5f664f15f67e6b762c4aaee.tar.bz2
historical-546657d483ddd286a5f664f15f67e6b762c4aaee.zip
Fix line endings issue (bug #179062), thanks to Elias Probst <mail@eliasprobst.eu> for reporting.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'x11-drivers/ati-drivers/files')
-rw-r--r--x11-drivers/ati-drivers/files/atieventsd.init38
1 files changed, 19 insertions, 19 deletions
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