diff options
author | Joshua M. Clulow <jmc@joyent.com> | 2015-04-23 07:23:56 +0000 |
---|---|---|
committer | Joshua M. Clulow <jmc@joyent.com> | 2015-04-24 23:06:29 +0000 |
commit | aade7498484aa029ce31c7497139dee07db1e676 (patch) | |
tree | d6bf456d4904449ff9617f720391f5146f978e5c /mancheck.conf | |
parent | affd1db5f88bf272eab23cca033751e1464b1029 (diff) | |
download | illumos-joyent-aade7498484aa029ce31c7497139dee07db1e676.tar.gz |
OS-4220 mancheck is a flag day machine
Diffstat (limited to 'mancheck.conf')
-rw-r--r-- | mancheck.conf | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/mancheck.conf b/mancheck.conf new file mode 100644 index 0000000000..193366073f --- /dev/null +++ b/mancheck.conf @@ -0,0 +1,57 @@ +/* + * Copyright 2015 Joyent, Inc. + */ + +/* + * WARNING: STOP NOW. DO NOT MODIFY THIS FILE. + * + * mancheck configuration files must comply with the rules detailed in: + * + * smartos-live.git :: tools/mancheck/README.md + * + * You should not be making modifications here until you've read the most + * current copy of that file. If you need help, contact a gatekeeper for + * guidance. + */ + ++section "2*"; +-page "__sparc_utrap_install.2"; + ++section "3*"; +-section "3iscsit"; +-section "3papi"; +-section "3tsol"; +-section "3tnf"; +-section "3perl"; +-section "3rsm"; + +-page "libtsol.3lib"; +-page "libtsnet.3lib"; +-page "librsm.3lib"; +-page "libpapi.3lib"; + ++section "4*"; +-page "volume-defaults.4"; +-page "md.cf.4"; +-page "wanboot.conf.4"; + ++section "5*"; +-page "pkcs11_tpm.5"; +-page "hal.5"; +-page "pam_tsol_account.5"; +-page "trusted_extensions.5"; + ++section "7*"; +-section "7d"; + +/* + * These pages are for interfaces we do not really ship or + * support: + */ +-page "dsp.7i"; +-page "mixer.7i"; +-page "audio.7i"; +-page "agpgart_io.7i"; +-page "ibmf.7"; + ++section "9*"; |