Deleted Added
full compact
main.c (1337) main.c (1364)
1#ifndef lint
1#ifndef lint
2static const char *rcsid = "$Id: main.c,v 1.4 1993/09/12 20:45:29 jkh Exp $";
2static const char *rcsid = "$Id: main.c,v 1.5 1994/04/05 14:05:38 jkh Exp $";
3#endif
4
5/*
6 * FreeBSD install - a package for the installation and maintainance
7 * of non-core utilities.
8 *
9 * Jordan K. Hubbard
10 * 18 July 1993
11 *
12 * This is the create module.
13 *
14 */
15
16#include "lib.h"
17#include "create.h"
18
3#endif
4
5/*
6 * FreeBSD install - a package for the installation and maintainance
7 * of non-core utilities.
8 *
9 * Jordan K. Hubbard
10 * 18 July 1993
11 *
12 * This is the create module.
13 *
14 */
15
16#include "lib.h"
17#include "create.h"
18
19static char Options[] = "hvf:p:c:d:i:k:r:t:X:";
19static char Options[] = "YNhvf:p:c:d:i:k:r:t:X:";
20
21char *Prefix = NULL;
22char *Comment = NULL;
23char *Desc = NULL;
24char *Install = NULL;
25char *DeInstall = NULL;
26char *Contents = NULL;
27char *Require = NULL;

--- 118 unchanged lines hidden ---
20
21char *Prefix = NULL;
22char *Comment = NULL;
23char *Desc = NULL;
24char *Install = NULL;
25char *DeInstall = NULL;
26char *Contents = NULL;
27char *Require = NULL;

--- 118 unchanged lines hidden ---