John Polstra
676efd96cb
Add "nfsv2" to the default mount options. It can be removed when V3
...
stops causing unkillable hung processes.
1997-07-04 03:29:57 +00:00
Jordan K. Hubbard
c3fa356aba
sysconfig -> rc.conf
...
PR: 3978
Submitted by: Janick.Taillandier@ratp.fr
1997-06-30 19:10:50 +00:00
Wolfram Schneider
d0c6d6d08a
Delete old comment about /bin/mail. We don't have a /bin/mail.
...
Sync with /etc/master.passwd and RFC 2142. In detail:
added:
man, news, operator, usenet (->news), xten
deleted:
ingres
added as comment:
info, marketing, sales, support, abuse, noc, security,
ftp, hostmaster, webmaster, www, bit-bucket, dev-null
1997-06-29 23:09:07 +00:00
Peter Wemm
a451a6923b
add cvspserver (officially registered at 2401)
1997-06-28 04:28:07 +00:00
Andrey A. Chernov
048be6a261
Comment out rc.conf picking by default
1997-06-25 15:15:13 +00:00
Andrey A. Chernov
083b81e8e7
Add . /etc/rc.conf to pick variables
1997-06-25 12:17:17 +00:00
Paul Traina
edbecb639b
Execute rc.local in a subshell instead of sourcing it.
...
Requested by: dima
1997-06-25 11:48:47 +00:00
Dima Ruban
dd2fff2e25
Fix krb5_prop entry.
...
Pointed-by: Bill Fenner
1997-06-25 04:36:30 +00:00
Dima Ruban
cc01e655f4
Add krb5_prop service (kerberos v5 prop).
...
It's on the same port as for v4 but requires different name.
1997-06-25 03:19:31 +00:00
Dima Ruban
74a12021c0
sh /etc/rc.local -> . /etc/rc.local
1997-06-25 03:12:12 +00:00
Dima Ruban
a9196dd6b1
Add missing '.'
1997-06-24 22:36:42 +00:00
Paul Traina
00f2dc9363
Add cron_enable and inetd_enable flags to rc.conf.
...
WARNING: don't update rc and forget to update rc.conf, or you won't be
able to telnet back into your box after a reboot.
1997-06-18 16:01:19 +00:00
Andrey A. Chernov
419a3911cf
Add ppp.log
1997-06-10 20:40:22 +00:00
Andrey A. Chernov
2dfeae46e9
Fix ppp log name
1997-06-10 20:39:10 +00:00
Andrey A. Chernov
f61b62f2b6
Not kill ppp now, it uses syslog
1997-06-10 20:06:40 +00:00
Brian Somers
e1775301d2
Use "set log", not "set debug".
...
Grammar police.
1997-06-10 10:04:20 +00:00
Satoshi Asami
32ec0823e1
Add new directories according to jmz's XFree86-3.3 upgrade. Change
...
ownership of directories to root:wheel. While I'm here, convert some
tabs to spaces.
1997-06-10 07:55:10 +00:00
Bruce Evans
fa03459efb
Updated serial console options.
1997-06-09 05:38:41 +00:00
Andrey A. Chernov
ad42a3c094
Back out symlinks/directories removing until solution will be found
...
since they are really directories in the release
(for unknown reason for me)
1997-06-04 23:05:31 +00:00
Andrey A. Chernov
b17c088b20
Remove directories belongs to /usr/src to stop mtree to modify /usr/src
...
permissions.
Having them here is wrong from several other poins too:
they are never be a directories (simlinks only), so why give a chance to mtree to make
them as directories?
Since they never be a directories, permissions of them will never be
modified by old mtree too.
1997-06-04 22:25:30 +00:00
Andrey A. Chernov
0c6294e7a3
Remove /var/run/* now instead of *.pid
1997-06-04 20:02:57 +00:00
Andrey A. Chernov
d17b6a6afa
Restore /var/run/*.pid cleaning, gated already moved off the way
...
and innd store its .pid inside its own directories
1997-06-04 19:20:04 +00:00
Satoshi Asami
2bb6086363
Make local "root:wheel" so it will be consistent with BSD.local.dist
...
Reviewed by: bde
1997-06-04 10:51:09 +00:00
Satoshi Asami
ef99a93f4e
Remove /usr/local meddling.
...
Approved by: jkh
1997-06-04 03:58:52 +00:00
Satoshi Asami
4ebe20a395
New mtree file for /usr/X11R6.
...
Approved (a long time ago) by: David Dawes
1997-06-04 00:02:01 +00:00
Andrey A. Chernov
798e70e0cb
Back out /var/run/*.pid cleaning since some programms (like innd)
...
use .pid to detect crash
1997-06-02 10:21:12 +00:00
Mark Murray
c8ef8908eb
Correct the way IRQs are passed to rndcontrol. If there are more than
...
one IRQ being used, the -s options must be specified for each of them.
In this case rc.conf would only allow 1, as the -s was coded into
rc.i386.
1997-06-02 06:43:52 +00:00
Jordan K. Hubbard
28af780707
timed_enabled -> timed_enable
...
Submitted by: "James D. Stewart" <jds@c4systm.com>
1997-06-02 02:58:08 +00:00
Andrey A. Chernov
0d1eba9382
Add rm -f /var/run/*.pid to prevent random process killing due to
...
picking old .pid file
1997-06-01 23:33:00 +00:00
Jordan K. Hubbard
fbd31922cd
YAMF22
1997-05-27 07:17:12 +00:00
Jordan K. Hubbard
4b26fe26ee
Make firewall comment a little more explanatory.
1997-05-24 11:31:56 +00:00
Jordan K. Hubbard
e621a18f07
Allow local configuration to override this file.
...
Submitted by: Russell Vincent <rv@groa.uct.ac.za>
1997-05-24 11:29:59 +00:00
Andrey A. Chernov
b8c01a853d
Fix "daemon" class, Apache not works from /etc/rc otherwise.
...
Among bumping several limits, most interesting thing is that
Apache requires than "filesize=64M" restriction must be removed.
I think it is due to mmap() usage in apache, but I am not shure.
1997-05-23 12:46:52 +00:00
Andrey A. Chernov
892d60ee0e
Add default flags for named since FreeBSD have its configuration
...
in non-default place
Add daemon to screen savers list comment
1997-05-23 09:53:24 +00:00
Paul Traina
4b2fab7504
Restore backwards compatible default behavior for requirehome
1997-05-23 00:14:27 +00:00
Eivind Eklund
5a4f3da5c2
Upgrade to latest version of named.root (from InterNIC).
...
PR: conf/3642
Submitted by: Josh Gilliam <soil@quick.net> (Well, suggestion. Root file
from InterNIC)
1997-05-22 01:20:54 +00:00
Jordan K. Hubbard
7d5d7bbeb1
Add a space to moused_port line.
...
PR: 3644
Submitted by: Michael Perlman <canuck@caam.rice.edu>
1997-05-21 00:23:54 +00:00
Jordan K. Hubbard
919d435ace
Neaten up some things which were inconsistent, add a few more flags
...
to things which need them, general cleanup.
Submitted by: Brian Somers <brian@awfulhak.org>
1997-05-19 07:46:51 +00:00
Jordan K. Hubbard
1be44fa424
accounting -> accounting_enable
...
Submitted by: Jian-Da Li <jdli@csie.nctu.edu.tw>
1997-05-19 03:20:22 +00:00
Gary Palmer
3d56159856
Correct comment to show correct path to cap_mkdb
1997-05-19 00:03:48 +00:00
Jordan K. Hubbard
e0da1f1006
Comment that this is no longer used and is only for convenience.
...
Requested by: ache
1997-05-18 20:11:44 +00:00
Jordan K. Hubbard
51bd962f04
Bring back /etc/netstart for those who are sitting in single user and
...
wish only to bring up their interfaces. This script is not actually called
by any other script and exists purely for user convenience.
Requested by: pst
1997-05-18 14:10:06 +00:00
Jordan K. Hubbard
5497dcf201
bootparam -> bootparamd
...
PR: 3596
Submitted by: kenji@reseau.toyonaka.osaka.jp
1997-05-14 09:56:39 +00:00
Jordan K. Hubbard
f843ab9ce8
Add arp_proxyall knob.
...
Submitted by: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
1997-05-13 08:22:27 +00:00
Brian Somers
a6568db197
Bring pmdemand example in line with handbook and man
...
page examples.
1997-05-12 14:07:14 +00:00
John-Mark Gurney
94021764b0
add a bktrX target (for Bt848 based cards)
1997-05-11 00:34:36 +00:00
Brian Somers
58dc23b716
Update ppp example pid_file name.
...
Suggested by: ache
1997-05-10 05:46:52 +00:00
Andrey A. Chernov
1ea7e0c9e3
Change ASCII case from lower to upper
1997-05-09 10:27:21 +00:00
Joerg Wunsch
2e8c2f7d8e
Add some blurb about how to setup a secondary nameserver.
...
Reviewed by: -hackers
1997-05-08 15:23:28 +00:00
Brian Somers
22c094029f
Don't use HISADDR in ppp.conf examples as it's not
...
set up properly 'till ppp.linkup is parsed.
PR: 3114
Submitted by: Kenneth R. Westerback <krw@tcn.net>
1997-05-08 01:45:59 +00:00
Brian Somers
b44d849854
Update direct-* example to reflect LQR on both sides.
...
Fix bogus loopback route.
This example shows LQR working on both sides of the loop.
1997-05-08 00:55:42 +00:00
Jordan K. Hubbard
2e9cf7f041
Use full path to sendmail for security reasons.
...
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
1997-05-07 12:35:03 +00:00
Jordan K. Hubbard
0dfb8fadad
Correct typo in NIS flags.
...
PR: 3503
Submitted by: Christoph Kukulies <kuku@blues.physik.rwth-aachen.de>
1997-05-05 09:32:34 +00:00
Jordan K. Hubbard
1218780bd1
Add inetd_flags and way of passing ipfw a configuration file
...
(if firewall = "somefilename").
Fix typo fixes and URLs which were accidently nuked out of this
file (submitted by: soil@quick.net via PR#3501).
Submitted by: "Danny J. Zerkel" <dzerkel@phofarm.com>
1997-05-05 07:08:31 +00:00
Andreas Klemm
542bfc7624
re-enabled: . /etc/rc.${arch}
...
PR:
Reviewed by: bruce
Submitted by:
Obtained from:
1997-05-04 22:33:17 +00:00
Andreas Klemm
506935935c
Fixed sourcing of /etc/etc.${arch}/rc.${arch} on startup.
...
PR:
Reviewed by:
Submitted by:
Obtained from:
1997-05-04 12:50:33 +00:00
Andrey A. Chernov
fb1c0a8be1
Use newly introduced pid file field now for ppp
1997-05-04 02:41:29 +00:00
Jordan K. Hubbard
ab98cf58c4
Change group ownership of /var/mail to mail and permission
...
to 0775.
This does *not* instantly make any program which "ensures"
mail spool consistency by creating lock files safe in any way
since other tools, like mail.local, will be using flock() semantics
and any such lock file will simply be ignored. It does, however,
allow a lot of things which are currently suid root in order to create
such bogus lockfiles to, at least, be bogus at a much lower level of
privilege (and this is good). Ultimately, of course, everybody should
just use flock.
1997-05-03 20:15:15 +00:00
Andreas Klemm
1a827e9f69
synchronize with bsd.doc.mk (long outstanding fix)
...
PR: closes docs/3479
1997-05-03 19:58:39 +00:00
Jordan K. Hubbard
0862a4aff9
Update the etc world from RELENG_2_2 which is now more up-to-date
...
(gotta get myself -current again, this is a drag).
Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
1997-05-03 11:22:17 +00:00
Jordan K. Hubbard
1ac310ddf7
Add mail group.
1997-05-02 00:06:09 +00:00
Andrey A. Chernov
c98b0d480a
Add 'russian' users class
1997-05-01 21:25:34 +00:00
Andrey A. Chernov
6ca11646fa
Increase Retry interval from 300 to 900 to shut named warning that
...
(300 < 900) maintainance interval
1997-05-01 21:02:37 +00:00
Jordan K. Hubbard
8141a0b639
Ack, learn to spell "extentions" the same way in the same file.
...
Also make the output a little less cryptic for sysctl settings.
Suggested by: bde
1997-05-01 20:28:18 +00:00
Jordan K. Hubbard
b14caa899a
YAMF22
...
PR: 3456
1997-05-01 20:04:42 +00:00
Jordan K. Hubbard
5dc375bedd
Clean up the output a bit.
1997-05-01 05:57:29 +00:00
Jordan K. Hubbard
9381bc85a2
YAMF22
1997-05-01 04:38:16 +00:00
Bruce Evans
2b78bc8f3f
Removed unused groff `generate' directories.
1997-04-30 20:27:34 +00:00
Jordan K. Hubbard
2056a6faec
YAMF22
1997-04-28 10:14:45 +00:00
Jordan K. Hubbard
675a840372
YAMF22
1997-04-28 10:07:21 +00:00
Jordan K. Hubbard
91c0a4322b
YAMF22
1997-04-28 07:35:37 +00:00
Jordan K. Hubbard
4a2d437732
YAMF22
1997-04-28 05:51:57 +00:00
Alexander Langer
b33b5868a5
Typo police.
...
Added links to O'Reilly & Associates and Addison-Wesley's web sites
to accompany the book recommendations.
1997-04-27 20:12:34 +00:00
Jordan K. Hubbard
524a1478c8
Bring in rc file changes from -current.
1997-04-27 03:59:19 +00:00
Daniel O'Callaghan
ef0e77e33a
Suggested by: David Nugent
...
Change the name of ppp.disabled to ppp.deny for consistency with
at.deny and friends.
1997-04-16 02:10:22 +00:00
Satoshi Asami
a9ad17bc71
Add comments about overridable MASTER_SITE_* variables.
...
Suggested by: Narvi <narvi@haldjas.folklore.ee>
1997-04-15 08:16:44 +00:00
Daniel O'Callaghan
648cce8fd5
List of users who may not use pppd in system password logins, and a
...
sample list of acceptable shells.
1997-04-15 07:15:15 +00:00
David Nugent
5710f963d7
PR:
...
Reviewed by:
Submitted by:
Obtained from:
1997-04-13 19:58:05 +00:00
Brian Somers
3eb325d236
Make the use of mousedtype/sysmouse clearer.
...
Suggested by: jkh
1997-04-10 10:20:22 +00:00
Guido van Rooij
c6e5e15858
Make a sysconfig variable controlling if teh kernel should accept
...
nfs requests from non-privileged ports.
Change mountd such that it does never set this variable, but only clears
it when run with -n. Also document this in the man page.
1997-04-09 20:17:15 +00:00
Brian Somers
42e9ba47f8
Make the default VERASE key the <-- key and remove root's
...
`stty's. 'nuff said.
Inventor: joerg@FreeBSD.org
Reviewer: sos@FreeBSD.org
1997-04-03 21:42:42 +00:00
Paul Traina
5ef5da4e35
Added pop3pw amandaidx amidxtape
1997-04-01 06:22:22 +00:00
Paul Traina
406fab58af
Add portmapflags and syslogd flags.
...
Reviewed by: jkh
1997-04-01 01:00:35 +00:00
Marc G. Fournier
42c13e4555
Remove MAKEFLAGS example from /etc/make.conf...
...
Bruce points out that it breaks things if someone doesn't do a 'make depend',
but I just found out that it breaks 'make depend' itself :(
1997-03-31 05:26:39 +00:00
Marc G. Fournier
30d23e30a7
Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example
1997-03-30 23:43:41 +00:00
John Polstra
fcb092603b
Add the "resvport" option, now that FreeBSD NFS servers require it.
1997-03-29 21:34:00 +00:00
Joerg Wunsch
3a0d8e274e
top(1) has a tunable parameter for the hash size to hash the user
...
entries. Mention it in make.conf.
1997-03-25 00:04:33 +00:00
Andrey A. Chernov
08d3f12ca2
Remove term=dumb from default entry: ovverrides TERM variable for login
1997-03-20 13:41:16 +00:00
Joerg Wunsch
48811ae778
Having two knobs until you get a kernel core dump saved is silly.
...
Leave dumpdev, but kill the savecore variable. Thus, it's still off
by default, but all you need is enabling dumpdev now.
phk's old argument that savecore might inadvertendly fill up the disk
no longer counts, savecore now correctly obeyes a `minfree' file, and
we ship our systems with such a file that even has a reasonable
default.
1997-03-16 15:26:34 +00:00
John-Mark Gurney
079be9b76f
fix a misspelling of demand...
...
Submitted-by: Takashi Saeki
Closes PR#2989
1997-03-16 00:59:08 +00:00
Brian Somers
2b672ee9f5
Add examples for a direct serial connection using lqr
...
Candidate for 2.2.
1997-03-13 21:24:18 +00:00
Joerg Wunsch
6a3946e014
Fix a logico in my last (commented out) commit.
1997-03-10 19:18:23 +00:00
Bruce Evans
968ffc72fc
Fixed the Cyclades and Digiboard port numbers.
1997-03-10 14:17:49 +00:00
Daniel O'Callaghan
8a96b3a58d
Update MAKEDEV to handle lots of tun devices, consistent with the tun device
...
selection code in usr.sbin/ppp/os.c (tun0-tun127, rather than tuna and tunb).
Also, make it make all devices up to and including the requested one.
1997-03-10 02:10:58 +00:00
Bruce Evans
a2c5351617
Added forgotten directories netns and pccard. The bug was masked by
...
bogons in /usr/src/include/Makefile.
1997-03-09 06:57:00 +00:00
Joerg Wunsch
a90657fc2a
Don't clobber the TERM variable if it's already set (e.g. from /etc/ttys,
...
or from a telnet session). So basically, this setting will only get in
effect in the single-user shell.
Closes PR # 2395.
1997-03-06 22:24:04 +00:00
Joerg Wunsch
7488674393
Fix the (commented out) example to prune the tree from core etc. files:
...
don't ever attempt to prune readonly filesystems, and properly quote
*.core against the shell.
1997-03-06 10:55:46 +00:00
Joerg Wunsch
7030cda054
Now that we can read from a worm device, handle their permissions as
...
we do for other disk devices, too.
1997-03-05 14:04:00 +00:00
Wolfram Schneider
6b06cd7e84
Add /usr/share/doc/psd/13.rcs and /usr/share/doc/psd/28.cvs. ..
1997-03-04 17:06:23 +00:00
Bruce Evans
01645cb5c9
Merged Cortex frame grabber entry from 2.2.
1997-03-03 16:13:35 +00:00
Mike Pritchard
27117f574e
Remove the -g option from the "find ... | xargs -ls ..." line.
...
The -g option to ls has been depreciated.
1997-03-03 07:03:50 +00:00
Bruce Evans
0afac18962
Added new filesystem directories.
...
Fixed munged whitespace (just 2 lines of it). The mtree files were
originally generated by `mtree -cdinx -kuname,gname,mode'. This
gives output with no tabs except in the header. The format should
be preserved by manual updates so that the files don't change a
lot when they are regenerated.
1997-03-02 14:37:32 +00:00
Wolfram Schneider
920fb73901
Create directory /etc/skel.
1997-02-28 18:23:14 +00:00
Wolfram Schneider
85cf4b8e56
add lt_LN.ISO_8859-1
1997-02-28 17:27:07 +00:00
Wolfram Schneider
b576d5e121
Add forgotten entries for Croatia
...
Pointed out by: ache
1997-02-27 12:22:25 +00:00
Andrey A. Chernov
8aa5c4525c
Fix typing error in default class: rc= instead of tc=
1997-02-26 23:41:33 +00:00
Andrey A. Chernov
1833488df9
For root & daemon classes bump max openfiles to 1024 to really activate
...
bumped select limit
1997-02-26 23:20:11 +00:00
Mike Pritchard
bcc8ee65e8
Larn needs /var/games/larn to exist so that it can create its scorefile.
...
Closes PR# 1944.
1997-02-26 01:17:49 +00:00
Mike Pritchard
b6561e8951
Don't include /usr/X11R6/man in the makewhatis search path if
...
it doesn't exist. Closes PR# 326.
1997-02-25 02:56:13 +00:00
Mike Pritchard
ba565fa6ce
When looking for setuid files, call find with -print0 and xargs with -0.
...
This allows find to pass files with "illegal" characters to xargs in a
safe manner.
Note: due to the manner in which the file names are now passed between
find and xargs, the files are now sorted differently than before.
The first /etc/security run after installing this change may result
in a lot of output when nothing did in fact change.
Closes PR# 1910.
2.2 candidate.
1997-02-23 21:34:34 +00:00
Brian Somers
3dcdd58733
Make the sample config files more understandable, correcting various
...
bits of grammar.
Added a decent pmdemand example for dynamic IPs on both sides.
Could this be a 2.2 candidate ?
1997-02-23 14:04:23 +00:00
Peter Wemm
79403fe300
Revert $FreeBSD$ to $Id$
1997-02-23 09:21:14 +00:00
Peter Wemm
2bb58cb2e0
Create /usr/libdata/gcc/ in preperation for installing specs
1997-02-23 07:25:06 +00:00
Andrey A. Chernov
e00100ce52
Add ko_KR.EUC directories
1997-02-22 22:47:21 +00:00
David Greenman
9e7740921a
Updated to Jan 22, 1997 revision from the InterNIC.
1997-02-18 23:37:58 +00:00
Bruce Evans
dab159e3d6
Select between the generic math functions and the i387-specific ones
...
at runtime.
etc/make.conf:
Nuked HAVE_FPU option.
lib/msun/Makefile:
Always build the i387 objects. Copy the i387 source files at build
time so that the i387 objects have different names. This is simpler
than renaming the files in the cvs repository or repeating half of
bsd.lib.mk to add explicit rules.
lib/msun/src/*.c:
Renamed all functions that have an i387-specific version by adding
`__generic_' to their names.
lib/msun/src/get_hw_float.c:
New file for getting machdep.hw_float from the kernel.
sys/i386/include/asmacros.h:
Abuse the ENTRY() macro to generate jump vectors and associated code.
This works much like PIC PLT dynamic initialization. The PIC case is
messy. The old i387 entry points are renamed. Renaming is easier
here because the names are given by macro expansions.
1997-02-16 18:26:31 +00:00
Jordan K. Hubbard
2ff95d56b3
Document FTP_PASSIVE_MODE in the place where I usually set it.
1997-02-13 09:07:32 +00:00
Julian Elischer
0336b6019b
add a disktab entry for those people who need abit of help
...
with ZIP drives..
use with:
disklabel -r -w -B sdx zip100
Submitted by: dave blizzard <dblizzar@sprynet.com>
1997-02-10 10:11:54 +00:00
Jordan K. Hubbard
d243e2f7f4
1.2 -> 1.44MB floppies.
1997-02-09 23:17:50 +00:00
John Polstra
f5491fc795
Security fix. Strip the encrypted passwords out of the "master.passwd"
...
diff output, and replace them with "(password)". The diffs get
mailed to root, which in many cases is forwarded across the
Internet. A patient sniffer could acquire the entire "master.passwd"
file by saving all the diffs. With this fix, you still see that the
password changed, but you don't see the details.
Unless somebody talks me out of it, I am going to merge this into -2.2
in 48 hours.
1997-02-08 20:54:38 +00:00
Joerg Wunsch
94e7483c11
Add worm(4)'s bdev entry.
1997-02-06 22:23:26 +00:00
Mike Pritchard
3bd176a7c4
Change the header line to read "count" instead of "ngen" so
...
that it matched the terms used in the manual page.
Closes PR# 2663.
1997-02-05 14:17:11 +00:00
John Polstra
6bedb27d16
Add "/usr/share/examples/drivers/", fixing make world breakage.
...
Forgotten by: julian
1997-02-03 16:13:42 +00:00
Bruce Evans
def920e3ec
Use shifts instead of multiplications and |' instead of
+' to simplify
...
dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for
$scisctl. Use dkminor() instead of repeating part of it for special cases.
Shortened some long lines.
1997-01-27 06:24:10 +00:00
Bruce Evans
2c175ef3f5
Fixed comment that did not match code (cursor -> bell).
1997-01-27 06:12:08 +00:00
Poul-Henning Kamp
0c0c8511e7
Since we have netatalk in the kernel, make life a little easier for
...
people and add the four needed entries in /etc/services.
1997-01-25 20:55:46 +00:00
Nate Williams
90b98c2933
Change the entry for ttyv3 to be the same as X would require if we
...
were using xdm (but still off).
1997-01-25 05:51:23 +00:00
David Greenman
ac9e2a2511
Change to use some unused bits in the 'type' field to extend the unit field
...
to 9 bits (512 units) for disk devices.
1997-01-24 22:00:35 +00:00
Jordan K. Hubbard
5bdab685d1
As /etc/sysconfig and /etc/rc.i386 is now, you can't modify the syscons
...
bell type on boot. Slightly annoying when your system doesn't have a speaker.
This adds a `keybell' frob for setting it. Closes PR#2519
Submitted-By: Jonathan Mini <mini@hydrogen.nike.efn.org>
1997-01-24 10:12:45 +00:00
David Nugent
07e23a12b8
Made more reasonable as a set of defaults. Remove cruft, fix a couple
...
of errors and eliminate cap_mkdb errors. Closes PR misc/2551.
1997-01-22 03:33:55 +00:00
Joerg Wunsch
3e92fe3bd3
by popular request I submit the following disktab entry for inclusion in
...
/etc/disktab
Submitted by: lada@ws2301.gud.siemens.co.at (Hr.Ladavac)
1997-01-17 23:06:25 +00:00
Jordan K. Hubbard
525014855b
Make sure newly created /var/account/acct file is 0600 mode.
1997-01-16 02:18:37 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Nate Williams
6cebb6a689
Added apm and card[01] devices to all target.
...
Suggested by: bde
1997-01-13 17:37:20 +00:00
Andrey A. Chernov
6930f84b7b
Add commented out example entry for imap4
1997-01-12 17:55:16 +00:00
David Nugent
4387f78ffa
Added 'xuser' class entry point for X users (who need more resources).
...
Increased default procs/file handles so that man will work in more
situations. Other suggestions welcome, btw.
1997-01-11 16:08:53 +00:00
David Nugent
0bc1c71450
Adds a template/example login.conf, login class capabilities database.
1997-01-11 06:47:56 +00:00
Paul Traina
9c1fc5f52b
Clean up imap
1997-01-10 02:42:14 +00:00
Nate Williams
6951277803
Minor modifications to the PCCARD startup files and comments.
...
Submitted by: The Nomads
1997-01-06 06:26:01 +00:00
Nate Williams
d1cde7ab69
Remove un-necessary comment.
1997-01-06 04:27:21 +00:00
Alexander Langer
6a9352fece
Typo police.
1997-01-04 23:29:56 +00:00
John Fieber
c7767b4622
Add docbook.
1997-01-04 22:24:01 +00:00
Mike Pritchard
8e3e26601e
Create /usr/share/examples/mdoc.
1997-01-02 20:41:07 +00:00
Poul-Henning Kamp
6714d73596
Put dmesg.boot in /var/run instead of /var/tmp
...
Suggested by: joerg & peter
1997-01-02 18:55:26 +00:00
Poul-Henning Kamp
7a0a3ad314
Now that uptimes run into months on a regular basis, I often find myself
...
wondering what the hw-config of a machine is, and the logs have been
rotated many times since reboot already.
Added:
/sbin/dmesg > /var/tmp/dmesg.boot
to /etc/rc
2.2 candidate
1997-01-02 16:28:33 +00:00
Satoshi Asami
6fa8e3b73b
Add share/examples dir.
...
Suggested by: max
1996-12-31 14:00:05 +00:00
Joerg Wunsch
513a014830
While being here, also create all the gsc device nodes as described in
...
the gsc(4) man page, and allow for more than one unit number.
1996-12-30 20:51:36 +00:00
Peter Wemm
3a233001ff
Get rid of the revolting hacks that were used to install the
...
/etc/sendmail.cf file.
Submitted by: bde
1996-12-28 18:00:17 +00:00
Wolfram Schneider
d86abf50b2
add new directory /usr/share/examples/printing
1996-12-28 15:40:38 +00:00
Peter Wemm
747328f032
Add commented out samples on how to activate the compat libs during build.
...
Note that nothing is stopping somebody from cd'ing to src/lib/compat/<dist>
and doing a 'make all install' there by hand.
1996-12-23 05:17:09 +00:00
Joerg Wunsch
ee4466ac87
Extend the set of ptys to chmod at boot time.
...
Closes PR # conf/1957: not all perms of ptys...
Submitted by: gurney_j@efn.org (John-Mark Gurney)
1996-12-23 00:32:15 +00:00
Joerg Wunsch
901d09409f
Add /usr/local/sbin to the rc $PATH. Things like GateD are located there.
1996-12-19 18:06:35 +00:00
Andrey A. Chernov
7deead3e52
cvsup client moved from sbin to bin
...
2.2 candidate
1996-12-16 03:37:59 +00:00
Bruce Evans
3b4d52b99d
Fixed missing install of BSD.include.dist.
1996-12-13 17:01:51 +00:00
Jordan K. Hubbard
7b69bdb95c
magic file is no longer in /etc
1996-12-13 10:24:42 +00:00
Jordan K. Hubbard
0b3870cb60
Close PR#2198:
...
I've added an installation from optical disk drive facility.
This enables FreeBSD to be installed from an optical disk, which
may be formatted in "super floppy" style or sliced into MSDOS-FS
and UFS partitions.
Note: ncr.c should be reviewed by Stefan Esser <se@freebsd.org>
and cd.c by Joerg Wunsch <joerg@freebsd.org> before bringing this
into 2.2.
Submitted-By: Shunsuke Akiyama <akiyama@kme.mei.co.jp>
1996-12-13 07:55:14 +00:00
Satoshi Asami
9ebd95e3ed
Add missing mann and catn directories.
...
2.2 candidate.
1996-12-12 10:06:38 +00:00
Adam David
10e599f8e8
ifconfig 127.0.0.1 instead of localhost
1996-12-10 02:23:27 +00:00
Peter Wemm
e8fce182a6
Update this to what freefall's been running for a day or so.
1996-12-06 11:29:15 +00:00
Satoshi Asami
9ef182d781
Directories for Japanese manpages. Definite 2.2 candidate, as it will be
...
used for the "Japanese manpages port" coming soon.
1996-12-05 10:33:56 +00:00
Satoshi Asami
ed22ead6b5
Add share/misc. Definite 2.2 candidate, if we want it to be consistent
...
with the ports.
Found by: obrien and his mutt port
1996-11-26 10:01:28 +00:00
Bruce Evans
f6710c88c5
Added forgotten directories zoneinfo/Antarctica and zoneinfo/Arctic.
...
The zoneinfo makefile doesn't follow the rules. It builds everything
at install time. It dpends on zic to create the directories. zic
doesn't know about the weird 555 permissions specified in BSD.usr.dist,
so it creates the directories with nonstandard permissions.
1996-11-23 20:04:02 +00:00
Andrey A. Chernov
041f99248c
Add missing nls directories
...
2.2 candidate
1996-11-23 04:06:10 +00:00
Andrey A. Chernov
838037af6d
ru_SU -> ru_RU
1996-11-21 10:17:45 +00:00
Andrey A. Chernov
7be3905425
Add ru_RU as alias to ru_SU
1996-11-21 10:13:25 +00:00
Wolfram Schneider
7232e09ce1
delete removeuser
1996-11-17 03:57:08 +00:00
Andrey A. Chernov
a8ca22b2d8
Remove backward-compatible locale aliases, XFree now support native
...
FreeBSD names
1996-11-15 12:34:26 +00:00
Satoshi Asami
f061275f2d
Create directory for Japanese handbook. Definite 2.2 material if the
...
handbook is going to make it.
1996-11-15 06:18:41 +00:00
Andreas Klemm
fda1c610e8
Added $PATH to the end of PATH. Otherwise the command 'expr' can't be
...
found by the shell when running MAKEDEV from the fixit floppy environment.
1996-11-14 14:28:26 +00:00
Adam David
ac55eca46c
start rpc.statd for nfs_server case.
...
add warning and commented out line for rpc.lockd
1996-11-13 19:04:31 +00:00
Paul Richards
9c57aa7fca
Added ocol: ppp to the first two examples so that ppp catually requests
...
the ppp protocol when it logs in. I'm not sure whether this applies to all
the examples. Are there cases where the ISP assumes ppp is being used ?
1996-11-11 17:27:25 +00:00
Peter Wemm
7737a49d16
The kerberised network services should only be active in inetd.conf
...
if kerberos is installed. So far as I'm aware, kerberos aware clients
detect ECONNREFUSED and (if allowed) fall back to the non-kerberos
servers. They do not know how to interpret messages such as
"rlogind: unknown option -k".
I believe Garrett also mentioned this.
Unfortunately, this adds an extra step to bringing up kerberos.
It also stops /var/log/messages getting quite so many useless (and
confusing) error messages when somebody does a port scan on you.
1996-11-10 13:06:14 +00:00
Jordan K. Hubbard
190cca38e9
Add an entry for minimum - that's a lot easier.
1996-11-09 09:23:09 +00:00
Peter Wemm
c3bfbfc0aa
make the /etc/sendmail.cw file optional by default.
...
Definately should go into 2.2..
Requested by: lots of people
1996-11-08 05:22:50 +00:00
Paul Traina
bdfaa56a86
The standard .mc files shipped with the new sendmail have an extra divert(0)
...
at the top. Make our freebsd-supplied files match the standard files.
Apply-to: 2.2
1996-11-06 22:30:29 +00:00
Paul Traina
648251a14c
auth.debug should not be sent to root realtime
...
news.notice info should not be sent to /var/log/messages, as news has
its own set of logs and notice is overused by inn
added entries for newsservers (but they're commented out)
1996-11-06 22:27:04 +00:00
John Hay
f4fb1da19f
Add knobs for IPX.
...
2.2 candidate?
1996-11-05 20:10:37 +00:00
Joerg Wunsch
e58aa098b4
/dev/vn0b is supposed to be a block device, so don't test(1) whether
...
it's a plain file.
Submitted by: brian@awfulhak.demon.co.uk (Brian Somers)
1996-11-03 14:41:58 +00:00
Andrey A. Chernov
0ee6900601
Back out daemon.* addition, ssh port should be fixed instead
1996-11-02 00:08:44 +00:00
Andrey A. Chernov
7fded3d0e5
Add -z to CVSupflags, it iz safe because it is done by zlib,
...
not by extra gzip child
1996-11-01 17:12:07 +00:00
Peter Wemm
4579c4e0d4
Update to use the recommended recovery procedure from nvi-1.76.
...
This is a lot more robust and handles errors a lot better. It also cleans
up stray, hopeless, or unmodified files rather than leaving them there
forever.
1996-11-01 09:45:51 +00:00
Bruce Evans
ce5636f791
Fixed cualc and cualD minor numbers which I broke in the previous commit.
1996-11-01 08:49:13 +00:00
Peter Wemm
92a76e5c36
Add nvi-1.79 directories
1996-11-01 08:00:37 +00:00
Andrey A. Chernov
64cfb09a21
Log daemon.* to /var/log/messages or very valuable daemons messages
...
lost forever
1996-10-31 00:29:10 +00:00
Joerg Wunsch
a07ca43c89
Correct the startup sequence for syslogd:
...
. crate the symlink for /dev/log if required, then
. remove the old socket (savecore might have already created it
accidentally), then
. start syslogd.
(Btw., our test(1) misses an option to test for a socket.)
1996-10-28 08:28:02 +00:00
Peter Wemm
95e6becc12
Add rudimentry support for ifconfig'ing aliases at boot. Also allow
...
start_if.<if> to do all the work instead if so configured. With examples.
1996-10-27 06:30:43 +00:00
Bruce Evans
fab5b1c43d
Restored order of cuac above ttyc.
...
Fixed some style bugs for cua* and tty*.
Removed superfluous chmod for consolectl.
FIxed a tiny security bug for perfmon and changed the style for
perfmon to match the style of the non-std devices.
1996-10-25 15:01:33 +00:00
Marc G. Fournier
6e75e8c4bc
fixes:
...
>Description:
The sed script in /etc/rc.local that builds the host/kernel ID line
for the message of the day relies on the year not going past 1999.
When the year passes 1999, the ID line is malformed.
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
1996-10-24 09:43:59 +00:00
Marc G. Fournier
e9aa958593
Fixes:
...
>Description:
Applications that rely on getttyent and related calls will
not find entries that are not listed in /etc/ttys. Screen
and xterm (rxvt, color_xterm) will not be able to obtain
unique utmp slots as a result. This isn't a critical problem
but it will keep utilities such as 'finger', 'who' and 'w'
from displaying the correct information.
Closes PR#conf/1270
Submitted by: winter@jurai.net
1996-10-22 21:17:05 +00:00
Stefan Eßer
d018c1a988
Add character device (78,0): pci
...
Submitted by: wollman
1996-10-22 20:41:03 +00:00
Bill Paul
8d236c1206
Add hooks for rpc.ypxfrd in /etc/sysconfig and /etc/rc. Also change
...
a couple of benign cases of 'yppasswdd' to 'rpc.yppasswdd.' (Like
rpc.yppasswdd, rpc.ypxfrd should only be run on NIS master servers.)
1996-10-21 20:09:30 +00:00
Alexander Langer
8ba20cc4bc
Invoke weekly.local and monthly.local if they exist.
...
Suggested by: jkh
1996-10-19 21:52:16 +00:00
Alexander Langer
b098da0842
If /etc/daily.local is present, run it just before the security check.
...
Closes PR#1822.
Submitted by: John-Mark Gurney <jmg@nike.efn.org> (w/some changes)
1996-10-19 21:03:23 +00:00
Andrey A. Chernov
29d13b3b62
Add MM_CHARSET setting (MIME charset), it is good for tin, metamail, etc.
...
Add mesg y
All things commented out
1996-10-19 20:02:40 +00:00
Paul Traina
5afea8cfad
Recent ppp changes broke make release. :-(
1996-10-19 17:10:28 +00:00
Jordan K. Hubbard
fddb6f46b4
Clean up the example files by giving them a unified set of names (which
...
I don't like, finding them rather redundantly named, but I'm just going
with the flow here).
1996-10-18 03:45:19 +00:00
Paul Traina
c27ebf26ac
catch a mismatch after final review...
1996-10-14 17:27:53 +00:00
Paul Traina
972a3f282a
Expose the control mechanism for serial console boot so that the default
...
shipped with freebsd can be changed without modifying the Makefiles directly.
Creates: BOOT_FORCE_COMCONSOLE
BOOT_PROBE_KEYBOARD
BOOT_PROBE_KEYBOARD_LOCK
BOOT_COMCONSOLE (port value for console)
1996-10-14 17:25:53 +00:00
Joerg Wunsch
f738f84d69
Uncomment the "raw" lp entry in /etc/printcap. We start lpd by
...
default, so there's no use in running it without any printer
definition in printcap. Also added a bunch of hints about the printer
setup, to guide the admin about the printer setup (handbook,
"apsfilter"), and a commented-out sample setup for a remote printer.
In the same line, add /var/spool/lpd/output to BSD.var.dist since it
is referred to by the "lp" entry in printcap.
1996-10-13 16:52:40 +00:00
David Greenman
4364e32501
Changed ttyc? and cuac? specifications to support multiple controllers.
...
A "MAKEDEV ttyc0" now creates 32 units for controller 0, ttyc1 for
controller 1, etc..
1996-10-13 01:12:01 +00:00
Nate Williams
c79a9ab9e5
Whoops, update the comment field while we're at it. (I *hate* the link
...
to freefall!)
1996-10-12 04:56:28 +00:00
Nate Williams
7387fdc643
In the same manner that we log the ipfw entries, log the kernel log
...
messages using the output of dmesg.
1996-10-12 04:51:09 +00:00
Peter Wemm
c99f65b4cc
Add a -p to the amd invocation, it's not optional since we are expecting
...
the pid on stdout for /var/run/amd.pid. The example in sysconfig had
forgotten -p anyway...
1996-10-08 20:02:57 +00:00
Peter Wemm
c42c124eb7
Some tweaks after having run a YP-only system with quotas:
...
- split the "starting network daemons" in half.
- The first half starts things necessary to get full name service up.
- The quota check etc moved from "before network" to after the name
services are running. quotacheck does a while(p=getpwent()) which
isn't real good without YP running...
- moved rwhod a little later to put it with the other network stuff.
- deferred inetd a tad so that it's after ldconfig and dev_mkdb,
otherwise you get logins before you're ready.
Unresolved: named is started before ypserv/ypbind still, but named does
a while(s = getservent()) and while (p=getprotoent()) to suck in the
entire database into memory. This means you cannot have a "+" in the
/etc/services or /etc/protocols files or you get a long hang at boot.
1996-10-08 20:00:44 +00:00
Andrey A. Chernov
c849957cb0
Use full path for cvsup
1996-10-05 19:41:31 +00:00
Andrey A. Chernov
e110018119
Add CVSup block (commented out)
1996-10-05 18:51:45 +00:00
Andrey A. Chernov
16c55c107d
Better users list
1996-10-04 20:05:13 +00:00
Peter Wemm
433ae96e90
Add /usr/share/libg++ for libg++'s genclass prototype/template class
...
files to live. (These are not include files)
1996-10-03 21:44:47 +00:00
Peter Wemm
aaf2184b59
Add /usr/include/g++/std for the libstdc++'s #include <std/foo.h>
1996-10-03 21:42:41 +00:00
Paul Traina
9080596148
In the brave new world, that that does not make us strong, kills us.
...
Turn OFF the "small servers" by default. FreeBSD systems should only
serve actively used programs. Jewels like chargen and echo are too
useful in attack scenarios.
1996-10-02 03:52:58 +00:00
Warner Losh
b604753497
Fix a possible syntax error in rc when swapfile isn't defined at all.
...
This can happen when the user is upgrading from an older version and
his/her sysconfig file doesn't have swapfile defined to be NO in it.
1996-09-22 06:36:49 +00:00
Peter Wemm
b99929ea6b
Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing option
...
since the cc1/cc1plus backends were linked static some time ago.
1996-09-21 14:30:23 +00:00
Bruce Evans
102854f68f
Fixed order and whitespace of examples/cvs entries.
1996-09-20 15:07:39 +00:00
Poul-Henning Kamp
6d26aec672
Add commented out example for bootps
1996-09-19 08:19:25 +00:00
Jordan K. Hubbard
b16ed18b72
Cosmetic tweak.
...
Requested-By: John Robert LoVerso <loverso@osf.org>
1996-09-18 19:01:29 +00:00
Paul Traina
ebcb9161de
Add hylafax
1996-09-13 01:52:49 +00:00
Satoshi Asami
2fc8f6751d
Add share/dict, following the lead of BSD.usr.dist.
1996-09-12 09:50:38 +00:00
John Fieber
7006eca8ae
Remove obsolete subdirs of usr/share/sgml/FreeBSD.
1996-09-10 02:26:28 +00:00
Andrey A. Chernov
02601dae20
Remove sleep before moused, problem fixed with new consolectl device
1996-09-09 19:59:14 +00:00
Søren Schmidt
a41cbc45be
Fix for the problem that moused hangs if it is started from /etc/rc
...
Introduces the /dev/consolectl device for controlling various
console related things (given syscons is used).
1996-09-09 18:47:47 +00:00
Andrey A. Chernov
df28808d40
Use real device for mousedport, because /dev/mouse usually linked
...
with /dev/sysmouse when moused is active
Add comment about this fact
1996-09-09 00:17:14 +00:00
Andrey A. Chernov
d71651da35
Use the same perm/owner for sysmouse as for others mouse devices
1996-09-09 00:02:44 +00:00
Andrey A. Chernov
814c1905ad
Make sysmouse device for syscons
1996-09-08 23:56:27 +00:00
John Fieber
fe134be8f8
Add missing share/groff_font/devlj4
1996-09-08 16:24:41 +00:00
John Fieber
57a61c61a3
Add usr/share/sgml/transpec
1996-09-08 02:41:51 +00:00
Andrey A. Chernov
3306475ad8
Use /dev/mouse for default moused port
...
Add comment explanation how to turn mouse support on particular screen
(vidcontrol -m on)
1996-09-07 19:11:00 +00:00
Andrey A. Chernov
87dc1283f8
Make moused actually work:
...
add sleep 20 before moused starts.
It allows all getties to activate screens.
1996-09-07 19:04:48 +00:00
John Fieber
e80bb77a39
/usr/share/sgml/ISO for ISO entity definitions.
1996-09-05 20:01:09 +00:00
Adam David
e389e42669
don't ask for confirmation
1996-09-05 11:22:09 +00:00
Bruce Evans
35732dda77
BSD.usr.dist:
...
Added forgotten share/doc/psd/05.sysman and share/zoneinfo/America/Indiana.
bsd.doc.mk:
Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and
permissions. The doc tree should be well enough established for this
to be safe. Installs to directories should use a trailing slash on
the directory name so installs to non-drectories are fatal, but I
didn't start changing them.
bsd.man.mk:
Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and
permissions. They were overkill to create just /usr/share/info.
zoneinfo/Makefile:
No changes yet. zic creates directories with ordinary 755 permissions.
Why do we use 555 permissions for directories in /usr/share/zoninfo.
Why not for zoneinfo itself? /proc and /dev/fd are the only other
directories in the system with 555 permissions.
1996-09-03 15:14:45 +00:00
Poul-Henning Kamp
0c4c6c1235
Add support for shlibs in /usr/lib/compat that the linker will not find
...
at compile time, but ldd will at runtime.
1996-09-02 13:10:02 +00:00
Andrey A. Chernov
192f27c84c
Move daemon from group 31 to group 1
...
One of the reasons: rwhod not work, because it got
1,31 instead of 1,1 on setuid(1) and require group 1 for directory access
1996-09-01 23:13:16 +00:00
Wolfram Schneider
3668730386
add forgotten share/doc/smm/10.named
1996-08-31 13:04:03 +00:00
Chuck Robey
c8ae0d2e4b
Add new include directories tcl, tcl/unix, and tcl/generic.
...
Reviewed by: Peter Wemm
1996-08-29 16:07:58 +00:00
Paul Traina
28f0ced1ee
Fix buffer overrun, and run as nobody
1996-08-25 21:37:11 +00:00
Paul Traina
0982f4916f
Add zephyr
1996-08-22 21:37:19 +00:00
Satoshi Asami
cb9b679415
Add skkserv (1178/tcp) and sj3 (3086/tcp). They are both Japanese
...
kanji input servers.
1996-08-22 10:29:28 +00:00
Jordan K. Hubbard
d37f8acb71
Add a new "swapfile" variable so that you can add a file as a additional
...
swap as the system is coming up.
1996-08-21 23:15:37 +00:00
Jordan K. Hubbard
d0bcc248db
Add cvsup directory to share/examples
...
Reminded-By: ache
1996-08-21 09:53:06 +00:00
Wolfram Schneider
7ea944f3a6
space typo, the shell don't like name=<space>value
1996-08-19 15:34:29 +00:00
Wolfram Schneider
4b2b2ee3e1
``make install'' should not install the symlink /usr/sbin/rmt -> /etc/rmt
...
Only ``make distribution'' in src/etc/Makefile overrides things in /etc
Pointed out by: joerg
1996-08-18 11:05:08 +00:00
Wolfram Schneider
361e0905ef
make install should not install any file in /etc.
1996-08-17 22:27:08 +00:00
Peter Wemm
e0d239dba3
Put on my flame-proof suit and attempt to make the /etc/motd banner
...
editor safer. The old one was too deadly, if the blank line after the
"FreeBSD" version banner was missing, it would delete from the beginning
of the file up until the next blank line, possibly to the end of file.
This was not good.
1996-08-17 07:15:38 +00:00
Jordan K. Hubbard
38b411e309
Remove root dotfiles which did more harm than good.
1996-08-14 14:42:05 +00:00
Peter Wemm
67750f0be2
Add missing netatalk, netipx and netkey directories.
1996-08-11 04:32:14 +00:00
Wolfram Schneider
c394ce8c64
disable `calendar -a'. it's a bad idea, particular
...
with networked home directories
submitted by: "Boyd R. Faulkner" <faulkner@asgard.bga.com> and
GAWollman (long time ago)
1996-08-07 13:35:29 +00:00
Paul Traina
c733dcc306
Move intermediary file generation to /var partition
1996-07-31 06:47:05 +00:00
Jordan K. Hubbard
1f2f069302
Edit this for consistency's sake (though it's syntactically identical).
...
Noticed-By: "William A. Gill" <bill@duchess.wagill.com>
1996-07-30 06:28:59 +00:00
Paul Traina
fd089c7bee
Move things up a bit to make startup pretty
1996-07-18 19:09:06 +00:00
Paul Traina
54009bb4b8
Start sendmail after ldconfig. Put the nail in the coffin on misc/1346.
...
Submitted by: Hiroharu Tamaru <tamaru@ap.t.u-tokyo.ac.jp>
1996-07-13 17:27:39 +00:00