Up to [cvs.netbsd.org] / pkgsrc / misc / dtach
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 8 01:06:50 2008 UTC (4 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Update dtach to 0.8. Patch provided by MAINTAINER, Francis GUDIN. The changes in version 0.8 are: - When using dtach -A or dtach -c, the master will now wait until the client attaches before trying to read from the program being executed. This avoids a race condition when the program prints something and exits before the client can attach itself. - Instead of exiting quietly, dtach will now report any errors that occur while trying to execute the program. - dtach -n can now be used without a terminal. - dtach -A will now try to detect and remove stale sockets. - Removed a Linux-specific escape sequence from the code that restores the original terminal settings. - Changed dtach.1 to use \- for the dashes in command line options, and fix an ambiguous backslash. - Use non-blocking mode in the master process, and avoid data loss by ensuring that at least one attaching client succesfully completes a write. - Fix -e ^<char> to work with lowercase characters.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 4 19:21:11 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.4: +8 -5
lines
Diff to previous 1.4 (colored)
Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 14 01:09:42 2007 UTC (4 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
Pre-create directories used in the do-install target.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 13 23:56:11 2007 UTC (4 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.2: +6 -5
lines
Diff to previous 1.2 (colored)
Style nit -- use a shell for loop instead of a bmake .for loop.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 13 23:53:54 2007 UTC (4 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Honor PKGMANDIR.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jun 17 14:26:47 2006 UTC (5 years, 11 months ago) by minskim
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import dtach from pkgsrc-wip. Packaged by Francis Gudin. dtach is a tiny program that emulates the detach feature of screen, allowing you to run a program in an environment that is protected from the controlling terminal and attach to it later. dtach does not keep track of the contents of the screen, and thus works best with programs that know how to redraw themselves.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 17 14:26:47 2006 UTC (5 years, 11 months ago) by minskim
Branch: MAIN
Initial revision