gshapiro
86d8c5a609
Thanks to Ruslan's src/etc/sendmail/Makefile patch, it is now safe
...
(though probably not a good idea in general) to set the various
SENDMAIL_*_MC variables to /etc/mail/sendmail.mc or /etc/mail/submit.mc.
MFC after: 5 days
2003-07-06 19:01:41 +00:00
ru
ff5d1b5864
Document the NOLIBPTHREAD and NOLIBTHR knobs.
2003-06-08 23:48:02 +00:00
ru
27a4bbdd92
Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.
...
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: re (jhb)
2003-05-21 21:47:20 +00:00
des
e5d2d778eb
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00
markm
ee63e7dc15
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
...
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
2003-05-05 07:58:44 +00:00
markm
89556f048c
More factual updates for kerberos 5.
2003-04-30 21:15:41 +00:00
markm
cb7bc2a041
KerberosIV deorbit: Remove references.
2003-03-08 13:39:41 +00:00
trhodes
4f39e53b2e
Document the NOMAN option.
2003-02-12 02:30:04 +00:00
nectar
b36647ffe0
Install the OpenSSL man pages in /usr/share/openssl/man
...
and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 19:57:56 +00:00
alex
b014f41345
Remove MAKEDEV quirks, now obsolete.
2003-02-05 18:33:36 +00:00
obrien
bacbfa574b
Document WANT_EXT2FS_MODULE.
2003-01-29 06:22:57 +00:00
ru
2b59bc779f
mdoc(7) police: grammar and spelling nits.
2002-12-23 14:59:07 +00:00
trhodes
f5e52774c5
Document NO_CPU_CFLAGS && NO_CPU_COPTFLAGS in the make.conf(5) manual
...
page.
PR: 45418
Reviewed by: jhb (a slightly older version)
2002-12-14 15:53:32 +00:00
ru
6d3a461a4f
mdoc(7) police: scheduled sweep.
...
Approved by: re
2002-11-29 11:39:20 +00:00
obrien
580898be41
As warned on freebsd-current@, remove the perl wrapper from /usr/src.
...
The /usr/bin/perl wrapper isn't solving many of the problems it was
imported to deal with. There are limitations to it that don't have a
clear "fix".
Reviewed by: markm, kris
Extorted approval from: re(jhb)
2002-11-27 17:46:26 +00:00
trhodes
623d047b28
Catch the make.conf manual page up with defaults/make.conf
...
PR: 45470
Approved by: re (bmah)
Submitted by: Carl Schmidt <carl@slackerbsd.org> (original version)
2002-11-22 18:27:59 +00:00
alfred
e08a3f47cf
Backout "compatibility hack" for __sF.
...
Requested by: Steve Kargl <sgk@troutmask.apl.washington.edu> (submitter)
2002-11-04 03:23:56 +00:00
alfred
c9d42873f8
Provide a hook to make __sF visible outside of libc for commercial apps
...
if WANT_COMPAT4_STDIO is defined when compiling libc.
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2002-11-02 19:47:53 +00:00
ru
40dc9090f3
PRINTERDEVICE can now take multiple values.
2002-10-29 16:13:21 +00:00
phk
c7cdb5c4c1
Change to match NO_MAKEDEV* -> MAKEDEV*.
2002-10-22 15:02:53 +00:00
ru
134d20225b
mdoc(7) police: nit.
2002-08-13 14:25:53 +00:00
markm
9b11b790a0
Remove the reference to NOUUCP, ans we no longer have base UUCP.
2002-08-02 10:52:59 +00:00
ru
2a8927efce
Ignore -C, -p, and -S options of install(1) when used with the -d
...
option. Warn about COPY being phased out. Restore the old method
of always comparing before installing: INSTALL="install -C".
Requested by: bde
2002-07-29 08:51:04 +00:00
ru
22ef5eeda5
To force install(1) to always compare files before installing, one
...
now needs to set COPY=-C as -C is no longer compatible with the -d
option. It is also likely to be renamed to INSTALL_COPY soon.
Update documentation to reflect this change.
PR: bin/40724
2002-07-18 12:54:55 +00:00
gshapiro
73c114c147
Add a warning regarding the SENDMAIL_*_MC make.conf variable values.
...
Using /etc/mail/sendmail.mc will create /etc/mail/sendmail.cf during
a buildworld.
PR: misc/39397
MFC after: 3 days
2002-06-20 04:33:06 +00:00
dougb
e8ef99c274
Per previous discussion, and with Mark's blessing, update the value
...
of this knob to reflect (-)current reality.
2002-06-09 09:28:02 +00:00
ru
31b96e02c7
Removed vestiges of perl(1).
2002-05-30 08:34:18 +00:00
ru
761b89ba2e
mdoc(7) police: get rid of a single hard sentence break.
2002-05-29 17:18:52 +00:00
tjr
806701dcac
Document the ENABLE_SUID_NEWGRP variable.
...
Requested by: mike
PR: 36190
2002-05-28 08:04:50 +00:00
gshapiro
f6c55bbe1c
Add a new make.conf knob, SENDMAIL_MAP_PERMS, which specifies the
...
permissions to use for alias and map database files built by
/etc/mail/Makefile. The default is 0640 to assist users in avoiding
a file locking local denial of service.
MFC after: 1 day
pending RE approval
2002-05-24 01:46:39 +00:00
ru
b86141e478
Removed the vestiges of NO_?PERL and ENABLE_SUIDPERL.
...
Spotted by: grep(1)
2002-05-16 11:33:11 +00:00
keramida
afa314cac4
Grammar fix: cause -> causes.
...
PR: docs/38059
Submitted by: Chris Pepper <pepper@rockefeller.edu>
2002-05-14 14:30:48 +00:00
nectar
73258fd6a3
Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined.
2002-05-12 03:17:31 +00:00
obrien
c114ef416e
Back out the NO_RCMNDS knob.
...
1. The committer refused to respond to questions over the commit.
2. The servers rlogind, rshd, rexecd were not wrapped.
3. "rcmnds" as an abbreviation gets an order of magnitude less hits on
Google than the much more well known "rcmds".
2002-04-23 23:59:51 +00:00
gshapiro
b7ddd3c1a9
Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pick
...
the .mc file used for /etc/mail/submit.cf. By default,
/etc/mail/freebsd.submit.mc is installed and used.
Requested by: fenner
Submitted by: ume
MFC after: 1 week
2002-04-14 19:20:26 +00:00
dd
b2386b0cda
${BDECFLAGS} gets added to CFLAGS, not CXFLAGS.
...
PR: 37032
Submitted by: Joshua Goodall <joshua@roughtrade.net>
2002-04-13 09:07:22 +00:00
maxim
0373dfb081
Document NO_RCMNDS flag introduced in rev. 1.20 src/bin/Makefile.
...
Approved by: ru
MFC after: 1 week
2002-04-10 09:23:38 +00:00
ru
dea7dd81b7
Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217
...
with the NO_IPFILTER make.conf(5) knob.
(So that we can "make the-rest-of-the-world" again.)
2002-03-21 09:15:39 +00:00
ru
ab60eaa56f
mdoc(7) police: fix a typo in rev. 1.36 and markup nit in rev. 1.37.
2002-03-17 13:14:14 +00:00
markm
52bb1e4514
Document NO_PERL.
2002-03-16 15:14:41 +00:00
gshapiro
d24065825e
Document new build knob, SENDMAIL_SET_USER_ID, which installs sendmail as a
...
set-user-ID root binary instead of the new method (set-group-ID smmsp).
2002-02-17 22:10:06 +00:00
ru
1efafaf3cb
Document MODULES_OVERRIDE.
...
PR: docs/32560
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
2001-12-24 19:34:33 +00:00
ru
2edf22b447
Document COMPAT4X.
2001-09-22 08:21:56 +00:00
ru
c8533e2bc5
mdoc(7) police: sort FILES.
2001-09-04 09:59:56 +00:00
alex
1b28c0b357
Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
...
discussed on the arch@ mailinglist (after repo-copy).
sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).
/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.
Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
2001-08-30 22:44:51 +00:00
alex
95fbe47301
Nuke all ports related options. This file has to be re-edited once
...
the ports-team has decided about the ports.conf issue.
2001-08-30 21:40:55 +00:00
dd
009cb5399f
The name of the kernel really isn't KERNEL now.
...
Submitted by: setantae@submonkey.net
2001-08-23 21:17:28 +00:00
jkh
fcb5a0e79c
The name of the kernel is KERNCONF, not KERNEL now.
2001-08-22 23:43:19 +00:00
dd
03df2812cd
When discussing optimization levels, don't put the compiler options in
...
.Op. None of the other manual pages do it when discussing options in
the main text, so this one shouldn't, either. Also, use .Pq instead
of another odd constructhyphenation isn't an issue here, since it's
desireable to have the contents of that digression appear together,
and it's already in another macro, anyway).
2001-08-17 21:42:15 +00:00
ru
6f3390c47b
mdoc(7) police: markup nits.
2001-08-16 07:50:54 +00:00