let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / psybnc / patches / startscript.patch
1 diff -Naur psybnc/psybnc.sh psybnc_patched/psybnc.sh
2 --- psybnc/psybnc.sh    1970-01-01 01:00:00.000000000 +0100
3 +++ psybnc_finish/psybnc.sh     2005-11-04 12:51:26.478557377 +0100
4 @@ -0,0 +1,12 @@
5 +#!/bin/sh
6 +
7 +PDIR=$(pwd);
8 +cd /usr/share/psybnc;
9 +./psybnc "$@";
10 +cd "$PDIR";
11 +
12 +echo;
13 +echo;
14 +echo "Configuration is located at /usr/share/psybnc/psybnc.conf";
15 +echo "everything can be configured within your chatclient,";
16 +echo "after logging in as psybnc_admin ( /bhelp shows bnc help )";