diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-10-12 20:54:46 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-10-12 20:54:46 +0000 |
commit | c5c303c4544f6942db81b51cb3eac66ee89d47bf (patch) | |
tree | edb92b7b068d9f1f0b99f6eb54f882fffe969988 /www-servers/lighttpd | |
parent | stable ppc, bug #195511 (diff) | |
download | gentoo-2-c5c303c4544f6942db81b51cb3eac66ee89d47bf.tar.gz gentoo-2-c5c303c4544f6942db81b51cb3eac66ee89d47bf.tar.bz2 gentoo-2-c5c303c4544f6942db81b51cb3eac66ee89d47bf.zip |
trim whitespace
(Portage version: 2.1.3.12)
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/files/lighttpd-1.3.10.initd | 4 | ||||
-rw-r--r-- | www-servers/lighttpd/files/lighttpd.initd | 4 | ||||
-rw-r--r-- | www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www-servers/lighttpd/files/lighttpd-1.3.10.initd b/www-servers/lighttpd/files/lighttpd-1.3.10.initd index f6789b9d6b69..451d236516b2 100644 --- a/www-servers/lighttpd/files/lighttpd-1.3.10.initd +++ b/www-servers/lighttpd/files/lighttpd-1.3.10.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd-1.3.10.initd,v 1.2 2005/06/06 12:11:08 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd-1.3.10.initd,v 1.3 2007/10/12 20:54:46 swegener Exp $ PID_FILE="/var/run/lighttpd.pid" LIGHTTPD_BIN="/usr/sbin/lighttpd" @@ -12,7 +12,7 @@ depend() { use mysql logger spawn-fcgi ldap after sshd } - + start() { ebegin "Starting lighttpd" start-stop-daemon --start --quiet --exec ${LIGHTTPD_BIN} -- \ diff --git a/www-servers/lighttpd/files/lighttpd.initd b/www-servers/lighttpd/files/lighttpd.initd index b914727984eb..1ce30659729d 100644 --- a/www-servers/lighttpd/files/lighttpd.initd +++ b/www-servers/lighttpd/files/lighttpd.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.11 2006/11/05 12:28:05 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.12 2007/10/12 20:54:46 swegener Exp $ opts="depend checkconfig start stop reload" @@ -20,7 +20,7 @@ checkconfig() { /usr/sbin/lighttpd -t -f ${LIGHTTPD_CONF} >/dev/null } - + start() { checkconfig || return 1 diff --git a/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 b/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 index d5dbf2a5503f..80aaacc5e597 100644 --- a/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 +++ b/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3,v 1.1 2007/04/10 10:34:20 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3,v 1.2 2007/10/12 20:54:46 swegener Exp $ opts="reload graceful" @@ -20,7 +20,7 @@ checkconfig() { /usr/sbin/lighttpd -t -f ${LIGHTTPD_CONF} >/dev/null } - + start() { checkconfig || return 1 |