summaryrefslogtreecommitdiff
path: root/openwrt/package/psybnc/patches/startscript.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-06 17:19:05 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-06 17:19:05 +0000
commitdacafff89cb9ff6b3a92f35a142bd5e1f37a0b93 (patch)
tree866032a623b5e0784f5cdf8db9bf01cda34bf274 /openwrt/package/psybnc/patches/startscript.patch
parent4b8a6703c580445fe1f1fee6b97afd31831657f9 (diff)
downloadmtk-20170518-dacafff89cb9ff6b3a92f35a142bd5e1f37a0b93.zip
mtk-20170518-dacafff89cb9ff6b3a92f35a142bd5e1f37a0b93.tar.gz
mtk-20170518-dacafff89cb9ff6b3a92f35a142bd5e1f37a0b93.tar.bz2
add psybnc package (thanks to Peter Feuerer)
SVN-Revision: 2355
Diffstat (limited to 'openwrt/package/psybnc/patches/startscript.patch')
-rw-r--r--openwrt/package/psybnc/patches/startscript.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/openwrt/package/psybnc/patches/startscript.patch b/openwrt/package/psybnc/patches/startscript.patch
new file mode 100644
index 0000000..635213d
--- /dev/null
+++ b/openwrt/package/psybnc/patches/startscript.patch
@@ -0,0 +1,16 @@
+diff -Naur psybnc/psybnc.sh psybnc_patched/psybnc.sh
+--- psybnc/psybnc.sh 1970-01-01 01:00:00.000000000 +0100
++++ psybnc_finish/psybnc.sh 2005-11-04 12:51:26.478557377 +0100
+@@ -0,0 +1,12 @@
++#!/bin/sh
++
++PDIR=$(pwd);
++cd /usr/share/psybnc;
++./psybnc "$@";
++cd "$PDIR";
++
++echo;
++echo;
++echo "Configuration is located at /usr/share/psybnc/psybnc.conf";
++echo "everything can be configured within your chatclient,";
++echo "after logging in as psybnc_admin ( /bhelp shows bnc help )";