Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/files/conf/
Date: Thu, 03 Feb 2022 17:35:25
Message-Id: 1643909643.6f2326d6cf25747a0ce9e01645e8431c17b7264e.juippis@gentoo
1 commit: 6f2326d6cf25747a0ce9e01645e8431c17b7264e
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 17:34:03 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 17:34:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2326d6
7
8 www-servers/lighttpd: proper end-of-file for files/conf/mod_cgi.conf
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 www-servers/lighttpd/files/conf/mod_cgi.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/lighttpd/files/conf/mod_cgi.conf b/www-servers/lighttpd/files/conf/mod_cgi.conf
16 index 9897af78eafc..5958d2d115b7 100644
17 --- a/www-servers/lighttpd/files/conf/mod_cgi.conf
18 +++ b/www-servers/lighttpd/files/conf/mod_cgi.conf
19 @@ -21,4 +21,4 @@ $HTTP["url"] =~ "^/cgi-bin/" {
20 ".pl" => "/usr/bin/perl",
21 ".cgi" => "/usr/bin/perl"
22 )
23 -}
24 \ No newline at end of file
25 +}