Commit Graph

1153 Commits

Author SHA1 Message Date
bde
b34d77c1e8 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
ache
7784d0d02f Add missing nls directories
2.2 candidate
1996-11-23 04:06:10 +00:00
ache
a9e7af93c5 ru_SU -> ru_RU 1996-11-21 10:17:45 +00:00
ache
f5016d88e1 Add ru_RU as alias to ru_SU 1996-11-21 10:13:25 +00:00
wosch
65e9da228a delete removeuser 1996-11-17 03:57:08 +00:00
ache
5cb482c584 Remove backward-compatible locale aliases, XFree now support native
FreeBSD names
1996-11-15 12:34:26 +00:00
asami
894cd46269 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
8a3836591b 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
e61bcd3b49 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
617d1bfa5d 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
7134c99b53 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
jkh
afc1dc1163 Add an entry for minimum - that's a lot easier. 1996-11-09 09:23:09 +00:00
peter
bb6487c754 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
pst
43a1cd123b 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
pst
828918f53e 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
jhay
5e1fc4cb50 Add knobs for IPX.
2.2 candidate?
1996-11-05 20:10:37 +00:00
joerg
7a8a58be4b /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
ache
9ab9f274c8 Back out daemon.* addition, ssh port should be fixed instead 1996-11-02 00:08:44 +00:00
ache
95bc2d7219 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
e679774ae5 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
bde
12f50589a0 Fixed cualc and cualD minor numbers which I broke in the previous commit. 1996-11-01 08:49:13 +00:00
peter
b007d9c5a3 Add nvi-1.79 directories 1996-11-01 08:00:37 +00:00
ache
db5aa6375c Log daemon.* to /var/log/messages or very valuable daemons messages
lost forever
1996-10-31 00:29:10 +00:00
joerg
da806beec1 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
c07ea640d2 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
bde
8d0a0bcdf4 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
scrappy
7b1f63e265 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
scrappy
ef8b8b3a8a 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
se
0da4819e8f Add character device (78,0): pci
Submitted by:	wollman
1996-10-22 20:41:03 +00:00
wpaul
fd16524e06 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
alex
d1da1f30b2 Invoke weekly.local and monthly.local if they exist.
Suggested by:	jkh
1996-10-19 21:52:16 +00:00
alex
5266f9c7a9 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
ache
e761d5d157 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
pst
3949eff38c Recent ppp changes broke make release. :-( 1996-10-19 17:10:28 +00:00
jkh
36311a6002 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
pst
90a197fe6d catch a mismatch after final review... 1996-10-14 17:27:53 +00:00
pst
bbf0127037 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
6fb314ad8d 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
dg
6dfdcfc9e1 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
fb0d7a48ab 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
a22c66fbfb 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
7d10046a22 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
2cb6a8da3b 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
ache
bad1ae67dd Use full path for cvsup 1996-10-05 19:41:31 +00:00
ache
53bc0ddaba Add CVSup block (commented out) 1996-10-05 18:51:45 +00:00
ache
fba2a1ecf9 Better users list 1996-10-04 20:05:13 +00:00
peter
f3d2bf009e 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
e01bd2c426 Add /usr/include/g++/std for the libstdc++'s #include <std/foo.h> 1996-10-03 21:42:41 +00:00
pst
14627fbd27 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
imp
1518e656fc 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
b38a23c7b7 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
bde
e2e662fe23 Fixed order and whitespace of examples/cvs entries. 1996-09-20 15:07:39 +00:00
phk
c56be07b2d Add commented out example for bootps 1996-09-19 08:19:25 +00:00
jkh
a06ba905a9 Cosmetic tweak.
Requested-By: John Robert LoVerso <loverso@osf.org>
1996-09-18 19:01:29 +00:00
pst
011abdd968 Add hylafax 1996-09-13 01:52:49 +00:00
asami
5164ec1c11 Add share/dict, following the lead of BSD.usr.dist. 1996-09-12 09:50:38 +00:00
jfieber
643fa4d2fc Remove obsolete subdirs of usr/share/sgml/FreeBSD. 1996-09-10 02:26:28 +00:00
ache
42ff295511 Remove sleep before moused, problem fixed with new consolectl device 1996-09-09 19:59:14 +00:00
sos
d3115d7869 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
ache
b532db533f 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
ache
d990335383 Use the same perm/owner for sysmouse as for others mouse devices 1996-09-09 00:02:44 +00:00
ache
63eae29572 Make sysmouse device for syscons 1996-09-08 23:56:27 +00:00
jfieber
be3344402b Add missing share/groff_font/devlj4 1996-09-08 16:24:41 +00:00
jfieber
f40a300f33 Add usr/share/sgml/transpec 1996-09-08 02:41:51 +00:00
ache
177f591270 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
ache
caedfc68bb 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
jfieber
5decbadac7 /usr/share/sgml/ISO for ISO entity definitions. 1996-09-05 20:01:09 +00:00
adam
80398b2ce8 don't ask for confirmation 1996-09-05 11:22:09 +00:00
bde
a8c6fab137 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
phk
3cfb2de220 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
ache
a18a26b672 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
wosch
812b2decfb add forgotten share/doc/smm/10.named 1996-08-31 13:04:03 +00:00
chuckr
fe55d3bf86 Add new include directories tcl, tcl/unix, and tcl/generic.
Reviewed by:	Peter Wemm
1996-08-29 16:07:58 +00:00
pst
e3ef64def1 Fix buffer overrun, and run as nobody 1996-08-25 21:37:11 +00:00
pst
2d4af2f37f Add zephyr 1996-08-22 21:37:19 +00:00
asami
898448f18c Add skkserv (1178/tcp) and sj3 (3086/tcp). They are both Japanese
kanji input servers.
1996-08-22 10:29:28 +00:00
jkh
51ba17ad58 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
jkh
3aa25cafa7 Add cvsup directory to share/examples
Reminded-By: ache
1996-08-21 09:53:06 +00:00
wosch
1103cb1a44 space typo, the shell don't like name=<space>value 1996-08-19 15:34:29 +00:00
wosch
bd9c66bd65 ``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
wosch
2aadcd5e13 make install should not install any file in /etc. 1996-08-17 22:27:08 +00:00
peter
4096277135 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
jkh
a5d3c31004 Remove root dotfiles which did more harm than good. 1996-08-14 14:42:05 +00:00
peter
917a149262 Add missing netatalk, netipx and netkey directories. 1996-08-11 04:32:14 +00:00
wosch
a3c260855a 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
pst
7263f72ee2 Move intermediary file generation to /var partition 1996-07-31 06:47:05 +00:00
jkh
491514d5d4 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
pst
76076ce562 Move things up a bit to make startup pretty 1996-07-18 19:09:06 +00:00
pst
22009cacab 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
jkh
96db1f7698 Merge. 1996-07-13 04:33:23 +00:00
wosch
66e957f3ae create missing /usr/share/examples/removeuser
Submitted by: Ollivier ROBERT  roberto@keltia.freenix.fr
1996-07-12 19:58:44 +00:00
pst
593d7565bc Add amanda default port 1996-07-11 21:24:03 +00:00
pst
1c4cc2861f Set shells to nonexistent where appropriate 1996-07-11 21:23:22 +00:00
pst
6446d83575 Add ability to override sendmail .cf file specification.
Add creation of ppp.log file since we rotate it now.
1996-07-11 21:22:50 +00:00
julian
6778941636 Adding changes to ipfw and the kernel to support ip packet diversion..
This stuff should not be too destructive if the IPDIVERT is not compiled in..
 be aware that this changes the size of the ip_fw struct
so ipfw needs to be recompiled to use it.. more changes coming to clean this up.
1996-07-10 19:44:30 +00:00
wosch
91ed9389ae update comment for tun*
add comment for snp*
1996-07-02 23:11:06 +00:00
alex
b70939d4ec If ipfw is enabled, display packet/byte counters for reject/deny rules
that have changed since the last security check.

Make the spacing between sections more consistent.
1996-06-30 19:35:20 +00:00
peter
9f1398b9db If a local ufs filesystem is mounted "nosuid", dont scan it as part of
the /etc/security setuid checks.  This is useful for things like large
news spool partitions that dont have executables.

Reviewed by: pst
1996-06-30 13:16:21 +00:00
peter
c163b745ad Correct location of tcl components.. They are installed under
/usr/libdata/tcl (created with mkdir -p), not /usr/lib/tcl (empty).
1996-06-30 13:06:50 +00:00
jkh
0bb8679229 The way sendmail.cf is installed here is gross and needs to be totally
redone.  For now, use the objlink target to give it the obj directory
it needs.
1996-06-25 18:05:58 +00:00
jkh
633b7dcb6c Add worm to /usr/share/examples 1996-06-25 08:40:13 +00:00
pst
67caa0380a Start vi.recovery processing after ldconfig.
Closes misc/1346 which has bitten me more times than I care to remember.
1996-06-24 19:00:28 +00:00
nate
e932c128c5 Add the (commented out) OBJLINK hook. 1996-06-24 16:50:39 +00:00
ache
8f86fb661b Add moused hooks (OFF by default) 1996-06-23 20:54:42 +00:00
pst
8089561864 Add /var/log/ppp.log from iij ppp 1996-06-22 21:34:03 +00:00
joerg
344a8a3d29 Add a few hints about the cleaning policy of /tmp, including an example
(commented out) for how to purge it regularly.
1996-06-22 13:05:20 +00:00
phk
40a8669079 Add tcl related directories. 1996-06-22 06:02:47 +00:00
alex
0c155d8c74 Flush out the rules before adding entries. This prevents duplicate
rules from appearing when switching back and forth from single to
multi-user modes.
1996-06-22 00:54:36 +00:00
nate
09680a51de Remove the hardcoding of the IRQ, and instead have it determine a free
IRQ.

For now only enable on the 3C589 until other cards have been tested.
1996-06-19 01:28:07 +00:00
jkh
af7357ce41 This is no longer in /stand 1996-06-15 17:49:16 +00:00
jkh
46ddd9465a Cosmetic tweaks. 1996-06-15 17:04:48 +00:00
jkh
71e9b3e8b4 Make an etc/rc.d directory. 1996-06-15 16:55:28 +00:00
nate
faa29f9075 Change the 'nep0' lines to 'ep0' since we are very soon to get a working
if_ep.c driver for PCCARD stuff.  Also,change the 3C589 examples to
reflect what I use to switch between the two connectors.
1996-06-14 21:41:48 +00:00
ache
daf11c571d IDE cd fixes:
wcd?a is missing
wrong partition number was used for wcd?c
1996-06-07 15:47:15 +00:00
pst
172a214e21 Eliminate warning message and add big warnings about security holes 1996-05-22 05:43:30 +00:00
ache
c511749bdc Remove obsoleted comment about adjkerntz 1996-05-19 22:30:26 +00:00
nate
67322c3c64 Fixed *annoying* error with the weekly files. Do you get these whenver
/etc/weekly is run?

Rebuilding locate database: stty: stdin isn't a terminal TERM: Undefined
variable.

'su' apparently runs in root's environment before doing a seteuid(), so
it reads root's .cshrc.  The problem lies in the fact that $prompt is
*always* set by the time the command is executed, so you can't protect
your interactive commands from the non-interactive commands by the
normal:

if ($?prompt) then
   # interactive stuff here
endif

Set the -f flag (su -fm) which causes it not to read root's .cshrc file,
since there should be no reason to do so for these scripts since
/etc/crontab sets up all of the necessary environment.
1996-05-18 20:30:04 +00:00
jkh
64f2b3fcef freefall's new sendmail.cf file.
Submitted by:	gpalmer
1996-05-17 07:47:34 +00:00
wosch
1ed41c664f catman -> catman.local
This is currently a no-op, because a wisely man did not
enable catman by default (in comments).
1996-05-13 22:05:10 +00:00
jkh
5dc15a06c8 Neaten up some of the comments in here. 1996-05-13 02:21:16 +00:00
wosch
e51ed53696 makewhatis -> makewhatis.local 1996-05-12 21:10:34 +00:00
ache
3df59d5251 Add russian calendar directory 1996-05-10 21:42:58 +00:00
jkh
c7b4a02c82 Nuke the nasty cleaning of /var/run after netstart starts - it nukes
gated's pid file, for one thing, and is just generally BAD.
1996-05-08 09:25:57 +00:00
peter
fafa40f6a3 Add /usr/libdata/stallion for holding the download firmware images.
These binary files most definately do not come under /usr/share's
"architecture independent text files" rule... even though these same
images would be used on other processors with pci architectures.
1996-05-04 09:15:11 +00:00
asami
d3a27d5ecc Bring in ccd support.
Entry to create ccd devices.
1996-05-03 05:37:34 +00:00
asami
e016ce5a76 Bring in ccd support.
Call ccdconfig before swapon if /etc/ccd.conf exists.

Obtained from: NetBSD
1996-05-03 05:37:04 +00:00
jkh
d16b57509b Add wcd0 to `all' target. The fate of the IDE CDROM support in 2.2
is becoming clearer.. :-)
1996-05-02 09:15:57 +00:00
jkh
1a0fbe4d19 Highly cosmetic tweaks. 1996-04-30 04:59:57 +00:00
jkh
96e5455559 Make the invocation of fortune conditional 1996-04-30 04:44:37 +00:00
jkh
1bcd6bba76 Make default /etc/motd (which I will include in the installation) a little
more helpful and explanatory to new users.  Experienced users always blow
away their default motd's on the first day anyway. :-)
1996-04-27 00:44:22 +00:00
mpp
0f00e0c36c Remove the comments that suggest people not turn
on accounting and quotas because they don't work.
They seem to work just fine, and the comments generate
too many questions.
1996-04-26 20:18:58 +00:00
nate
bf96d99d5f Fix reverse logic bug which caused the ethernet configuration to never work. 1996-04-24 00:04:10 +00:00
pst
6ea0a1fe5d Add /usr/libexec/sm.bin for smrsh(8) 1996-04-21 19:40:20 +00:00
asami
980699ada7 Take out quotes around MOTIFLIB. Clarify comments a bit, most users
don't have to touch neither X11BASE nor MOTIFLIB.

Reported by:	kmitch@phantasma.bevc.blacksburg.va.us
1996-04-21 08:56:32 +00:00
ache
8ffda8bd4b Exclude devices. Character ones modes changes often and proper names
guessing involves too much AI.
1996-04-19 22:28:01 +00:00
ache
08d55880df Use -X to be xargs-friendly
Check devices too, follow original BSD intention
Find only executable files with s-bits, close PR bin/1022
Reset locale to C to have equal results in any case
1996-04-18 10:34:07 +00:00
ache
8a2733c4b6 Back out my MOTIF_STATIC change, it is unnecessary 1996-04-16 11:47:29 +00:00
ache
8f3c03f2ee Document MOTIF_STATIC 1996-04-13 06:40:19 +00:00
markm
8e51ad64e0 Update the Entropy-Gatherer to reflect a better setup - do not
use IRQ1, as the keyboard hook already gets this timing info.

Also some slight improvements to the comments.
1996-04-12 14:24:59 +00:00
asami
677435d6ae Add commented-out definitions of HAVE_MOTIF and MOTIFLIB. 1996-04-12 09:28:14 +00:00
phk
2ecca44caa Add another good book to the required reading.
make a couple of rules more sensible.

Reviewed by:	phk
Submitted by:	jmb
1996-04-12 09:16:42 +00:00
asami
95bd22a7db Add phone (1167/udp). 1996-04-09 01:53:58 +00:00
joerg
b907a0f983 Add rplay.
Submitted by:	Andreas Klemm <andreas@knobel.gun.de>
1996-04-07 01:16:37 +00:00
mpp
a1e8a9fc58 Use the correct syntax for checking if /etc/rc.firewall exists. 1996-04-06 09:24:48 +00:00
joerg
1e13ce8c33 Mention the `amd' program version number. The amq(8) man page
mentions it as being Sun registered,.
1996-04-04 17:29:26 +00:00
phk
2757aa2513 Add skeleton firewall setup(s). Comments very welcome. 1996-04-03 17:13:59 +00:00
wollman
2fb2641ce8 Add /usr/share/examples/perfmon. 1996-03-28 21:17:42 +00:00
wollman
1f93afec09 Provide for creation of /dev/perfmon. 1996-03-26 21:04:54 +00:00
paul
413da7f127 Added creation of /usr/libdata and /usr/libdata/lint 1996-03-24 19:20:02 +00:00
nate
f4ddac1c49 Install rc.pccard to get PC-CARD support (when available). 1996-03-22 17:28:07 +00:00
adam
461ffb140d refer to RFC1918 for private networks, instead of obsoleted RFC1597 1996-03-20 15:29:10 +00:00
jkh
32378e9f3c Fix Nate's spamming of this file - every backquote needs a matching one.. :-) 1996-03-19 03:48:53 +00:00
nate
ed5e03f061 Added some comments regarding the apm device, and added support to
create the PC-CARD devices.

Note: The APM character special device is named /dev/apm and not apm0 as
was prvioiusly since only one APM device can exist in a system at a time
according to the the APM specifications.
1996-03-18 20:28:27 +00:00
nate
77e5218c04 Synchronize relevant changes from the most recent PC-CARD release. 1996-03-18 20:15:24 +00:00
phk
7ca7fd3f13 Fix the pccard install. 1996-03-17 20:37:03 +00:00
markm
587ddd1478 Hack-and-slash out the old 1.1.* stuff.
Later commits will bring in 4.4-Lite and 4.4-lite2 stuff.
Reviewed by:	bruce, rgrimes
1996-03-17 08:48:20 +00:00
nate
29bc133415 Renamed the relevant PC-Card support files to reflect the newest release. 1996-03-14 18:24:07 +00:00
nate
9456e6d3b0 PC-CARD hooks. Someday it will actually enable working code. :)
Reviewed by:	phk
Submitted by:	Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp> & BSD Nomads

I re-wrote alot of this, but the ideas are based on the code from the
most recent pccard-snapshot.
1996-03-12 15:39:26 +00:00
phk
0f366a2191 Move "dialer" to gid == 68. 1996-03-12 15:19:31 +00:00
phk
ec3bbe3e52 Move user & group "xten" from [ug]id == 100 to 67.
This is less likely to collide with site policies.
1996-03-12 15:17:29 +00:00
phk
4282bd5523 Remove ingres user. 1996-03-12 15:11:47 +00:00
ache
e4a5c7e8bc Add "ppp 3000/tcp" for Use-level PPP in daemon mode (-auto) 1996-03-08 10:54:00 +00:00
ache
a62f927ee0 Fix several places where interface netmask was in place of route netmask
Fix dialout device name
Add multi-phone example
1996-03-08 09:39:45 +00:00
asami
bbb31f602f Add NOPORTDOCS, similar to NOMANCOMPRESS. It prohibits additional
port documentation (which can be things like postscript manuals
describing every single of the 65,536 options) from being installed
into ${PREFIX}/share/doc.
1996-03-06 09:10:23 +00:00
jkh
7f5586556f Put the stty back here. 1996-03-06 05:25:01 +00:00
jkh
13dcb1bde2 Add back the stty commands I nuked - bad idea, sorry. 1996-03-06 05:23:00 +00:00
jkh
a3198ea724 Correct a typo in the sample AMD flags. 1996-03-06 03:59:15 +00:00
nate
19a4e99b6b Don't try running ruptime if /var/rwho doesn't exist. 1996-03-05 05:35:48 +00:00
adam
c2ef5cc04f added share/doc and man/cat9
moved bogus man/skel to share/skel
1996-03-03 10:57:35 +00:00
adam
d383aa294a "slow downs" --> "slowdowns" 1996-02-28 17:04:43 +00:00
wpaul
a47d11508a update suggested flags for rpc.yppasswdd (-t now does what -m used to do) 1996-02-24 22:13:06 +00:00
bde
55ec01c609 Added support for Cyclades and Digiboard devices.
Submitted by:	Daniel O'Callaghan <danny@lynx.its.unimelb.edu.au>
                + mods by bde
1996-02-24 19:51:25 +00:00
adam
934b5043d3 rpc.yppasswdd instead of yppasswdd 1996-02-23 10:44:49 +00:00
ache
90cd19ee4f Add examples/slattach 1996-02-17 19:46:43 +00:00
joerg
93cd79e39d Install newsyslog.conf.
Bothered me in:	 all recent SNAPs
1996-02-15 23:37:01 +00:00
adam
503b750e77 improve the comment for BOOTWAIT 1996-02-15 21:14:36 +00:00
wollman
31c6f5e3ad Don't make a netns directory. 1996-02-14 16:42:17 +00:00
pst
ea9b78e4dc Add gnatsd/prmsd. 1996-02-11 21:24:14 +00:00
jkh
0acd2cbce0 Remove my previous bogus comment about the relationship between the
static_routes and defaultrouter variables.  I'm glad I looked again, however,
as I realized that setting static_routes to NO in the case of a defaultrouter
would wind up with a bogus value for static_routes.  It doesn't really
hurt anything, but it's still wrong so I fixed it.  I think this whole routing
section of sysconfig needs a revisit - it's getting gross!
1996-02-11 04:07:27 +00:00
wosch
dd293c14d4 make share/calendar/hr_HR.ISO_8859-2 1996-02-09 13:40:27 +00:00
jkh
39a50ad71f Close conf/1007 and take this opportunity to correct a few long-standing
bogons with the way static_routes was being handled.  Also document
the fact that default_router overrides static_routes entirely.
1996-02-09 12:45:38 +00:00
jkh
dde45d6174 Add amd.map to BIN1 - having it here does no harm and makes activation
of the sample sysconfig entry (and amd) a snap.
1996-02-09 12:21:30 +00:00
jkh
117e17244d Close PR conf/589 - amd should only evaluate ${amdflags}.
While I'm at it, add a commented-out sample amd flags line to sysconfig
and drop a sample amd.map file in this directory for easy copying.
I know that this file's contents are highly site-variable, but the one I've
chosen for an example is also the one I've seen on 99.9% of the amd-using
sites I've visited.  I think it's a fair default.
1996-02-09 12:20:40 +00:00
joerg
abd4b2bcc5 Add `cfinger'. This ain't an official service, but is in use by the
finger data collection service of GNU finger.
1996-02-09 00:20:26 +00:00
ache
b71768add6 Remove netccitt, netiso 1996-02-08 04:54:34 +00:00
ache
7fc8f3dfdd Make share/calendar/de_DE.ISO_8859-1 1996-02-05 17:33:34 +00:00
pst
076cfa8917 Add support for Connectix QuickCam(tm) 1996-02-02 19:25:24 +00:00
mpp
f88cbd872d Another round of spelling fixes. 1996-01-31 15:03:18 +00:00
dg
3ce52e11e5 Updated to Nov 8, 1995 version from internic.net. 1996-01-31 11:23:00 +00:00
ache
b67dc5ec7b Add missing cat9 1996-01-29 12:34:43 +00:00
gpalmer
09b9c7fb63 Add an option to start mrouted. Off by default 1996-01-29 08:46:14 +00:00
bde
d22ac46d89 Use umask disk_umask=037 for all (writable) disks. Use umask
tape_umask=017 for all tapes.  This has a significant effect only
for ft and st (they were created with the wrong umask 002 and then
chmod'ed to mode 640; now they are created with mode 660).

Chmod the st control devices (mode 3) to 600.  These need to be
more secure than the st i/o devices, but were less secure.

Use the default umask of 077 for joy0.  002 gave mode 664, which
is insecure.

Use umask 037 for ch*.  Cosmetic.

Removed redundant chmod's.

Sorted case lists for disks.
1996-01-28 19:10:37 +00:00
gpalmer
3c1600fe38 Add (at long last) an option to say if you want to run the printer
daemon (lpd) or not. Set to run it by default.
1996-01-28 08:08:37 +00:00
pst
0001a2b248 Add dhcp aliases for bootp services 1996-01-23 11:14:41 +00:00
bde
78dcc14751 Added share/examples/{meteor,sliplogin}. 1996-01-21 17:28:46 +00:00
graichen
4799fe441e added the "-p" option to amd so that it writes it's pid to
/var/run/amd.pid and added the "-l /var/log/amd.log" option there too

added an entry for the "rotation" of /var/log/amd.log to newsyslog.conf
1996-01-16 08:04:06 +00:00
jkh
b0eee2c038 Add an entry for MTA-3230 3.5" magneto-optical drives.
Submitted by:	jbryant@argus.flash.net
1996-01-15 13:17:52 +00:00
ache
c944580e06 Add empty /var/log/slip.log creation to distribution: target where
other empty logs created.
Pointed by Bruce.
1996-01-10 21:22:28 +00:00
jkh
bca49c0812 echo setting of ${router} properly, e.g. between double quotes. :) 1996-01-08 04:50:18 +00:00
ache
f5a8f09c5a Put startslip syslog messages into separate file
Increase rotating log sizes in newsyslog.conf to reflect
more common case
1996-01-07 00:52:50 +00:00