jb
9cf0cfcbbe
The etc-sendmail.cf target is in src/etc/sendmail/Makefile, not
...
src/etc/sendmail/cf/Makefile. This was an obstacle to 'make release'.
1998-08-07 08:24:07 +00:00
brian
af566d89b1
dgm uses devices cuaM* and ttyM*
...
Submitted by: "IBS / Andre Oppermann" <andre@pipeline.ch>
1998-08-04 21:45:20 +00:00
peter
904931c241
Descend into sendmail directory and update hooks for make release so that
...
it has a chance of working.
1998-08-04 15:54:27 +00:00
peter
fe9f122f26
Builder for sendmail.cf's, in particular freebsd.cf.
...
This needs to be revisited - we need a simple way of building/installing
these at runtime from the installed system's /etc/mail directory.
freebsd.mc,v and freefall.mc,v have been repository copied here.
1998-08-04 15:53:18 +00:00
dima
17390e0522
Introduce KRB5_HOME variable.
1998-08-01 19:55:32 +00:00
brian
560b41fa23
Remove ppp 3000/tcp. Ppp has nothing in common with port 3000.
1998-07-29 19:30:44 +00:00
nectar
a237119559
make a bounds file for msgs(1) if there isn't one already
...
PR: bin/3023
Reviewed by: jkh@FreeBSD.ORG
1998-07-28 01:15:12 +00:00
phk
05979fd6ce
Add std.230400 entry
...
PR: 7280
1998-07-22 05:58:40 +00:00
phk
bd845372ef
modstat | grep _saver is used to determine if a screensaver is loaded
...
already. The modstat output goes to the screen.
PR: 7351
Reviewed by: phk
Submitted by: Jos Backus <Jos.backus@nl.origin-it.com>
1998-07-22 05:38:58 +00:00
andreas
0c7cd21542
Enter absolute path for the makemap command (which lives under /usr/sbin)
...
This makes it possible to run make from cron, i.e.:
root's crontab:
( cd /etc/mail; make all install )
without the error:
makemap hash /etc/mail/spamsites < /etc/mail/block_domains.txt
makemap: not found
*** Error code 127
If this solution is widely accepted, I'd like to merge it into -STABLE
1998-07-20 12:30:39 +00:00
hoek
2fbfcdc516
MFC: sample qmail entry.
1998-07-18 20:01:03 +00:00
brian
e79da2520c
Remove redundant comments.
1998-07-18 15:34:39 +00:00
alex
b2209672a7
Detect user id 0 as a number instead of a string. String comparisons
...
fail to detect 00.
PR: 7218
Submitted by: Michal Listos <mcl@Amnesiac.123.org>
Niall Smart <rotel@indigo.ie>
1998-07-08 22:42:08 +00:00
nectar
d2e760ca5d
Allow either an IP address or an interface to be specified in
...
the rc.conf variable ``natd_interface''. rc.network will
determine whether it is an IP address or an interface name,
and invoke natd with the -a or -n flag as appropriate.
PR: 6947
Reviewed by: jkh@FreeBSD.ORG
1998-07-08 15:40:53 +00:00
jdp
9c47dae296
Fix spelling error.
1998-07-04 22:10:20 +00:00
brian
f701334eb8
6668/divert -> 8668/divert. IRC uses 6668.
1998-07-04 01:57:15 +00:00
des
1b8e00efbb
Not so fast, that was one '0+' too many.
...
PR: 7124
1998-07-03 15:43:20 +00:00
des
e670625575
Make sure the node count is an integer when mknod'ing pty, tty and vty.
...
PR: misc/7124
1998-07-02 07:39:01 +00:00
andreas
d2f7f1dae0
additionally warnings
...
- login failures
- tcp_wrapper messages about refused connections
1998-06-27 11:13:59 +00:00
jkh
f3b8a218c6
MF22: die sup die.
1998-06-26 01:44:57 +00:00
jkh
4b75709d82
Use a default blanktime (otherwise it shows up as "NO" in sysinstall's menus).
1998-06-23 03:09:26 +00:00
jkoshy
eba67c2b23
Add rc.conf option to set kernel security level and modify "/etc/rc" to
...
use this.
Requested by: max, andreas
Note: This change just provides a convenient way to exercise existing
functionality. Whether `kern.securelevel' is effective in increasing
system security is another issue, and one that has been well thrashed
out in the lists.
1998-06-22 06:34:12 +00:00
nate
35858b5045
Updated entry for Xircom CreditCard Modem
...
Submitted by: "Mike Del" <repenting@hotmail.com>
1998-06-15 17:51:03 +00:00
steve
fb45255db6
Cleanup natd startup test.
...
PR: 6946
Submitted by: Jacques Vidrine <n@nectar.com>
1998-06-14 16:31:03 +00:00
jhay
7e6cd6f858
Add doc/ja/FAQ and handbook, so that releases can build again.
1998-06-13 19:26:38 +00:00
guido
359526bbe8
Install motd once.
1998-06-11 20:25:56 +00:00
ache
1100c9655f
Indicate optional signal number field
1998-06-09 18:26:16 +00:00
nate
d8ac9500a8
- Added entry for Xircon CreditCard Modem.
...
Submitted by: "Mike Del" <repenting@hotmail.com>
1998-06-08 21:10:41 +00:00
peter
21921fe461
Hands off my /usr/src and /usr/obj! If they are symlinks (since they are
...
hard coded into too many things), it's not nice to go and change /home/src
etc. This means they will be created if missing (so it shouldn't break
the releases), but won't touch them once they are changed.
1998-06-05 14:47:10 +00:00
phk
1f41d6a712
Cut through the discussions and settle the issue: Everything in /var/run
...
is blown away at boot. If sudo or other programs needs directories, they
had better make them in /usr/local/etc/rc.d/mumble.sh
PR: 4138 5619 6793
1998-06-02 11:02:16 +00:00
jkh
415fd02199
Put operator in its own group rather than "staff".
...
Submitted by: "Yarema" <yds@ingress.com>
1998-05-31 15:47:52 +00:00
bde
ad26243fd2
Fixed double slashes in a pathname.
...
Fixed some style bugs. Ensure no creation of an obj directory so that
we don't need to chdir before installing.
1998-05-31 11:38:25 +00:00
andreas
a66968f060
port numbers for zebra,
...
a free multithreaded rip/ospf/bgp4 route server/reflector
needed for zebra port
1998-05-31 09:34:53 +00:00
peter
01b0ce01ce
Grumble Grumble.. so this is how src/sys/ufs/lfs kept coming back... The
...
mtree in make world was following symlinks and creating directories in the
source tree and causing cvs to break (since CVS/Entries was missing).
1998-05-28 06:59:50 +00:00
jkoshy
5703c83010
Install ${DESTDIR}/boot.help during `make distribution'.
...
PR: 6063
Submitted by: Doug <Studded@dal.net>
1998-05-27 12:13:18 +00:00
jmb
f1980c8577
accidently omitted two file declarations.
...
so i added them.
Submitted by: Scot Elliott (scot@poptart.org )
1998-05-27 01:26:33 +00:00
sos
d721e2b3d6
ELF preparation step 2:
...
Move a.out libraries to /usr/lib/aout to make space for ELF libs.
Make rtld usr /usr/lib/aout as default library path.
Make ldconfig reject /usr/lib as an a.out library path.
Fix various Makefiles for LIBDIR!=/usr/lib breakage.
This will after a make world & reboot give a system that no
longer uses /usr/lib/*, infact one could remove all the old
libraries there, they are not used anymore.
We are getting close to an ELF make world, but I'll let this
all settle for a week or two...
1998-05-26 20:12:56 +00:00
steve
e08c0ac1c6
Change shell from /nonexistent to /sbin/nologin.
...
PR: 6739
Submitted by: Are Bryne <are.bryne@communique.no>
1998-05-25 03:19:37 +00:00
des
3d8ecc3c3a
Add a chkgrp run after backing up the passwd and group files.
...
Suggested-by: Andreas Klemm
1998-05-24 15:57:31 +00:00
phk
f47a3a1155
RADIUS was originally coded to use ports 1645 (radius) and
...
1646 (radacct), but RFC's 2138 and 2139 define new ports
for RADIUS and RADIUS accounting, namely 1812 and 1813
respectively. FreeBSD 2.2.6 uses the old radacct port, but
the new radius port, which is a bit silly.
PR: 6712
Reviewed by: phk
Submitted by: Nick Hilliard <nick@foobar.org>
1998-05-23 07:52:17 +00:00
brian
dff142d83c
MFMP: Make ppp multilink capable.
1998-05-21 21:45:49 +00:00
jkh
a01f28c9ab
Back out locale change until it's better understood by all just
...
what it is we're trying to do here. :)
OK'd by: asami
1998-05-20 22:24:48 +00:00
jkh
61e7bd785f
Alpha MAKEDEV as directly imported from NetBSD-current. This will
...
almost certainly have to change as the FreeBSD/Alpha kernel comes
along, but for the transitionary period this is the most correct.
Obtained from: NetBSD
1998-05-20 03:05:05 +00:00
jkh
24a92900d2
Add some place-holder files here to keep the distribution target
...
from blowing up. The disktab file isn't necessarily invalid either
for a PCI Alpha.
1998-05-20 03:01:42 +00:00
thepish
32d64ec140
PR: misc/6031
...
Patch applied as per PR - enables preferential fetch from local mirrors
1998-05-19 13:02:04 +00:00
jkh
d34863be0b
cosmetic: clean up startup messages and rearrange some options
...
to go in a more proper order.
1998-05-19 04:36:31 +00:00
jmb
7971784403
replaced check_rcpt ruleset with one
...
recommended by Gary Palmer <gpalmer@freebsd.org>
Obtained from: http://www.informatik.uni-kiel.de/%7Eca/email/check.html#check_rcpt
1998-05-17 23:05:16 +00:00
jb
c905528e7c
Moved from directory above. It is i386 specific.
1998-05-16 21:29:17 +00:00
jb
1a11dd8f2d
Add an alpha specific ttys
1998-05-16 21:28:45 +00:00
jb
e9df6b1654
Make ttys machine specific.
1998-05-16 21:28:17 +00:00