Commit Graph

874 Commits

Author SHA1 Message Date
perry 71c588580c cribloo -> criblog 1997-11-24 02:03:44 +00:00
mrg d2cfb19c3d print a warning if no swap devices are configured and "no_swap" is not YES. 1997-11-23 04:17:57 +00:00
mrg e7f9829b60 install empty games data files with the correct perms for a distribution. 1997-11-20 08:53:06 +00:00
fair ffa1ced6be add appropriate entry to make "random" as documented in rnd(4).
add "random" entry to "all".
1997-11-20 05:57:38 +00:00
mrg c70a2f5e64 make /usr/games/hide mode 750, and remove bogus /var/games/save entry. 1997-11-19 08:29:59 +00:00
phil 1c60498c17 Change sizes in boot3 for larger boot loader. 1997-11-18 01:14:42 +00:00
mrg dae7a8ed1d - remove additional `adding interface aliases:' message.
- add `ppp_peers' support, which will run `pppd call <peer>' for each
  peer listed in the ppp_peers file that also has a /etc/ppp/peers/<peer>
  configuration file.
1997-11-17 17:45:28 +00:00
agc ef7b4af515 Don't set username to man on the */cat? directories, as that username
might not exist on NetBSD.
1997-11-17 16:49:07 +00:00
agc d7aabd3e25 Add NetBSD RCS Id. 1997-11-17 08:20:08 +00:00
agc ab7ea0b72f Initial import of FreeBSD's X11 mtree file. 1997-11-17 08:17:44 +00:00
cjs d434714783 Add a minimal set of devices for install disks, etc. 1997-11-15 18:38:30 +00:00
veego f93c329b6d - s/samples\/ipf/examples\/ipf/ and remove the ./usr/share/samples entry 1997-11-13 09:48:06 +00:00
jonathan 040d2c120f Make symlink /dev/mouse -> /dev/fb0 for Xserver as part of 'all'. 1997-11-13 04:59:36 +00:00
thorpej aab15741b1 Add ./usr/share/examples/{svr4,ultrix}/etc 1997-11-13 03:15:59 +00:00
thorpej 8801848476 Add ./usr/share/examples/supfiles 1997-11-13 02:36:18 +00:00
jonathan 8fb5daf0f7 Allow etc.{$MACHINE_ARCH}/Makefile.inc to add files to BIN1, BIN2, BIN3. 1997-11-11 04:37:17 +00:00
jonathan 6ba565c4d3 Add options to rc.conf and rc to start xfs (x font server) and xdm.
Add entries to rc.conf.5.
While we're here, note that the domestic kerberos damons are still
Kerberos IV, not kerberos version 5.
1997-11-11 02:28:58 +00:00
mjacob 4261733b62 Ooops. It's blk=2,chr=12, not the other way around. 1997-11-08 20:56:35 +00:00
jonathan b0af934e5a Increase 'a' partitions from 16 to 32 mbytes, by stealing 16 Mbytes
from swap.  Sanity-check. With help from entropy@zippy.bernstein.com
1997-11-08 05:27:15 +00:00
scw 291b9b23f8 Add 'tty*' target for onboard serial ports. Include in list for 'all'.
(I'm surprised this wasn't spotted earlier...)
1997-11-07 21:29:21 +00:00
gwr 58ec6c7794 Add u?random (also use the mk function a couple more places). 1997-11-04 22:16:16 +00:00
jeremy bb2b303079 Added lkm [PR/4421]. <nathanw@mit.edu> 1997-11-04 15:21:00 +00:00
jonathan 840959cd6a Add a skeleton ld.so.conf which puts /usr/X11R6/lib on the default ld path. 1997-11-03 10:15:39 +00:00
jonathan f6cf10401f Changes to pmax MAKEDEV and /dev/ttys:
* Remove old MAKEDEV code for scc and dc that tried to map tty0 and
   tty01 to whichever major/minor were the two comm ports.
 * Use /dev/tty[abcd] for the scc driver,  in linearly increasing
   minor-number order.   (cf. NetBSD/sparc),
 * Use /dev/ttyD[0123] for the dc705 (DZ11 clone) driver, in linearly
   increasing minor-number order. (cf. NetBSD/vax).
 * Add the above entires to the pmax /etc/ttys.

While we're here, fix wrong major for tun, and comment out unsupported devices.
Addresses PRs pmax/4007, pmax/4330, pmax/4367.
1997-10-30 04:18:27 +00:00
fair cd60c56216 As absurd as it seems with PR#3063 dated 27 Dec 1996, we're pressed for time
before the 1.3 release, and must deal with the permissions of /var/mail in an
expeditious fashion. Therefore, 1777 is the way to go for now.
1997-10-29 21:26:05 +00:00
veego 9d2b967088 New console entry for the CyberVision64/3D (ttye7). 1997-10-29 20:10:53 +00:00
leo 377c33d6e9 Remove uses of config.new (Bernd Ernesti) and do some cleanups to match
reality.
1997-10-29 10:36:24 +00:00
mrg 96a74009df RCSid police. fix pr#4307 from Eric Haszlakiewicz: csh aliases broken with. 1997-10-28 03:33:18 +00:00
mhitch 40e258398f Create CDROM devices with correct minor: there are 16 partitions, not 8 per
device.
1997-10-27 23:53:06 +00:00
cjs e5a5043874 Make partition a of the 3.5" floppy label a 4.2BSD filesystem, rather
than unknown. (This now matches the i386.)
1997-10-27 04:45:38 +00:00
lukem 7c5015bdd6 for $check_uucp:
- use /usr/libexec/uucp/clean.daily instead of /etc/uuclean.daily
- use 'su daemon -c command' instead of 'echo "command" | su daemon'
1997-10-27 04:18:06 +00:00
lukem d5b4ca3bbf use /usr/libexec/uucp/clean.weekly instead of /usr/lib/uucp/clean.weekly [misc/4357], and use su user -c command instead of echo command | su user 1997-10-27 04:11:40 +00:00
hubertf 7dc328792c Also look in /usr/pkg/man for manpages.
Closes PR misc/4356 by Matthias Scheler <tron@lyssa.owl.de>
1997-10-27 02:55:07 +00:00
lukem 552f0dc291 Move /etc/daily from 02:00 -> 03:15, and /etc/weekly from 03:30 -> 04:30.
Should prevent problems during daylight savings changeover (which is usually
between 01:00 -> 03:00, depending upon the region) where the cronjobs
may be executed twice, or never at all...
1997-10-26 13:36:31 +00:00
chuck dcab1fe15c fix typeo in prev commit 1997-10-23 22:53:30 +00:00
is 560b960e0d finalize Objective-C support, closing PR 4200 by Peter Simons:
- add /usr/include/objc to mtree
- set libobjc/Makefile INCSDIR=/usr/include/objc
- put to-be-installed includes to libobjc/Makefile into INCS=
- add the Objective-C source files to the appropriate lists.
- as the objc include files are installed now, no need to patch most
  of the files.
- add /usr/include/obj/* to src/distrib/comp/mi
The changes have been applied to gcc2netbsd, and this script was then used
to create the new version of the files in libobjc/.
1997-10-22 12:56:37 +00:00
fair 245b25c2ef fix /var/mail permissions so that "dot locking" works. 1997-10-20 21:30:30 +00:00
veego 56c06eb279 Make devices for the CyberVision 64/3D. 1997-10-19 21:35:37 +00:00
is f44299d859 Add more audio devices. 1997-10-19 21:09:34 +00:00
hubertf 576b498857 Install BSD.pkg.dist in ${DESTDIR}/etc/mtree
(used from within bsd.port.mk)
1997-10-19 15:27:25 +00:00
thorpej c8d4b16d94 Add ./usr/include/bfd 1997-10-18 21:38:14 +00:00
mark 8f1122b19e Added qms device and removed quadmouse device.
Removed acd references.
1997-10-18 03:59:27 +00:00
fair 163ecaca80 fix /var/mail permissions for distribution 1997-10-17 19:16:43 +00:00
fair a10e2ce967 add mailq 174/tcp for zmailer MTA 1997-10-15 08:12:48 +00:00
drochner a06997e6bd Replace the (slightly broken) check to avoid double mounting of
filesystems by a correct one. (too bad that there was no agreement
about a mount option doing the same...)
Introduce a new rc.conf variable to mount user-defined filesystems
early in startup (eg for syslog, crashdumps, ...).
1997-10-10 09:37:54 +00:00
mycroft f087df6319 Search for man page source in section 3f. 1997-10-09 23:00:20 +00:00
cjs 02d94cd4ae Add /usr/libexec/sm.bin for smrsh programs. 1997-10-09 20:08:34 +00:00
mycroft dae4e5df82 Deal with files in the changelist that are added or removed.
* When a file is removed, move its .current file to .backup.
* When a file is added, create its .current file.
* In either case, send a diff against /dev/null.
Mostly from Jim Bernard in PR 4183, with the removal case fixed.
1997-10-08 16:13:44 +00:00
mycroft ca61184b11 Add a BIN3 for files installed with mode 0600 (e.g. hosts.equiv). 1997-10-08 10:47:42 +00:00
mycroft d7462e16b0 Make /usr/obj, /usr/src, /usr/pkg, and /usr/pkgsrc `ignore optional'. 1997-10-08 10:43:09 +00:00