[Midnightbsd-cvs] src: src/bin: Add pwait(1), a utility to wait before running a process.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 25 15:47:02 EDT 2012


Log Message:
-----------
Add pwait(1), a utility to wait before running a process.  

This is similar to the utility from Solaris 8+.  Great for things like rc.subr's wait for pids or interactive use.

Also clarify size contraints with uuidgen(1).

Obtained from: FreeBSD

Modified Files:
--------------
    src/bin:
        Makefile (r1.15 -> r1.16)
        (http://cvsweb.midnightbsd.org/src/bin/Makefile?r1=1.15&r2=1.16)
    src/bin/uuidgen:
        Makefile (r1.2 -> r1.3)
        (http://cvsweb.midnightbsd.org/src/bin/uuidgen/Makefile?r1=1.2&r2=1.3)
        uuidgen.1 (r1.1 -> r1.2)
        (http://cvsweb.midnightbsd.org/src/bin/uuidgen/uuidgen.1?r1=1.1&r2=1.2)

Added Files:
-----------
    src/bin/pwait:
        Makefile (r1.1)
        (http://cvsweb.midnightbsd.org/src/bin/pwait/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
        pwait.1 (r1.1)
        (http://cvsweb.midnightbsd.org/src/bin/pwait/pwait.1?rev=1.1&content-type=text/x-cvsweb-markup)
        pwait.c (r1.1)
        (http://cvsweb.midnightbsd.org/src/bin/pwait/pwait.c?rev=1.1&content-type=text/x-cvsweb-markup)


More information about the Midnightbsd-cvs mailing list