[Lunar-commits] <moonbase-other> Merge pull request #36 from dagbrown/master

Auke Kok sofar+github at foo-projects.org
Tue Oct 23 21:30:04 CEST 2012


commit 439243cfcdbc15c4b3bc4dd37aafba907508a523
Author: Auke Kok <sofar+github at foo-projects.org>
Date: Tue, 23 Oct 2012 12:30:04 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/439243cfcdbc15c4b3bc4dd37aafba907508a523

Merge pull request #36 from dagbrown/master

Several updates...
---
  chat/dircproxy/DETAILS            | +18/-0    
  web/httpd/systemd.d/httpd.service | +13/-0    
  2 files changed

--- /dev/null
+++ b/chat/dircproxy/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=dircproxy
+         VERSION=1.2.0-RC1
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://$MODULE.googlecode.com/files/
+      SOURCE_VFY=sha1:7dc4b3aa2e10222f74e280de69c41f571335a96b
+        WEB_SITE=http://dircproxy.googlecode.com/
+         ENTERED=20060118
+         UPDATED=20121023
+           SHORT="An IRC proxy server"
+cat << EOF
+dircproxy is an IRC proxy server ("bouncer") designed for people who use
+IRC from lots of different workstations or clients, but wish to remain
+connected and see what they missed while they were away. You connect to
+IRC through dircproxy, and it keeps you connected to the server, even
+after you detach your client from it. While you're detached, it logs
+channel and private messages as well as important events, and when you
+reattach it'll let you know what you missed.
+EOF
--- /dev/null
+++ b/web/httpd/systemd.d/httpd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Apache HTTPD
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/httpd.pid
+ExecStart=/usr/sbin/apachectl start
+ExecReload=/usr/sbin/apachectl restart
+ExecStop=/usr/sbin/apachectl stop
+
+[Install]
+WantedBy=http-daemon.target




More information about the Lunar-commits mailing list