pconsole.sh.in.patch revision 5933
409N/A*** pconsole-1.0/pconsole.sh.in.orig Fri Jul 15 07:04:26 2011
409N/A--- pconsole-1.0/pconsole.sh.in Fri Jul 15 12:17:18 2011
409N/A***************
409N/A*** 1,4 ****
409N/A! #! /bin/sh
409N/A #
409N/A # pconsole WJ101
409N/A # Copyright (C) 2001 Walter de Jong <walter@heiho.net>
409N/A--- 1,4 ----
409N/A! #! /bin/bash
409N/A #
409N/A # pconsole WJ101
409N/A # Copyright (C) 2001 Walter de Jong <walter@heiho.net>
409N/A***************
409N/A*** 31,41 ****
409N/A set -x
409N/A fi
409N/A
409N/A! PATH=/bin:/usr/bin:/usr/bin/X11:/usr/openwin/bin:/usr/local/bin:/usr/bsd:/usr/share/bin:/opt/bin:/etc:/usr/etc
409N/A
409N/A prefix=@prefix@
409N/A exec_prefix=@exec_prefix@
409N/A bindir=@bindir@
409N/A
409N/A #
409N/A # options: you can overrule these by setting them in your environment
409N/A--- 31,42 ----
409N/A set -x
409N/A fi
409N/A
5933N/A! PATH=/usr/gnu/bin:/usr/sbin:/usr/bin:/etc
409N/A
409N/A prefix=@prefix@
409N/A exec_prefix=@exec_prefix@
409N/A bindir=@bindir@
409N/A+ sbindir=@sbindir@
409N/A
409N/A #
409N/A # options: you can overrule these by setting them in your environment
409N/A***************
409N/A*** 50,56 ****
409N/A fi
409N/A if [ -z "${P_CONNECT_CMD}" ]
409N/A then
409N/A! P_CONNECT_CMD="${bindir}/ssh.sh"
409N/A fi
409N/A if [ -z "${P_CONSOLE_OPTIONS}" ]
409N/A then
409N/A--- 51,57 ----
409N/A fi
409N/A if [ -z "${P_CONNECT_CMD}" ]
409N/A then
409N/A! P_CONNECT_CMD="/usr/share/doc/pconsole/ssh.sh"
409N/A fi
409N/A if [ -z "${P_CONSOLE_OPTIONS}" ]
409N/A then
409N/A***************
409N/A*** 145,151 ****
409N/A done
409N/A
409N/A # start pconsole
409N/A! ${P_TERM} ${P_CONSOLE_OPTIONS} -title pconsole -name pconsole -e "${bindir}/pconsole" ${TTYS}
409N/A
409N/A # terminate all open windows
409N/A if [ ! -z "${PIDLIST}" ]
409N/A--- 146,152 ----
409N/A done
409N/A
409N/A # start pconsole
409N/A! ${P_TERM} ${P_CONSOLE_OPTIONS} -title pconsole -name pconsole -e ${bindir}/pfexec "${sbindir}/pconsole-bin" ${TTYS}
409N/A
409N/A # terminate all open windows
409N/A if [ ! -z "${PIDLIST}" ]