summaryrefslogtreecommitdiff
path: root/chat/dircproxy-devel/files
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-04-03 14:18:01 +0000
committeradrianp <adrianp@pkgsrc.org>2005-04-03 14:18:01 +0000
commit098577e9e14d585efdbdcbc787302c9bfc0c4b3c (patch)
tree0f8862e5ecc0692558273020e9a07d1e0d653128 /chat/dircproxy-devel/files
parent036af5a4952b98de27a93565a4a1863fabb18782 (diff)
downloadpkgsrc-098577e9e14d585efdbdcbc787302c9bfc0c4b3c.tar.gz
- Import of the 1.1.x dircproxy devel branch
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 re-attach it'll let you know what you missed. This can be used to give you roughly the same functionality as using ircII and screen together, except you can use whatever IRC client you like, including X ones! * THIS IS AN UNSTABLE DEVELOPMENT RELEASE OF DIRCPROXY. IT HAS HIGHER * THEN USUAL RISK OF DESTROYING YOUR SYSTEM. * * FOR A STABLE RELEASE USE THE LATEST 1.0.x
Diffstat (limited to 'chat/dircproxy-devel/files')
-rw-r--r--chat/dircproxy-devel/files/dircproxy.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/chat/dircproxy-devel/files/dircproxy.sh b/chat/dircproxy-devel/files/dircproxy.sh
new file mode 100644
index 00000000000..3edaf6d9d3d
--- /dev/null
+++ b/chat/dircproxy-devel/files/dircproxy.sh
@@ -0,0 +1,19 @@
+#!@SH@
+#
+# $NetBSD: dircproxy.sh,v 1.1.1.1 2005/04/03 14:18:02 adrianp Exp $
+#
+
+# PROVIDE: dircproxy
+# REQUIRE: DAEMON
+
+. /etc/rc.subr
+
+name="dircproxy"
+rcvar=$name
+command="@PREFIX@/bin/${name}"
+command_args="-f @PKG_SYSCONFDIR@/${name}rc --pid-file=/var/run/${name}.pid"
+pidfile="/var/run/${name}.pid"
+required_files="@PKG_SYSCONFDIR@/${name}rc"
+
+load_rc_config $name
+run_rc_command "$1"