Commit Graph

122 Commits

Author SHA1 Message Date
heas
58c6b4341a Add readmes &/ obsoletes that I missed.
Noted by Lubomir Sedlacik.
2004-04-27 15:35:55 +00:00
heas
986d9bca7f Updates for Postfix 2.1.0 2004-04-27 07:38:23 +00:00
lukem
db1714e4b6 Add ./etc/mtree/set.<setname> entry for each set. 2004-01-30 08:44:10 +00:00
lukem
593d5bc615 move ./usr/share/sendmail/* directories from misc/mi to base/mi, for consistency 2004-01-13 06:39:26 +00:00
lukem
6c4f688946 Support MKSHARE=no 2004-01-12 03:08:06 +00:00
lukem
15f7d00565 Support MKDOC=no MKINFO=no MKNLS=no 2004-01-11 23:42:27 +00:00
lukem
b2a7724153 reformat whitespace 2004-01-11 09:53:28 +00:00
lukem
2becb6af9a Support MKCRYPTO=no 2004-01-04 00:54:18 +00:00
lukem
049ab0d282 support MKPOSTFIX=no 2004-01-03 12:40:26 +00:00
lukem
dbe9e72b8d support MKSENDMAIL=no (with "sendmail" keyword) 2004-01-03 03:02:25 +00:00
lukem
b852db83fb Significant overhaul of how the sets are used:
* Add an optional third field to the sets file which is a list of
  comma separated keywords that control if the line is printed.
  Currently supported keywords
	kerberos4	${MKKERBEROS4} != no
	kerberos	${MKKERBEROS} != no
	lint		${MKLINT} != no
	obsolete	${obsolete} != 0.
			In this case, non obsolete files are not printed.
  (This will allow future support for builds with variables such as
  MKHESIOD and MKYP set to "no".)

* Use sh(1)'s getopts where appropriate, and otherwise cleanup the
  various scripts.

* Move defaults for sets.subr from sets.defaults into sets.subr.
  Move replicated code for determining stuff such as shlibs type
  from various scripts into sets.subr.

* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate
  main lists with the relevant third field keyword(s).
2003-12-29 03:13:25 +00:00
dyoung
4758291178 Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist
complained of missing files.

* move kerberos- and kerberos 4-only files into new flists,
  distrib/sets/lists/*/krb.*

* make the flist generators grok MKKERBEROS{,4} variables

* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.
  9 out of 10 experts agree that it is ludicrous to build w/
  KERBEROS4 and w/o KERBEROS5.

* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.

* omit some Kerberos-only subdirectories from the build as
  MKKERBEROS{,4} indicate

(I acknowledge the sentiment that flists are the wrong way to go,
and that the makefiles should produce the metalog directly.  That
sounds to me like the right way to go, but I am not prepared to do
revamp all the makefiles.  While my approach is expedient, it fits
painlessly within the current build architecture until we are
delivered from flist purgatory, and it does not postpone our
delivery. Fair enough?)
2003-12-11 09:46:26 +00:00
drochner
92411e6284 need to list removed ntp files, as pointed out by wiz and grant 2003-12-05 11:04:58 +00:00
drochner
a6dd92342b ntp update 2003-12-04 18:24:39 +00:00
mycroft
100f87c7ae Move several files (e.g. zipcodes) from base to misc. 2003-09-29 19:33:06 +00:00
itojun
861516eeb7 install more postfix README files. based on PR 22086 2003-07-08 05:17:12 +00:00
atatat
2b1f20983c Two milter libraries from sendmail, two headers, one directory for the
headers to live in, and the README file from the milter stuff.
2003-07-04 04:56:27 +00:00
agc
18a83afa36 Put the example fstab files into their own system package in the misc
category (since they're listed in the misc/mi set list), rather than
a system package under base.

Add a comment and a description for the new system package.
2003-06-18 12:39:03 +00:00
jdolecek
772fa9214a add /usr/share/examples/smbfs/dot.nsmbrc 2003-04-04 07:53:09 +00:00
atatat
33198d7c50 Since we're now installed built versions of the netbsd-proto.cf and
netbsd-msp.cf files, include them in the sets.
2003-04-01 03:20:39 +00:00
tron
7595dcc6d6 Add "/usr/share/sendmail/cf/submit.mc". 2003-03-25 11:52:54 +00:00
atatat
cfbc2bc715 Two sendmail m4 files were obsoleted by the 8.12.8 import. 2003-03-25 03:37:43 +00:00
atatat
afb4175e24 Adjust sets lists to account for new sendmail machinery. 2003-03-24 15:24:46 +00:00
he
218e798c23 Add entries related to the new Postfix program called ``proxymap''. 2003-03-09 13:50:56 +00:00
lukem
a34c2facce add various postfix share files missed as part of postfix upgrade,
identified by "make checkflist"....

(mmm, testing  [hi perry! :-])
2002-12-25 10:43:24 +00:00
jdolecek
800e198ba6 add example disktab file 2002-12-17 15:16:40 +00:00
jdolecek
6f0545ca61 move fstab example files from base to misc 2002-12-17 14:49:18 +00:00
lukem
1e09fd464d Add a leading `.' to all pathnames, to be more consistent with the other sets,
and to prepare for an upcoming feature addition to postinstall...
2002-11-17 02:48:01 +00:00
bouyer
4701861c60 Update with reality (list from 1.5.2->1.6 upgrade on i386, alpha, and sgimips). 2002-06-21 14:17:36 +00:00
wiz
05df8b9951 Add /usr/share/examples/postfix/sample-{pcre,regexp}.cf and
/usr/share/examples/usermgmt including contents.
2002-04-03 15:59:49 +00:00
thorpej
8207e5da89 Add missing postfix stuffs. 2002-02-12 01:50:12 +00:00
reinoud
19c1a02e8b The postfix regexp' and pcre' examples are now split into a `access',
`body' and `header' part ... The origional examples are aparently no longer
available.
2002-02-05 15:03:50 +00:00
martti
53a8f3ca45 Added few ipf examples 2002-01-26 09:30:53 +00:00
jwise
cf2a64d05e Fix a directory entry (usr/share/doc/usd/13.viref) which was present in two
set lists.

syspkg makes a nice lint(1) for the set lists :-)
2002-01-24 03:43:55 +00:00
jwise
f96a76c19c Move share/sendmail subdirectories to `misc' set, where their contents already
are.
2002-01-24 03:40:42 +00:00
mrg
37deaacf94 add ./usr/share/examples/syslogd/all.newsyslog.conf 2001-12-18 14:11:31 +00:00
wiz
d61cbcc75a Add /usr/share/examples/mount_portal/sysctlfs.sh. 2001-12-17 13:08:15 +00:00
tv
d20ff568a2 Remove all traces of "aux.m4" so as not to conflict with Microsoft host OS's.
(Since we aren't A/UX, this is not much of a loss for a NetBSD host.)
2001-10-19 02:53:02 +00:00
atatat
149865a4d7 Remove the perl script from the mount_portal example for cvs and
replace it with a regular sh script.
2001-10-12 16:15:26 +00:00
atatat
38aae27853 Add new mount_portal cvs examples 2001-10-11 20:25:12 +00:00
itojun
731b8156e5 sync with 8.11.4. 2001-05-29 04:18:24 +00:00
wiz
2230dffca4 Note removal of /usr/share/examples/amd/master (replaced by amd.conf in
the same dir).
2001-05-26 01:07:34 +00:00
wiz
7632b5a399 Remove example file for sup.uk.netbsd.org, since that hasn't existed in
over two years. Addresses misc/10884 by David Brownlee.
2001-05-06 10:04:58 +00:00
wiz
29b657cc9e sync /usr/share/examples/supfiles contents with actual contents. 2001-04-19 23:26:18 +00:00
itojun
94cdb4e17c copy config hint docs to /usr/share. 2001-04-01 23:47:45 +00:00
aymeric
c998fb2b0d move ex from 13 to 12, due to import of nvi 1.79 2001-03-31 11:43:22 +00:00
itojun
a76e001301 upgrade in-tree postfix to release-20010228. 2001-03-13 18:13:16 +00:00
wiz
8981ae3b2f Add some dirs, libform headers and libs, esm man pages, isdn examples. 2001-01-25 09:49:53 +00:00
jwise
a7bbbe24e4 More changes for consistency with base set pkgs. 2001-01-24 08:47:06 +00:00
jwise
afc97cc057 Merge ipf examples into misc-netutil-examples, as the ipf binaries are
installe by base-netutil-bin
2001-01-24 08:22:13 +00:00