OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Todd T. Fries (todd_at_fries.net)
Date: Wed Oct 16 2002 - 10:37:43 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    this should have been 'ok millert'

    -- 
    Todd Fries .. toddfries.net
    

    (last updated $ToddFries: signature.p,v 1.2 2002/03/19 15:10:18 todd Exp $)

    Penned by Todd T. Fries on Wed, Oct 16, 2002 at 09:39:10AM -0600, we have: | CVSROOT: /cvs | Module name: src | Changes by: toddcvs.openbsd.org 2002/10/16 09:39:10 | | Modified files: | etc : ksh.kshrc | | Log message: | when using this file, label and ilabel set the term 'title' and icon labels. | they do this by sending to stdout. commands like: 'ftp -o - ftp://blah/foo>foo' | do not like having data added to the output stream. | since we only define these two functions in an environment where /dev/tty | exists, send output to /dev/tty to make sure it does not corrupt the output | stream of commands.