Commit Graph

1096 Commits

Author SHA1 Message Date
mycroft
0d67d0dcc3 Nuke myname. 1997-09-07 10:08:31 +00:00
mycroft
6fd4b6ac56 Remove totally bogus default host name. 1997-09-07 09:49:49 +00:00
mycroft
be208d150c Hard-code the loopback address; it never changes, and we do *not* want to be
doing name lookups here (by default, at least).
1997-09-07 09:47:31 +00:00
leo
3d37936e8d Extend with:
- a bit more of descriptive text
	- an example of the new way swap devices are defined
	- an example of the '-G' flag for GEMDOS-flavored msdos filesystems.
1997-09-02 19:59:23 +00:00
leo
7991f3f025 Remove fdN and rfdN before their node creation. 1997-09-02 19:56:56 +00:00
pk
46ac7ce9eb Don't copy files which are no longer here. 1997-08-31 23:22:02 +00:00
cjs
ebb2301a41 Prune unused function. 1997-08-30 03:34:29 +00:00
veego
fb559c8dc2 Add a check if sshd exists and comment out the sshd startup and the test.
Not everyone has a sshd on his system.
1997-08-29 10:29:07 +00:00
veego
fb251b85eb Only start programms which we started in the previous version (1.15)
and also don't use the PATH with /usr/local/sbin:/usr/local/bin .
1997-08-29 10:22:24 +00:00
veego
61cf6ecccc s/rc.func/rc.subr/ 1997-08-29 10:09:38 +00:00
veego
d1307e8424 Curt, what is in rc.func ?
I only see rc.subr so I renamed rc.func to rc.subr.
1997-08-29 09:33:34 +00:00
veego
08b399c5ce Add rc.subr to BIN1 1997-08-29 09:28:50 +00:00
cjs
c3b0e18db8 Split rc.conf variables for starting programs into two: an on/off
switch and a set of flags. Get rid of DEFAULT flags entirely. Print
warnings if on/off switches are not set, or are set incorrectly.
Add a shell function to simplify this on/off switch testing.
1997-08-29 02:24:04 +00:00
mycroft
39709ef236 Don't require the host name to be set here. 1997-08-28 18:18:17 +00:00
thorpej
5b004f0ce6 ldconfig processes /etc/ld.so.conf internally; run it without cat'ing
the contents into an argument vector.
1997-08-26 19:35:33 +00:00
perry
a8f17a8bdb update to version 1997082200 from Internic. 1997-08-24 15:50:47 +00:00
lukem
8ab86c4242 * add enss* to ss*
* use $0 instead of MAKEDEV
* remove superfluous umasks
1997-08-22 15:35:12 +00:00
lukem
ed0a7677a8 * unlink devices before attempting to mknod them
* remove superfluous umasks
* replace `eval ...` with $((...)) or ${i#...}
* use $0 instead of MAKEDEV
* warn on unknown devices
* add enss* to ss*
* ensure tapes are root.operator 660
1997-08-22 15:30:49 +00:00
lukem
96f44170dc * use $0 instead of MAKEDEV
* use $((...)) instead of `eval ...`
* st* and md* are now root.operator 640
* reset the umask after running MAKEDEV.local
1997-08-22 15:02:12 +00:00
lukem
e9aa93e046 obsolete stuff that's be superceeded by /usr/src/distrib/... 1997-08-22 12:27:46 +00:00
lukem
f27e440f72 * remove superfluous umasks
* st* perms are 660 not 640
* ttyv* isn't a special case on the sparc (it's an i386-ism)
* add enss* to ss*
* use $0.local instead of MAKEDEV.local, and reset the umask afterwards
1997-08-22 12:25:16 +00:00
lukem
49d132729c these are *way* out of date... 1997-08-22 12:24:25 +00:00
lukem
3554ac334d * use $0 instead of MAKEDEV
* remove devices before mknod-ing them
* use ${i#...} and $((...)) instead of `eval ...`
* tz* has perms 660 root.operator (instead of 666 root.wheel)
* consolidate a few devices into one case, with internal switching
  for the slight difference (usually unit name and major number)
* reset the umask after MAKEDEV.local
* don't treat ttyv* specially - it's an i386-ism
1997-08-22 12:16:28 +00:00
lukem
b790d7bce9 ttyv* shouldn't be treated specially on the hp300 (it's an i386-ism) 1997-08-22 12:06:27 +00:00
lukem
d4a3164363 ttyv* shouldn't be treated specially on the alpha (it's an i386-ism) 1997-08-22 12:04:03 +00:00
lukem
607e11fb8a * add enss* to ss*
* st* has perms 660 not 640
* use $0 instead of MAKEDEV
* reset umask after MAKEDEV.local
1997-08-22 11:34:30 +00:00
lukem
cdfa15cb5b * st* has perms 660 not 640
* add enss* to ss*
* invoke MAKEDEV.local as $0.local, and reset the umask afterwards
1997-08-22 11:30:57 +00:00
lukem
fcbf94775b * add enss* to ss*
* st* has perms 660 not 640
* invoke MAKEDEV.local as $0.local, and reset umask afterwards
1997-08-22 11:26:01 +00:00
lukem
5629b8d007 * st* and wt* have perms 660 instead of 640
* add enss* to ss*
* invoke MAKEDEV.local as $0.local
* reset umask to 077 after running MAKEDEV.local
* warn on unknown devices
1997-08-22 11:19:43 +00:00
lukem
81cdcf7570 * use $0 instead of MAKEDEV
* set ct* mt* and st* to root.operator 660 (not root.wheel 666)
1997-08-22 11:10:42 +00:00
lukem
1d665a7616 * use $0 instead of MAKEDEV
* remove superfluous umasks
* st* perms are 660 not 640
* ensure md0 and rfd0c get the correct perms
* add enss* to ss*
1997-08-22 10:55:18 +00:00
lukem
3e16910ca2 remove enss* before we try & mknod it 1997-08-22 10:46:27 +00:00
lukem
7cb2956f2d * st* has perms 660 not 640
* add enss* to ss*
* md* is root.operator 640 not root.wheel 600
* use ${i#...} instead of `expr ...`
* use 'sh $0.local' not 'sh MAKEDEV.local'
* warn on invalid devices
1997-08-22 10:41:17 +00:00
lukem
93f6aeeee8 use 'sh $0 ...' instead of 'sh MAKEDEV ...' 1997-08-22 10:32:28 +00:00
lukem
fca196598f * use $((...)) not expr ...
* st* has perms 660 not 640
* use $0 not MAKEDEV
* add enss* to ss*
* remove superfluous use of umask
* ensure umask is reset after running MAKEDEV.local
1997-08-22 10:28:06 +00:00
lukem
237c80a5db * set perms on st* to 660 not 640
* remove superfluous umask
1997-08-22 10:14:45 +00:00
lukem
89fa41e9da - correct use of generated temporary files.
- clean up comments and generated output.
- clean up $SECUREDIR if SIGINT or SIGQUIT received.
- .rhosts may have to be world readable in NFS environments, so allow it to be.
- update list of disks to check for reasonable permissions
- don't show differences in /etc/master.passwd, as the encrypted strings may
  be sent. From reading comments earlier in the script, this was the intention
  anyway. Fix from Jim Bernard <jbernard@tater.mines.edu> in [security/3994].
- when checking /etc/ftpusers, skip comment lines and only match full
  usernames.
  XXX: this should be enhanced to check lines of the enhanced ftpusers format.
1997-08-22 09:40:17 +00:00
agc
44579dfa67 Remove the uname=man lines as NetBSD doesn't seem to have a user called
man.

Add NetBSD RCS Id.
1997-08-20 15:41:11 +00:00
agc
51e120ae5a Import FreeBSD's etc/mtree/BSD.local.dist as etc/mtree/BSD.pkg.dist.
This is for use with the FreeBSD ports system.
1997-08-20 15:23:33 +00:00
mikel
71d389d416 include hostname in subject of email with results of running *ly
scripts; from Jim Bernard in PR misc/3996
1997-08-20 07:18:41 +00:00
veego
94c1e883f6 Added missing en$name$unit entry for the chmod command in ss*).
Noticed by Luke Mewburn on tech-security.
1997-08-19 18:39:56 +00:00
lukem
a563ca4687 As per [bin/1814] from Arne Juul <arnej@imf.unit.no>, and discussions
with matt green <mrg@netbsd.org> (to shut up /etc/security)
* set ingres account shell to /sbin/nologin
* set ~daemon to / (not /root)
1997-08-19 15:07:12 +00:00
lukem
67087092d4 remove incorrect vn* entry, as vnd* exists and vn* doesn't work anyway 1997-08-19 13:33:04 +00:00
lukem
0f26a04544 * ensure that check for '.' in root's $PATH doesn't yield a false positive.
fix from Jim Bernard <jbernard@tater.mines.edu> in [security/3995]
* detect empty :: elements as '.' in a sh(1) path (leading :, trailing :,
  or ::)
1997-08-19 12:08:35 +00:00
augustss
912c4ee11f Create /dev/audioctl and allow creation of multiple audio devices. 1997-08-18 21:23:12 +00:00
cjs
d10a9ab09b Move ntpdate before `starting network daemons' to get cleaner output
during boot. Besides, it's not a daemon anyway.
1997-08-05 03:32:51 +00:00
lukem
edbafa0300 4.4BSD has the ability to automagially add a route to localhost from
an interface to first time its address is referenced.  Therefore:
* configure lo0 before all other interfaces (rather than afterwards).
* don't explicitly add a route from `hostname` to localhost
1997-08-04 06:09:49 +00:00
perry
e77a6f04d3 Finally finish fixing pr-230 by assigning minor+8 and minor+16 device
names for the lower density minor dev numbers. My shell code would
even work for a wt1 device, but I would seriously pity anyone trying
to get two of these things to work on one machine. Heck, no one should
even try to use ONE wt device.
1997-08-04 03:50:26 +00:00
perry
2a376043c7 add apmd to /etc/rc and /etc/rc.conf per Lennart Augstsson in pr 3313 1997-08-03 22:24:20 +00:00
leo
b9906e7600 Use DISKUNIT macro to encode md's unit in the minor number. 1997-08-01 19:38:30 +00:00
perry
07a71fdfd0 Make MAKEDEV and MAKEDEV.local mutually consistant. Reported in
pr #2596 by Tatoku Ogaito, but my fix is different from his.
This is purely an aesthetic change.
1997-07-31 04:08:15 +00:00
perry
e53ae14bdd Fix boot time vi recovery as reported by NAKAJIMA Yoshihiro in pr-3430
Really weird bug. On inspection, the shell code in rc looked fine, but
when tested, sure enough, the semantics of the shell were not what I
thought they were. Very unexpected to me, and obviously to the
hundreds of people who must have read those lines without seeing that
they were broken.
1997-07-31 03:35:39 +00:00
perry
7bd6622ead make some items 'optional' -- per pr-3663 from Erik Bertelsen 1997-07-31 03:03:13 +00:00
mark
0c0a1966bb Use the Pc entry from gettytab for our virtual terminals. 1997-07-31 02:34:18 +00:00
perry
ea4d1ded44 1) close my own pr-2502 by adding ce and ck to default
2) substantial cleanup. In particular, I got rid of lots of
   egregiously obsolete entries, and I got rid of obsolete
   capabilities in the only mostly obsolete entries, etc.
1997-07-31 00:38:30 +00:00
perry
9dee21c94e add a default minfree file (requested by David Brownlee, pr-1577) 1997-07-30 22:17:55 +00:00
phil
851aef5327 Add ta=4.2BSD to both floppy3 and floppy5 entries. (If you are
disklabeling your floppy, you are most likely putting on a 4.2BSD
file system.  This is in support of the distrib/i386/floppies
building via vnds.)
1997-07-29 18:46:06 +00:00
mark
fb64b594bc Added a ramdisk option to build all the devices needed for an install
ramdisk.
Reformatted a couple of lines.
1997-07-28 17:41:59 +00:00
mark
b7b4948831 Added swap entry and a nice set of comments. 1997-07-28 17:38:45 +00:00
phil
ffde90f14b Make all tty??/pty?? pairs that can be opened by openpty().
Remove use of awk for generating names.
Make all consistent as possible.
Closes PR 3420.
1997-07-23 01:29:36 +00:00
phil
840d172649 Make all MAKEDEVs make fd/* similar. No need for awk or expr.
Inspired by PR 3420.  Some MAKEDEVS had the fd separated out
of std and fd added to std.
1997-07-22 23:13:05 +00:00
phil
779c94c7af Allow routes to be flushed in netstart (rc.conf option, default YES).
PR 3228.
1997-07-22 18:41:08 +00:00
perry
1edc7aef02 fix 3885 from Matthias Scheler -- print out the name of each loaded module 1997-07-18 23:38:52 +00:00
phil
a621321b0e Add /usr/share/sendmail/cf that got missed in original addition of
/usr/share/sendmail/*.  Closes PR 3881.
1997-07-17 20:45:01 +00:00
mark
237e1b7fb6 Create wd2 and wd3 device files for 'all' and 'floppy' options. 1997-07-17 00:12:55 +00:00
phil
bc41d19ad5 Add /usr/share/sendmail tree to distribution. 1997-07-16 23:33:59 +00:00
veego
fb68fae55e Move savecore up before named to get a dump on low memory systems and
move 'mount -a' between yp and nfs daemons.
1997-07-15 11:19:20 +00:00
drochner
4e045b6b43 Take 2 to get the mount order "right", taking care of possible LKM
loads before netstart this time.
LKMs can be loaded at 3 strategic places in /etc/rc - before netstart,
before "mount -a" and after all. "before netstart" works only if
the /usr filesystem is local (or on NFS, if root is too).
An additional field ("when") in lkm.conf controls when the LKM is
loaded.
1997-07-14 11:55:44 +00:00
hpeyerl
93f2294467 Satellite receiver driver for ISA cards from PlanetConnect by Jason and
Herb for Canada Connect Corp.
1997-07-13 19:29:17 +00:00
hpeyerl
91e0832cae Satellite receiver driver for ISA cards from PlanetConnect by Jason and
Herb for Canada Connect Corp.
1997-07-13 19:16:59 +00:00
veego
a6fe27dced Back out the last two commits for now till we find a better way to fix
the mount problems.
1997-07-11 12:01:06 +00:00
veego
6553fa7064 rc.lkm needs /usr/bin/ld, so try to mount it with -t nonfs before rc.lkm. 1997-07-11 09:06:59 +00:00
phil
ce3196e8dd Allows root to specify a MAILTO and have the security report mailed to
the same user as the daily output.  If $USER is not root or MAILTO is
not set, MAILTO is set to root.  Closes PR 2409.
1997-07-11 00:36:55 +00:00
drochner
d9dfde6362 Mount only "/" at the beginning (instead of all non-NFS filesystems).
This makes that the ordering of fstab is used for mounts which is
a) more intuitive and b) needed if {mfs,union,...} on top of NFS
is wanted.
1997-07-10 13:43:14 +00:00
mikel
34164c8eea make toor's shell explicit to shut up /etc/security 1997-07-10 06:38:35 +00:00
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
mikel
6b7ae36087 /dev/fd should be owned by root.wheel, mode 755 (like /dev)
add 'ignore' tag for /usr/src
tabify, always give uname before gname, octal modes have leading 0
1997-04-25 06:57:23 +00:00
mellon
cd9ae1f9a8 Document dc flag and use it for hardwired lines. 1997-04-24 00:35:47 +00:00
perry
889bcd37bc make motd update conditional on an rc.conf variable (update_motd), and
move it before interactive logins are possible (just in case).
1997-04-23 01:24:22 +00:00
mycroft
d8dcc6580c Don't list directories with the setuid bit set or FIFOs. 1997-04-21 17:38:39 +00:00
mycroft
df1a64b9f5 Minor cleanup. 1997-04-21 11:19:57 +00:00
mycroft
4a0848acd9 When doing security checks in user home directory, sort by home directory, to
optimize lookups a little.
Also, add some more files to the naughty lists.
1997-04-21 11:14:41 +00:00
perry
8c70b4d638 move last items from rc.local to rc; rc.local is now actually for local stuff. 1997-04-19 03:10:57 +00:00
mikel
cae2f3b253 make /etc/aliases check a bit more discriminating: the line must be
uncommented, and it must contain a '|' character (forwarding to program).
1997-04-17 07:42:07 +00:00
pk
c8f5ee730d Add sound & mixer device nodes (Jesper Nilsson; PR#3342) 1997-04-16 23:19:25 +00:00
mrg
046720d7d4 disable decode: alias. 1997-04-16 01:36:15 +00:00
cjs
c19956dcd1 Update for recent changes to ftpd(8). 1997-04-06 07:53:20 +00:00
leo
96ba57bbba Also generate the wd device nodes. 1997-04-04 21:00:53 +00:00
kleink
47f9ae0ae6 mountd was moved to /usr/sbin ; pointed out by Thorsten Frueauf. 1997-04-03 11:00:16 +00:00
perry
3deb2910ff Add /var/log/authlog and /var/log/xferlog.
The permissions and especially ownerships of all the /var/log files
should be re-examined -- bin:bin really isn't right for these files.
1997-04-02 05:23:49 +00:00
cjs
1470f854b3 Move network interface config after programs run on boot-up, to match
the order this actually happens in at boot time.
1997-04-02 01:59:04 +00:00
perry
680e326705 Change the way interfaces are configured on startup.
We no longer do /etc/hostname.* files, we do /etc/ifconfig.* files
instead, which contain lines each of which is fed to
ifconfig in turn. A new variable, net_interfaces, controls which
interfaces get brought up, by default, ifconfig -l is used to find a list.
1997-04-01 19:36:17 +00:00
mycroft
6f6e264129 Use a shell loop to build fd/*, rather than an awk script. 1997-03-31 21:28:24 +00:00
mycroft
736a7ada1e Unroll the pty creation loop. 1997-03-31 21:23:34 +00:00
veego
640697a2be Flush old filter rules and enable ipf again after the fix for
src/sys/netinet/ip_fil.c revision1.7
1997-03-30 19:08:14 +00:00
mikel
a38935b7bf /etc/netstart doesn't need to be executable.
use four digits for all of the modes.
1997-03-26 07:41:55 +00:00
perry
9e2aafedeb remove chroot on pwd_mkdb -- use -d option instead 1997-03-24 18:10:00 +00:00
cjs
7819184cce Re-ordered and added comments to match new rc.conf.5. 1997-03-23 07:57:24 +00:00
cgd
1d27905d84 fix bogon in the ImageDisk entry, add an entry for 3.5" floppies (useful
for making floppy images w/vnd).
1997-03-18 19:55:00 +00:00
sommerfe
80dde71f07 Add assigned numbers for ipsec and ipv6 protocols 1997-03-18 03:49:39 +00:00
thorpej
2c8588d217 Add the "se" device. 1997-03-18 01:43:51 +00:00
cjs
ec30dbdca7 Added mopd. 1997-03-17 00:02:02 +00:00
mycroft
064ae677a0 Use 8 bits by default. 1997-03-14 20:41:51 +00:00
perry
a8e367fd64 renamed to NetBSD.dist 1997-03-13 04:34:14 +00:00
perry
9eac259efc mtree/4.4BSD.dist -> mtree/NetBSD.dist 1997-03-13 04:32:11 +00:00
perry
7f3db6ce0d add cat8/pmax and man8/pmax 1997-03-13 03:36:59 +00:00
mycroft
100297bdf2 Eliminate another `X'. 1997-03-12 19:23:32 +00:00
mycroft
2564c9e659 When displaying the names for statd and lockd, include the `rpc.'. 1997-03-12 19:21:26 +00:00
mycroft
773a52a313 Add . GC , which isn't used. 1997-03-12 19:15:16 +00:00
mycroft
0e6463ba0a Do the DEFAULT thing with mountd_flags. Don't output an extra
newline for statd and lockd.
1997-03-10 10:15:11 +00:00
mycroft
814cb67087 Minor cleanup. 1997-03-10 09:45:58 +00:00
mycroft
40202c2514 Minor cleanup. 1997-03-10 09:34:59 +00:00
mycroft
2069c0127b If foo_flags is DEFAULT, run the program with a default set of flags. Most
users will use this, and therefore will never have to worry about flags
changing between releases.  It's also a bit less error-prone.
1997-03-10 09:16:13 +00:00
scottr
ba3dca973c Add configuration flags for lockd/statd, and start them if an
NFS server or client is configured and the flags are not NO.
1997-03-10 06:32:37 +00:00
mikel
8a50dcb5df eliminate dangling references to config.old;
from Klaus Klein in PR misc/3295.
1997-03-06 23:41:22 +00:00
mikel
d015ce73e5 GENERIC{AHA,OTHER} have been merged into GENERIC; fixes PR port-i386/3274. 1997-03-04 06:30:01 +00:00
mikel
bd39709bf4 undo last change; we do use krb4 and we do need these files.
add RCSID to README.
1997-02-26 05:37:04 +00:00
mikel
4c965051fa clean up remnants of kerberosIV from Lite2. we use kerberos5, which
lives in src/domestic.
1997-02-26 05:04:45 +00:00
mikel
1e59980d14 merge in 4.4BSD-Lite2 changes. only SCCS IDs were changed, since all
of the lite1-lite2 differences were either already present or
inappropriate.
1997-02-25 07:37:19 +00:00
mikel
a22d6abc89 import 4.4BSD-Lite2 1997-02-25 07:12:42 +00:00
cgd
cf4d64cd22 add a couple more useful entries 1997-02-24 17:31:31 +00:00
mikel
724ccf9f91 Merge in some changes from Lite-1:
- send mail.crit to console
- add comment re: authpriv
- add sample line for UUCP (commented out)
1997-02-21 09:04:26 +00:00
mikel
57a32a3776 merge lite-1 changes (ftpwelcome, .klogin perms).
also eliminate redundant copy of motd.
1997-02-21 08:14:08 +00:00
scottr
60474c3689 Whoops. That's asc0, rather than simply asc. 1997-02-19 07:53:42 +00:00
perry
94dd59b832 Update to Jan 22, 1997 version from InterNIC 1997-02-18 19:38:10 +00:00
mikel
4f1732c6e0 remove leftovers from lite-1 merge. 1997-02-16 08:17:22 +00:00
matthias
1861a56874 Add /dev/ipl. 1997-02-15 10:28:13 +00:00
mikel
ef538c3176 cleanup Lite-1 merge 1997-02-15 10:02:07 +00:00
mikel
ae06cfb1cf import 4.4BSD-Lite 1997-02-15 05:27:21 +00:00
mikel
5b5eddafe2 Don't leave logs in /etc/mtree; from Andrew Wheadon in PR misc/3106.
Also fixed some comments.
1997-02-14 08:52:05 +00:00
scottr
6b91a6b891 Add asc device 1997-02-11 08:01:03 +00:00
pk
e55f4e99bf Missing `)'. 1997-02-10 00:19:08 +00:00
mrg
ffabdc3a7a oops; use $savecore_flags. from kilbi@rad.rwth-aachen.de 1997-02-07 08:59:18 +00:00
ragge
4ffaf6dd1c Add device nodes for DL11. 1997-02-04 19:24:36 +00:00
cgd
5e3479c300 clean up slightly, add wd and fd (even though they don't have drivers in
the kernel yet).
1997-02-03 20:11:09 +00:00
mark
77a2b28277 Add disktab entry for mdroot and miniroot. 1997-02-03 02:51:51 +00:00
mrg
b4891ddaae don't need -E to ipf. 1997-01-28 06:33:36 +00:00
scottr
3fb4736258 ipl is device major 35, not 36. 1997-01-26 08:11:21 +00:00
briggs
c794772836 PTY Master is 5, slave is 4. This has been wrong for a long time. How? 1997-01-22 19:31:37 +00:00
mikel
85e2541022 install namedb files from subshell so distribution target will work
with -j; from PR misc/3116
1997-01-22 04:10:42 +00:00
mycroft
84250ffb70 Turn off echo, discard, and chargen by default. 1997-01-20 06:10:24 +00:00
mycroft
7bc37e3777 Turn off expire_news and run_fsck by default. 1997-01-20 06:08:36 +00:00
oki
b61dacb453 Fixed typo. pointed out by MINOURA Makoto. 1997-01-18 11:18:05 +00:00
perry
e022bb3040 close 3095 from Andrew Wheadon -- prefix dummy entries with . 1997-01-18 04:11:06 +00:00
perry
21e443a885 mail.rc now installed by 'make distribution' -- fixes pr-3015 1997-01-16 23:10:16 +00:00
scottr
9781227389 Add ipl device. 1997-01-13 23:38:43 +00:00
mikel
d511e1bc80 update to match reality; PR misc/1075.
also added new files in /etc.
1997-01-11 07:28:34 +00:00
thorpej
81e84482e0 Add missing "\". 1997-01-09 06:38:16 +00:00
mikel
a4b0df8ac6 fix typo 1997-01-09 05:44:46 +00:00
mikel
51e8626508 RFC 1597 has been obsoleted by RFC 1918. 1997-01-09 05:33:14 +00:00
mrg
4dcb246ef0 add files related to the new rc world order. 1997-01-08 23:59:50 +00:00
veego
2fadfb1a2f add 'ipl' device node entry, for ip-filter. 1997-01-07 08:04:19 +00:00
tls
9d9af955fb The Kerberos server host should run kadmind, so users can change their passwords! 1997-01-07 04:35:50 +00:00
hpeyerl
09920ad438 add /var/cron/tabs/root. 1997-01-07 03:56:47 +00:00
cgd
45d3ac17e1 add 'ipl' device node entry, for ip-filter. 1997-01-07 00:10:07 +00:00
mark
2595ae2af9 Added ipl ip filter device. 1997-01-06 02:56:36 +00:00
thorpej
629c24fcf4 Add "ipl" device. 1997-01-05 21:32:17 +00:00
thorpej
e83414c602 Use shell arithmetic rather than expr(1), per Charles Hannum. (Wow,
a major speed improvement on an hp319!)
1997-01-05 21:21:43 +00:00
veego
c3bbca084b add /usr/sbin to PATH. 1997-01-05 20:42:57 +00:00
veego
e26b100bee create ipl device. 1997-01-05 20:41:01 +00:00
ragge
3896082c5a Add rd, sd, cd, md, st, ss, uk, ch and ipl device entries. 1997-01-05 18:49:12 +00:00
mrg
8607697348 create ipl device. 1997-01-05 13:49:32 +00:00
mrg
3b98afb4c5 move start-time configuration from netstart, rc, rc.local into
the new /etc/rc.conf.  this also includes the following changes:

	netstart:  ifaliases now includes a netmask, to ensure
		   aliases work.

	rc/rc.local:  make _everything_ based on configuration
	in rc.conf.  also move things around such that DNS and
	YP are started early enough that other daemons needing
	their services also exist.  move ldconfig from rc.local
	here, and also make it use /etc/ld.so.conf if it exists.
	run /etc/rc.lkm if it exists, a boot time.
1997-01-05 12:01:54 +00:00
mrg
52a5311c49 add rc.lkm and lkm.conf, to be run from /etc/rc. 1997-01-05 11:47:53 +00:00
mrg
a9efb63860 add configuration file for security, as security.conf.
the file allows each action taken by security to be
turned on or off.
1997-01-05 11:46:12 +00:00
mrg
016b324a94 add configuration file for daily, weekly, montly, as
daily.conf, weekly.conf and montly.conf.  the file
allows each action taken by all scripts to be turned
on or off.
1997-01-05 11:21:09 +00:00
mrg
4731be4264 add local, R5 and R6 whatis directories. 1997-01-04 14:04:59 +00:00
mrg
8708ba6659 remove redundant path directories. 1997-01-04 14:04:34 +00:00
mrg
7f44e3e76e add new files. 1997-01-04 14:04:09 +00:00
mrg
9d18dd7b36 comment localised configuration. 1997-01-04 14:03:32 +00:00
pk
4bb3612c55 Device rename: rd' => md' 1997-01-01 23:46:17 +00:00
mrg
ca69bed024 turn off internal udp services, and log rshd connections; ideas from openbsd. 1996-12-29 03:32:44 +00:00
mrg
bdfb38a243 comment some localised entries; idea from openbsd 1996-12-29 03:30:09 +00:00
mrg
e7ebd3975e add nfs and ircd 1996-12-29 03:25:34 +00:00
mrg
702d0ff147 add /bin/ksh 1996-12-29 03:23:07 +00:00
mrg
160f67a956 add ftp-bugs; idea from openbsd. 1996-12-29 02:41:23 +00:00
veego
d9ec74b797 MAKEDEV
- Add ch and uk devices.
- Add ttyC devices nodes for the A2232 board (msc*).
- Remove expr calls.
- Change the ss device number from 25 to 37,
  ATTENTION: you need to rerun /dev/MAKEDEV to update your devices files.
1996-12-20 17:24:45 +00:00
leo
977de7d51c Add rtc-device. 1996-12-16 21:30:37 +00:00
mrg
c82951e68c add inetd_flags, mostly from <jbernard@tater.Mines.EDU> in pr#2987 1996-12-04 12:55:33 +00:00
lukem
f355fafa1d AUTHPRIV syslog messages go to /var/log/authlog instead of /var/log/secure
(in line with other systems)
1996-12-04 05:10:42 +00:00
jtk
840a8b60a9 add floppy formatting table 1996-11-29 16:31:54 +00:00
jonathan
ff62bb6144 Fix missing continuation char for added su# line. 1996-11-28 09:08:14 +00:00
jonathan
5bffc0a5e9 * Add copy of Alpha RZ25 disktab entry, modified to pmax-size partitions.
* Add :su#: entry for the RZ58, which uses ZBR and is larger than
  multiplying out ns, nt, nc would suggest.
* Add some entries for locally-popular third-party disks, again
  adding :su#: entries, as examples..
1996-11-28 03:22:34 +00:00
mark
ae3ad75501 Eradicate all the expr goo by following Charles' example with the i386
MAKDEV.
1996-11-23 04:22:45 +00:00
scottr
d4f266fe78 Add missing generic devices, and avoid expr(1) in the way that
Mycroft did in the i386 MAKEDEV.
1996-11-21 08:28:44 +00:00
lukem
b06fb1f02b - send authpriv to /var/log/secure only (not to console or /var/log/messages)
(closed [misc/574])
- send ftp to /var/log/xferlog
- prevent anything that goes to a restricted file (e.g., /var/cron/log)
  ending up in /var/log/messages
- rotate /var/lgo/secure
- install the default logs with permissions consistant with those
  set by newsyslog.conf (and commonsense)
1996-11-20 04:33:24 +00:00
pk
c27ed88032 Deal with missing cgtwo', uk' and `ss' devices. 1996-11-12 00:00:45 +00:00
pk
618f2d5911 Eliminate lots of expr(1) calls, as suggested by Charles. 1996-11-11 22:34:51 +00:00
mikel
032c652e4f Update name of KVM database. 1996-11-11 06:38:00 +00:00
chuck
6fda3d6fa9 add lp 1996-11-09 04:01:32 +00:00
chuck
6f26fca547 updated MAKEDEV based on i386 version (as requested by mycroft) 1996-11-08 22:32:11 +00:00
cgd
7ecf22ab74 add directories for alpha-specific manual pages in {cat,man}{4,8} 1996-11-07 21:04:36 +00:00
matthias
b4769d94fa * Speed up MAKEDEV by using the changes from etc.i386/MAKEDEV.
* MAKEDEV now knows about ch, ss, uk and rtc devices.
1996-11-07 07:47:53 +00:00
leo
fade7cfdf7 The floppy minors are shifted. This in expectation of the Hades floppy driver. 1996-11-06 13:32:21 +00:00
ragge
85ac030199 Move vax-specific microcode install stuff into etc.vax. 1996-10-26 08:12:09 +00:00
perry
18a4f7f093 change rd* target to produce rd?[abc] and rrd?[abc] devices.
add "ramdisk" target which is basically floppy + rd0, needed for
new install system.
1996-10-21 19:58:25 +00:00
cgd
cb9edbe5f6 slight clean up of that last (fix some major numbers) 1996-10-18 21:53:27 +00:00
cgd
f753842b39 sync with conf.c: kill mmclock; add rd, audio, ss, and uk. 1996-10-18 21:16:39 +00:00
perry
d7e3f85045 remove obsolete doc/smm/01.setup/{vax,tahoe}. 1996-10-18 07:04:24 +00:00
thorpej
871c9c08af Use ${INSTALL}. 1996-10-18 02:37:51 +00:00
perry
a052e07196 removed most tahoe references 1996-10-17 04:38:49 +00:00
perry
dd0b341ac0 removed most tahoe references 1996-10-17 04:29:14 +00:00
perry
d98e97aa8a New and improved fstab samples, now with examples of procfs, kernfs
and cd9660 file systems, an mfs mounted /tmp, an example swap
partition, correct fsck scheduling, and even comments pointing users
at man pages for more information. I'm still not sure we need these
sample files at all, but at least they are now useful to the new user.
1996-10-16 15:20:12 +00:00
perry
c1436aa832 restore snap_md target (sigh...) 1996-10-16 02:25:08 +00:00
perry
a49720ce9d add a comment documenting what the NOOBJ variable is here for. 1996-10-16 01:30:11 +00:00
perry
f306045ae7 remove md tahoe conditionals -- we don't need them. 1996-10-15 23:59:32 +00:00
perry
187216b4e6 removed obsolete garbage associated with obsolete snapshot
functionality. Snapshots are built with tools in src/distrib
1996-10-15 17:45:31 +00:00
perry
7739c57905 Remove obsolete snapshot functionality (which is now in
/usr/src/distrib) -- Makefile.inc is now a no-op. I chose not to
remove it completely because port specific stuff might show up someday.
1996-10-15 17:43:57 +00:00
perry
b1dfe12b2f Remove very obsolete kernel copy floppy construction tools -- these
are all now in /usr/src/distrib/i386
1996-10-15 17:30:58 +00:00
perry
865cba4567 RCS ID Police 1996-10-15 03:57:02 +00:00
perry
725b03db3a RCS ID police 1996-10-15 03:42:50 +00:00
jtc
9df6319a29 merge in 1.2 branch 1996-10-09 00:40:33 +00:00
leo
c8abf2609b Nuke use of 'expr' and add ch/ss/uk devices as suggested by Charles Hannum. 1996-10-04 06:52:52 +00:00
mrg
b0119cdb4c add dhcpd startup; disabled by default 1996-10-03 07:11:35 +00:00
christos
d58b878498 Fix PR/1024: Add /usr/local/{s,}bin to the path and the gnu sources to
cdpath. I think that adding /usr/local to the path is ok: everyone does
it, and it is part of mtree.
1996-09-30 17:33:21 +00:00
thorpej
67af0bc1f0 RCS id police 1996-09-17 21:45:53 +00:00
jonathan
6cf64bc50d * Add target for all, needed for 1.2 distributions and installation.
* Add entries for fb? generic framebuffer pseudo-device.
* comment in entries for lkm.
1996-09-17 04:00:00 +00:00
oki
4ecb59bd55 fixed rd entry and cleanup slightly 1996-09-16 20:56:24 +00:00
oki
82f8d6bb4b added ccd(blk)/ch/uk device 1996-09-16 20:08:56 +00:00
veego
fc7d845dfa Added missing SCSI scanner entry (ss). 1996-09-10 23:19:43 +00:00
mycroft
21784a56b6 Correct char device major number for `rd'. 1996-09-08 03:33:55 +00:00
mycroft
69b13f156d Document `ch'. 1996-09-08 03:16:28 +00:00
mycroft
838bd1a7ae Add ss' and uk'. Sync `all'. General cleanup. (No more expr!) 1996-09-08 03:12:23 +00:00
christos
161e3370d0 Remove nis from the search path since it does not work. 1996-09-01 16:33:07 +00:00
thorpej
fd85e20138 Create /usr/share/man/{cat4,man4}/pmax/ 1996-08-30 05:13:21 +00:00
explorer
80f46e929a add /usr/lkm 1996-08-28 22:16:42 +00:00
tls
1986672399 move rpc daemon startup to after network startup so that if the machine is a DNS server and wants to resolve via itself, one doesn't have to wait for all the DNS queries to time out as each rpc daemon starts. This was particularly ugly with mountd. 1996-08-26 06:02:21 +00:00
jtk
b86b695240 add Advanced Power Management driver
Includes bootstrap support from FreeBSD (Tatsumi HOSOKAWA and <ukai>)
1996-08-25 23:38:57 +00:00
explorer
1dafc7f44c ooops... forgot to back out after generating the dir 1996-08-16 17:26:30 +00:00
explorer
160408037c ooops... forgot to back out after generating the dir 1996-08-16 17:25:28 +00:00
explorer
9689b5cfe8 Changes for new groff -- new device directory 1996-08-16 17:22:53 +00:00
thorpej
7143a7612e Quote the YP daemon flags variables. 1996-08-09 16:07:42 +00:00
thorpej
d82cbdfb69 Create /var/yp and /var/yp/binding. 1996-08-09 10:32:45 +00:00
thorpej
2dfaa56a79 Change how the YP daemons are started. Previously, ypbind was always
started if the directory /var/yp exists.  Now, ypbind, ypserv, and
rpc.yppasswdd are started like other daemons; there are flags variables
for these programs.  To disable them, set the variables to "NO", otherwise,
their contents are passed as flags.
1996-08-09 10:29:44 +00:00
leo
a8ea317ed4 keymap -> keymaps 1996-07-15 06:24:07 +00:00
ragge
667d9ae775 Put in mt additions. Remove tms. 1996-07-14 13:58:38 +00:00
jtc
4371fb2956 Comment out code which traverses the directory hierarchy and removes
files, as the ``find . ... -exec rm'' used to do so can be subverted
and used to remove arbitrary files.
1996-07-02 23:10:35 +00:00
is
50334a801c Set the /dev/reload protection after creating it, not the /dev/mem one.
Thanks to Carsten Hammer for pointing this out.
1996-06-24 18:44:28 +00:00
leo
19bc17a97d Add a directory to store the atari keymaps 1996-06-22 20:31:24 +00:00
is
05b852e890 Add directory for Amiga binary keymaps. 1996-06-21 22:13:54 +00:00
pk
d5a4ec3087 Add tcx framebuffer.
Add rd memory disk device.
1996-06-20 20:26:53 +00:00
cgd
c893f3f107 {,r}cd0c's minor number was wrong; fix. Make all device nodes for
'cd', just like for 'sd', 'vnd', and 'ccd'.
1996-06-18 00:35:43 +00:00
oki
342179751f added entry for install floppy 1996-06-17 02:28:39 +00:00
cgd
49919b46dc add a no-op 'includes' target for completeness. make 'make distribution'
do a 'make includes' as well as install, so that distribution trees will
contain includes.
1996-06-05 21:55:13 +00:00
leo
54b0562c1e Add alias floppybt -> miniroot 1996-05-27 15:56:40 +00:00
oki
1bc171a451 Added man4/x68k & man8/x68k. 1996-05-22 15:49:45 +00:00
mrg
efd38e0ffd create usr/include/g++/std 1996-05-22 01:46:42 +00:00
mrg
102584d38e don't put bogus info in here. 1996-05-22 01:36:12 +00:00
mrg
ae9c1a8712 install mrouted.conf, networks and rbootd.conf. pr#2288 1996-05-22 01:27:34 +00:00
mrg
2bc04b57a8 ignore setgid on dirs. 1996-05-22 00:51:08 +00:00
oki
68188bee78 check DESTDIR. Added 'snap_md' rule. 1996-05-21 15:15:18 +00:00
mrg
905ffab8e0 add /usr/share/vi/catalog 1996-05-20 04:59:29 +00:00
chuck
4be4e41eb4 import rd stuff from sun3 1996-05-20 01:40:42 +00:00
chuck
86f6358f46 add ramdisk, clean 1996-05-20 01:35:48 +00:00
veego
faf417775b MAKEDEV: updated for grf6 and ttye6
ttys: new entry for ttye6
1996-05-19 21:03:49 +00:00
oki
8fa11797a2 /etc files for NetBSD/x68k 1996-05-19 12:35:18 +00:00
thorpej
86fd52c9eb RCS id police. 1996-05-12 23:30:23 +00:00
pk
119686fe4f A master.passwd has mode 0600 (PR#1405). 1996-05-08 21:30:18 +00:00
pk
61c2c31c31 Make permissions on several /usr/include/* directories consistent
with the way `make includes' treats them (PR#358,PR#717).
1996-05-08 21:23:06 +00:00
thorpej
ecfa4355a6 RCS id police. 1996-05-08 17:19:17 +00:00
pk
590d520dc2 Sync legend with man page (Hubert Feyrer; PR#2310). 1996-05-07 22:25:55 +00:00
mark
4d9f29c4ff RCS Id police. 1996-05-07 20:33:53 +00:00
mark
cf35beca6c Added creation of the iic and rtc character device files. 1996-04-26 20:10:24 +00:00
thorpej
103e63b59a Fix the snap_md target to use the correct kernel names; GENERICAHA and
GENERICBT were replaced with GENERICADP and GENERICOTHER some time ago.
XXX The kc_* targets here are still broken, but aren't currently used
XXX anyhow.  This change allows one to at least do a "make snapshot".
1996-04-23 17:39:39 +00:00
veego
c4212ae7de the amiga uses the c-partition for the whole cdrom disc and not the
d-partition which is used by the i386 port
don't forget to update the device nodes in /dev before you try cd-audio
players like xmcd2.0
1996-04-13 01:02:18 +00:00
chuck
bc56857b49 help "make distribution" along 1996-04-12 22:51:00 +00:00
christos
2429048059 add rawip, ticlts, ticots, and ticotsord 1996-04-11 12:59:45 +00:00
cgd
ef2af437ba SMM '03.fsck' has been renamed '03.fsck_ffs' 1996-04-05 01:52:24 +00:00
scottr
83d39800ba Add the missing ".."; thanks to Masanobu Saitoh for pointing this out.
Closes PR 2292.
1996-04-03 00:51:32 +00:00
scottr
88885ef8ff Add cat[48].arm32 & man[48].arm32 1996-04-01 23:40:17 +00:00
perry
1044d1ac8a forgot about joy1 1996-03-31 00:50:47 +00:00
perry
0dcdd69b42 Added joystick support (from Matthieu Herrb); also RCS/CVS ID police. 1996-03-31 00:04:06 +00:00
leo
6d6bb851ae Add entry for lpt0 1996-03-27 14:27:53 +00:00
mrg
f01ac0c37f add rcsid and remove dated /var/preserve check. 1996-03-26 04:21:27 +00:00
mrg
5e02eb808c add ssh (22) 1996-03-26 00:07:58 +00:00
pk
e471d816de Don't stomp on arbitrary directories.
(Perhaps there should be a `source /etc/daily.local' hook..)
1996-03-25 09:23:15 +00:00
scottr
f699270742 Overwrite existing snapshot kernel files when gzip'ing. 1996-03-22 05:14:27 +00:00
mrg
59b7f344f3 add note about why we use /usr/sbin/sendmail. 1996-03-22 03:20:53 +00:00
mrg
014cccd163 now that sendmail supports SIGHUP, call sendmail with full path. 1996-03-22 00:44:59 +00:00
mark
c7a6e86489 Added ss device for SCSI scanner.
Added kbdctl device for ioctl access to the kbd driver.
1996-03-14 20:17:22 +00:00
ragge
b2f39b3825 vax-specific etc Makefile 1996-03-14 17:32:16 +00:00
cgd
1da97d57a9 add handling of lpt/lpa (interruptless) parallel printer port device
nodes (character, major 31).  when making 'all', make lpa0 and lpt0.
1996-03-11 19:21:37 +00:00
ragge
25a521d834 Add disktab entries 'miniroot' and 'bootroot', used when creating
distributions.
1996-03-05 12:01:53 +00:00
thorpej
9029778d04 RCS id police. 1996-03-03 16:54:17 +00:00
veego
ca51675947 Updated for the new CyberVision64 console (ttye5) 1996-03-02 13:58:04 +00:00
ghudson
fc22c4663e "kerberos4" is now port 750, "kerberos" port 88.
send_to_kdc.c will try the kerberos4 port first, and then the kerberos
port.  send_to_kdc.c will connect() to the socket so that it retries
quickly if it gets a port unreachable message.  Also, don't rely on
select() not modifying the timeout parameter.
1996-02-25 02:19:56 +00:00
tls
e899c590d6 Fix some Kerberos omissions from /etc/services pointed out by Perry. Note
that I've flipped the default kerberos service back to 750; this may change
back again.
1996-02-21 04:43:10 +00:00
mycroft
d02ff090d0 0-59/10 -> */10 1996-02-18 12:08:26 +00:00
jtc
c0a76e479c Add fd to all; stdin, stdout, and stderr to std 1996-02-13 23:55:09 +00:00
christos
fb67954ba8 fix PR/1245 1996-02-10 18:14:11 +00:00
briggs
6e9db54b20 Make grf units 2 and 3. 1996-02-03 15:02:42 +00:00
mark
9f21bd22be Initial commit of the arm32 specific etc files. 1996-02-02 16:10:13 +00:00
pk
1377ee0906 Several fixes from Arne H. Juul (PR#1814). 1996-01-14 00:58:25 +00:00
leo
489f9ff403 Fix another typo. 1996-01-11 21:34:48 +00:00
leo
787df0a6d7 Correct some typo's, add some virtual consoles and the tun devices. 1996-01-11 21:17:48 +00:00
ragge
56a1fca0f0 Added 'all' option to create a reasonable amount of standard devices.
Tape devices now called after their kernel names, (ie. ts0, ht0) and
not mt? for all of them. mt? names are kept as symbolic links anyway
so that it don't break anything.
1996-01-07 16:53:15 +00:00
leo
00bbcc9679 Add nvram device 1996-01-06 20:19:59 +00:00
cgd
010faa1d2c add a way to build kbd and mouse devices 1996-01-05 17:12:39 +00:00
thorpej
8f1fa9720d Add $mrouted_flags to netstart and use it in rc to start mrouted in a manner
similar (well, identical, really) to how $routed_flags is used to start
routed.
1995-12-30 01:30:03 +00:00
cgd
dfa3894a18 add device node for "mmclock," a high-resolution memory-mapped clock
pseudo-device.
1995-12-20 10:27:34 +00:00
perry
6b1e4cda29 Closed out my own PR 1365 -- this change adds support in /etc/netstart
for an /etc/ifaliases file that contains lists of additional IP
addresses to be configured on each interface.
1995-12-17 18:31:09 +00:00