build_ks_diff


NAME
    build_ks_diff - Find differences between two Cisco Linux KickStart
    configuration files

SYNOPSIS
    build_ks_diff [-d] [-j] configfile1 configfile2

    ks_diff { --help | --man }

DESCRIPTION
    Reads in two build_ks configuration files and compares the first Linux
    distribution to the second distribution. Determines what packages are
    included in the new distribution that are not in the old one. Determines
    which packages have been dropped from the new distribution. Optionally
    generates a jinx-formatted output file.

OPTIONS
    -d | --debug
        Turn on debugging messages.

    -h | --help
        Display SYNOPSIS and OPTIONS.

    -m | --man
        Display this documentation.

    -j | --jinx
        Output the differences in jinx format.

OPERANDS
    configfile1
        The file containing the configuration information for an existing
        KickStart environment to use for comparison.

    configfile2
        The file containing the configuration information for an existing
        KickStart environment to use for comparison.

AUTHOR
    Josh Goldenhar (05 October 2000)
 Brian Long (01 June 2003)