187c16275SDevin Teske# Copyright (c) 2013 Devin Teske 2f8ea072aSDevin Teske# All rights reserved. 387c16275SDevin Teske# 487c16275SDevin Teske# Redistribution and use in source and binary forms, with or without 587c16275SDevin Teske# modification, are permitted provided that the following conditions 687c16275SDevin Teske# are met: 787c16275SDevin Teske# 1. Redistributions of source code must retain the above copyright 887c16275SDevin Teske# notice, this list of conditions and the following disclaimer. 987c16275SDevin Teske# 2. Redistributions in binary form must reproduce the above copyright 1087c16275SDevin Teske# notice, this list of conditions and the following disclaimer in the 1187c16275SDevin Teske# documentation and/or other materials provided with the distribution. 1287c16275SDevin Teske# 1387c16275SDevin Teske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14*8e37a7c8SDevin Teske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1587c16275SDevin Teske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1687c16275SDevin Teske# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1787c16275SDevin Teske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18*8e37a7c8SDevin Teske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1987c16275SDevin Teske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2087c16275SDevin Teske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2187c16275SDevin Teske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2287c16275SDevin Teske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2387c16275SDevin Teske# SUCH DAMAGE. 2487c16275SDevin Teske# 2587c16275SDevin Teske 2687c16275SDevin TeskeUsage: bsdconfig @PROGRAM_NAME@ [OPTIONS] 2787c16275SDevin Teske 2887c16275SDevin TeskeOPTIONS: 2987c16275SDevin Teske -d Provide lots of debugging info on standard-out when running. 3087c16275SDevin Teske -D file Send debugging info to file. If file begins with a plus-sign 3187c16275SDevin Teske debug info is sent to both standard-out and file (minus the 3287c16275SDevin Teske leading plus). 3387c16275SDevin Teske -h Print this usage statement and exit. 3487c16275SDevin Teske -S Secure X11 mode (implies `-X'). As root, always prompt-for 3587c16275SDevin Teske and validate sudo(8) username/password before starting. 3687c16275SDevin Teske -X Use Xdialog(1) in place of dialog(1). 37