OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Sun Jun 29 2003 - 22:42:06 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2003/06/29 21:42:05

Modified files:
        usr.bin/compress: compress.1 main.c

Log message:
Make usage() take the exit val are an argument and have the -h flag
use this to exit(0), not exit(1). Some configure/install sqcripts
check for the existence of gzip by running "gzip -h" and checking
the subshell's exit value. Noticed by naddy