cvs commit: src/usr.bin/xargs xargs.c

Maxime Henrion mux at FreeBSD.org
Fri Jun 13 10:05:42 PDT 2003


mux         2003/06/13 10:05:41 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/xargs        xargs.c 
  Log:
  - Use _PATH_TTY and _PATH_DEVNULL macros.
  - Don't fail if we can't open /dev/null since this can happen if
    xargs is jail'ed or chroot'ed.
  
  These fixes were submitted by Todd Miller from the OpenBSD project.
  There was one problem in those fixes that broke -o, which is corrected
  here and should be committed to the OpenBSD repo by Todd soon.
  
  MFC in: 3 days
  
  Revision  Changes    Path
  1.54      +9 -5      src/usr.bin/xargs/xargs.c


More information about the cvs-all mailing list