[pkg-lighttpd] r280 - lighttpd/trunk/debian
eloy at alioth.debian.org
eloy at alioth.debian.org
Fri Jan 25 13:57:46 UTC 2008
Author: eloy
Date: 2008-01-25 13:57:46 +0000 (Fri, 25 Jan 2008)
New Revision: 280
Added:
lighttpd/trunk/debian/psock.pl
Log:
psock script
Added: lighttpd/trunk/debian/psock.pl
===================================================================
--- lighttpd/trunk/debian/psock.pl (rev 0)
+++ lighttpd/trunk/debian/psock.pl 2008-01-25 13:57:46 UTC (rev 280)
@@ -0,0 +1,5 @@
+#!/usr/bin/perl -Tw
+use strict;
+use Socket;
+socket(Server, PF_INET, SOCK_STREAM, getprotobyname('tcp'));
+bind(Server, sockaddr_in(80, INADDR_ANY)) || exit 1 ;
Property changes on: lighttpd/trunk/debian/psock.pl
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-lighttpd-maintainers
mailing list