1 *** pconsole-1.0/pconsole.sh.in.orig Fri Jul 15 07:04:26 2011
2 --- pconsole-1.0/pconsole.sh.in Fri Jul 15 12:17:18 2011
8 # Copyright (C) 2001 Walter de Jong <walter@heiho.net>
13 # Copyright (C) 2001 Walter de Jong <walter@heiho.net>
19 ! PATH=/bin:/usr/bin:/usr/bin/X11:/usr/openwin/bin:/usr/local/bin:/usr/bsd:/usr/share/bin:/opt/bin:/etc:/usr/etc
22 exec_prefix=@exec_prefix@
26 # options: you can overrule these by setting them in your environment
31 ! PATH=/usr/sbin:/usr/bin:/etc
34 exec_prefix=@exec_prefix@
39 # options: you can overrule these by setting them in your environment
43 if [ -z "${P_CONNECT_CMD}" ]
45 ! P_CONNECT_CMD="${bindir}/ssh.sh"
47 if [ -z "${P_CONSOLE_OPTIONS}" ]
51 if [ -z "${P_CONNECT_CMD}" ]
53 ! P_CONNECT_CMD="/usr/share/doc/pconsole/ssh.sh"
55 if [ -z "${P_CONSOLE_OPTIONS}" ]
62 ! ${P_TERM} ${P_CONSOLE_OPTIONS} -title pconsole -name pconsole -e "${bindir}/pconsole" ${TTYS}
64 # terminate all open windows
65 if [ ! -z "${PIDLIST}" ]
70 ! ${P_TERM} ${P_CONSOLE_OPTIONS} -title pconsole -name pconsole -e ${bindir}/pfexec "${sbindir}/pconsole-bin" ${TTYS}
72 # terminate all open windows
73 if [ ! -z "${PIDLIST}" ]