Create defaults/uuids and adjust the build to copy the file to /etc/defaults
[dragonfly/vkernel-mp.git] / usr.sbin / pkg_install / lib / global.c
blobce14a8fb2319cac2f83bf2c28713b9d9f2749195
1 /*
2 * FreeBSD install - a package for the installation and maintainance
3 * of non-core utilities.
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
14 * Jordan K. Hubbard
16 * 18 July 1993
18 * Semi-convenient place to stick some needed globals.
20 * $FreeBSD: src/usr.sbin/pkg_install/lib/global.c,v 1.10 2004/10/18 05:34:54 obrien Exp $
21 * $DragonFly: src/usr.sbin/pkg_install/lib/global.c,v 1.4 2005/03/08 20:11:30 joerg Exp $
24 #include "lib.h"
26 /* These are global for all utils */
27 Boolean Quiet = FALSE;
28 Boolean Verbose = FALSE;
29 Boolean Fake = FALSE;
30 Boolean Force = FALSE;
31 int AutoAnswer = FALSE;