Commit Graph

954 Commits

Author SHA1 Message Date
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