OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Kenjiro Cho (kjccvs.openbsd.org)
Date: Mon Dec 03 2001 - 02:40:43 CST

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

    CVSROOT: /cvs
    Module name: src
    Changes by: kjccvs.openbsd.org 2001/12/03 01:40:43

    Modified files:
            usr.sbin/altq/altqd: Makefile altqd.c

    Log message:
    cleanup submitted by by Miod Vallat <miodonline.fr>
    - use pidfile()
    - simplifies some perror() + exit() constructs to use err() instead
    - fixes a warn() call instead of a LOG() after daemon() has been called
    ok millert