Commit Graph

721 Commits

Author SHA1 Message Date
veego 0307359cda Added new device entries for ipfilter: /dev/{ipnat,ipstate,ipauth} 1997-07-07 22:29:35 +00:00
veego a902cc2ba7 Added a new device entry for ipfilter: /dev/ipauth 1997-07-07 22:26:51 +00:00
christos ea18ad7974 Run ntalkd as nobody.tty 1997-06-29 19:20:20 +00:00
kleink 44de15e66c Create ./usr/share/man/{cat,man}3/i386; from Anders Hjalmarsson
<Anders.Hjalmarsson@economics.gu.se> in PR misc/3794.
1997-06-26 21:20:19 +00:00
thorpej 650e452081 Before disk checks are performed, do a "swapctl -A -t blk" so that
block-type devices are available during disk checks, which may consume
large amounts of memory if large file systems are present.  Once "critical"
file systems (e.g. /usr and /var) are mounted, perform a "swapctl -A -t noblk"
to enable swapping on any swap files that may be listed in /etc/fstab.
1997-06-25 23:30:28 +00:00
mrg 790379bb6e add man5/i386 (noted by erik fair) 1997-06-24 04:23:32 +00:00
lukem fb34424eb0 * when checking /etc/master.passwd, read in /etc/shells for a list of
valid shells and then check each active account against that
* remove unnecessary ()s in a few printf's.
1997-06-24 02:32:38 +00:00
lukem ff2ea5d139 * take advantage of xargs -0 when finding devices and set?id files
* use 'ls -q' in the above, so that characters that may cause problems
  in the output are replaced with '?'
1997-06-24 01:16:47 +00:00
lukem d0b6172bfe Also check /etc/profile for setting of umask.
From Chris Jones <cjones@rupert.oscs.montana.edu> in [misc/3763]
1997-06-23 11:59:30 +00:00
lukem b07aea8e1c Ignore blank lines and comments in /etc/exports
From Jaromir Dolecek <dolecek@moria.ics.muni.cz> in [misc/3691]
1997-06-23 01:49:15 +00:00
lukem f067035d68 Add output of `uptime` to report.
From Hubert Feyrer <feyrer@smaug.fh-regensburg.de> in [bin/3220]
1997-06-23 01:45:21 +00:00
mrg 537136a76e add man8/sun3x, man1/i386 and man1/x68k entries. 1997-06-22 06:36:30 +00:00
mrg 9345f4e581 add man8/mvm368k directories. 1997-06-22 06:24:35 +00:00
mrg cbb4fa0bad add man1/atari directories. 1997-06-22 05:44:09 +00:00
veego 4056cdf683 Add a comment that you now must have swap entries to satisfy swapctl(8)
and add a swap entry for sd0b (copied from the i386 fstab.sd).
1997-06-21 15:40:03 +00:00
mikel 08146f8adc add /etc/profile 1997-06-21 06:10:03 +00:00
mikel 8736878363 add sample /etc/profile, cribbed shamelessly from csh.login. consists
solely of comments.
1997-06-21 06:07:38 +00:00
phil 0ed99f5f61 Correct cdev/bdev for cd*. 1997-06-18 21:09:36 +00:00
perry 0bea2a15f6 Note that you now must have swap entries to satisfy swapctl(8) 1997-06-16 00:58:49 +00:00
is 49e47cbf67 Build device nodes for audio device(s). Currently, only unit 0 == custom chip
audio.
1997-06-14 22:43:47 +00:00
mrg 277b52f964 use swapctl instead of swapon 1997-06-12 15:18:58 +00:00
jonathan 7945d5eccd Move sample configuration files for ultrix, sv4 compatiblity from
src/etc/etc.<emul>/ to src/share/emul/<emul>/etc/
1997-06-08 23:31:13 +00:00
jonathan 10efce06ab Sample /emul/ultrix/etc/svc.conf file for Ultrix compatiblity. 1997-06-08 09:10:21 +00:00
leo 6360466b8b Add ipfileter stuff. 1997-06-02 20:46:26 +00:00
thorpej 830bea2938 Add ipl, ipnat, and ipstate devices at the appropriate minors of
cdev major 7.
1997-06-01 09:23:57 +00:00
thorpej 4baed972cd Add ipl, ipnat, and ipstate devices at the appropriate minors of
cdev major 91.
1997-06-01 09:12:02 +00:00
oki 6806df2da7 Add ipl device 1997-06-01 01:23:36 +00:00
thorpej 7f29bb4668 Add ipnat and ipstate at the appropriate minor numbers off the ipfilter
device.
1997-05-31 23:52:55 +00:00
cjs 7a66732d34 Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
mikel d351214af2 bug fix and improvements, mostly from Enami Tsugutomo in PR misc/3681. 1997-05-30 05:18:59 +00:00
perry b19dbed52b update to version of May 19, 1997 1997-05-29 01:52:25 +00:00
leo 7b5d0624c9 Add device for new serial port. 1997-05-27 07:05:50 +00:00
cjs 5fd7ce7066 These updates to the build allow building against include files
and libs in the object tree, if you use a separate object tree,
while maintaining backward compatability with other build methods.
See the notes in src/share/mk/bsd.README for full details. Note
that the `make includes' target now only installs the include files
in the build directory (if you use one--otherwise they go in DESTDIR
just like before); `make install' will install include files in
DESTDIR.
1997-05-26 03:55:19 +00:00
kleink 7f69979797 Create /dev/ttyaN device nodes for Frodo-based APCIs. 1997-05-23 11:20:27 +00:00
cjs 4112a161ec Back out last commit; bug was fixed in 1.37, but differently. 1997-05-22 21:41:09 +00:00
cjs ab82fdc6b5 The interface setup loop was adding every interface in `ifconfig -l`
to $configured_interfaces because it never checked to see if if it
actually configured that interface. For this reason it was setting
$configured_lo0 as well, so that never got configured, causing all
sorts of problems.
1997-05-22 21:29:49 +00:00
jeremy 7c78d92d27 Forgot 'cat' directories. 1997-05-21 22:50:12 +00:00
jeremy 768be5bb21 Added architecture dependent subdirectories to man9. 1997-05-21 22:46:08 +00:00
lukem c7acdd0732 Change interface config test so that the loop is always continued
if the interface wasn't configured, so that $configured_lo0 and
$configured_interfaces won't get incorrectly set if $net_interfaces ==
DEFAULT. From enami tsugutomo <enami@ba2.so-net.or.jp> in [misc/3635]
1997-05-17 14:12:24 +00:00
lukem 1b063db228 wrap $configured_lo0 in quotes, so that it doesn't barf if it's not set.
noticed by Thorsten Frueauf <frueauf@ira.uka.de> in [misc/3620]
1997-05-15 02:09:27 +00:00
lukem c20c8f0d8d fix up minor typos in comments 1997-05-12 23:40:50 +00:00
lukem 54e2fe6d7e provide empty settings for $hostname, $domainname and $defaultroute,
with comments indicating alternation locations for info
1997-05-12 11:33:31 +00:00
lukem 1775d86183 * add support for $hostname, $domainname, $defaultroute and $ifaliases_XXX
* only configure lo0 if not configured by the "configure interface" loop
1997-05-12 11:26:10 +00:00
mikel 1e90223347 ntpdate is not a daemon, and add comment for kerberos_server 1997-05-12 05:00:13 +00:00
cjs 0dd1ac7fc9 Make xntpd put its pid in /var/run/xntpd.pid. 1997-05-11 05:08:16 +00:00
gwr 538bd898e9 add /dev/leds 1997-05-06 18:42:27 +00:00
scottr bf904a4665 Spawn a separate shell for netstart, making sure to check the return value
and exit with error if appropriate.
1997-04-29 04:58:38 +00:00
scottr a35572dc38 Source rc.conf to pick up network-related configuration variables. 1997-04-29 04:55:05 +00:00
perry 36b2c99667 Add support for an ntpdate_hosts variable.
settings:
	NO:	don't run ntpdate on boot
	DEFAULT:extract a list of hosts from /etc/ntp.conf
	otherwise, a list of hosts to poll with ntpdate
1997-04-27 23:17:56 +00:00
mikel 93d6d76d2b /usr/games/hide is owned by games.games, /usr/src has mode 755,
/var/at is owned by root.wheel.
1997-04-25 06:58:52 +00:00