itojun
3c322b415a
comment out sample entry. document it a bit.
...
From: Hubert Feyrer
1999-07-03 18:09:47 +00:00
itojun
7dcdb97971
remove unnecessary sleep (for DAD wait) in IPv6 configuration.
1999-07-03 03:40:52 +00:00
itojun
94e64335b4
add IPv6 configuration (ip6forwarding, rtsol, route6d and rtadvd).
...
Right now netsetart does not bother you even if you do not have
"options INET6" in the kernel.
1999-07-03 03:29:29 +00:00
itojun
134b5f49f2
rtadvd: advertise IPv6 prefix info via router advertisement.
...
(to be run on routers)
1999-07-02 09:28:16 +00:00
itojun
90db061921
add telnet on tcp6.
1999-07-02 06:32:32 +00:00
itojun
5202885909
provide sample lines for IPv6 services (at this moment ftpd and fingerd)
1999-07-02 06:05:21 +00:00
ross
59c991a23e
Document BUILD_KERNELS.
1999-06-30 18:42:03 +00:00
ross
6e3b6566ce
* Define INSTALLATION_DIRS and BUILD_KERNELS.
...
* Build in src/distrib
* Call the new release targets in src/distrib/{alpha,notes}
Note: The notes installation command is MI and should eventually move
to somewhere in ../Makefile
1999-06-30 18:39:37 +00:00
augustss
aed7c5dbd9
usbd is dead.
1999-06-30 06:48:05 +00:00
abs
87d31b1197
Move 'random*' before 'ra*'. Now 'MAKEDEV all' works.
1999-06-27 20:06:48 +00:00
abs
4ab98c0660
Move 'raid*' before 'ra*' in case statement to avoid false match of ra*
...
against 'raid{0,1,2}'.
1999-06-27 20:01:49 +00:00
cgd
36f7421c84
the memory disk ('md') driver is just the standard machine-independent
...
driver. Therefore, create and name its device nodes in the normal way.
1999-06-27 00:17:31 +00:00
cgd
3a7a276df9
sysinst won't work without ptys on the ramdisk image. (*sigh* How
...
well was sysinst tested for 1.4...)
1999-06-26 22:58:06 +00:00
cgd
fe0ddd929f
oops: also need to update the geometry
1999-06-26 07:33:23 +00:00
cgd
ddb7bb9480
since all of the arm32 kernels provide 3400 blocks of ramdisk space, we
...
ought to use it (and not just 3200 blocks).
1999-06-26 06:50:20 +00:00
minoura
c3d7eff366
Change permission of grf, mouse, kbd to disallow access by no-root users.
1999-06-25 15:11:02 +00:00
frueauf
d14a108b4c
we have no group root by default, set gname=wheel for include.
1999-06-23 17:12:15 +00:00
simonb
55d7fbaef8
Change /etc/mtree/special and /etc/sendmail.cf to mode 444, and
...
/usr/include to owner:group root:wheel, to match how these files
are shipped in a distribution.
From PR misc/6736 from Soren Jorvang.
1999-06-18 05:06:45 +00:00
cgd
ce030a27e0
ptys should not be marked secure.
1999-06-18 04:57:01 +00:00
abs
f85ff94580
Don't don't don't assume /usr/bin/id is always present. Loses in single user.
1999-06-15 05:44:22 +00:00
christos
412733582c
typo
1999-06-09 01:45:49 +00:00
christos
efffa3db54
Make sure fd is a directory before we df it.
1999-06-09 01:39:29 +00:00
leo
ff1d4cab4a
Add FALCON to EXTRA_KERNELS.
1999-06-07 14:44:46 +00:00
is
7658a91815
Create *wd[23]? device nodes, so that machines with more than two IDE
...
drives can be installed.
XXX The 1.4 single-floppy install has only 24 free inodes, but 32 are needed
by this. Some more work is needed (e.g., change newfs parameters for the
ram disk, or switch back to a 2-floppy install).
1999-05-31 11:14:07 +00:00
christos
364d5a1432
Correct the dhclient startup to follow the standard indentation style
1999-05-28 21:01:42 +00:00
christos
a3f17d2959
Don't barf when we have fdesc mounted. Just skip the devices fdesc provides
1999-05-28 21:00:50 +00:00
gwr
93720b922f
Define our own snap_kern target that builds all the kernels, but
...
does not install the un-patched ramdisk kernels. The snap_md_post
target builds the installation ramdisk image, patches that into the
ramdisk kernels, and installs them. Also the miniroot.
Automated snapshot build works now.
1999-05-21 04:02:02 +00:00
gwr
551aad7b51
The snap_kern target is not sufficiently flexible.
...
Allow Makefile.in to provide its own.
1999-05-21 03:45:50 +00:00
lukem
1e4c25754e
* document `shells' default (suggested by cgd)
...
* for each database, list supported sources (it's useful to know)
1999-05-19 02:25:14 +00:00
jwise
2fe3ffc188
Modify (commented out, pre-existing) identd line to start identd `nowait'
...
for those who want to use tcpwrappers appropriately.
Resist temptation to add -L"something appropriate"
1999-05-18 22:20:07 +00:00
gwr
a9233886c4
Increase ramdisk size
1999-05-18 07:51:34 +00:00
jwise
05bdcfc198
Minor wording change in a comment (also formerly known as -> formerly known as)
1999-05-18 03:30:02 +00:00
gwr
f2a23c575b
updates for the 1.4 release
1999-05-17 03:35:55 +00:00
drochner
6e4e1ddc27
connect a keyboard to the display
1999-05-15 14:28:14 +00:00
ross
55adfd0a58
Support a second tape and cd drive on installation ramdisks.
1999-05-13 22:08:48 +00:00
is
c889455b1c
Add 4 lpt nodes
1999-05-11 20:45:38 +00:00
hubertf
e845da9348
fix spelling
1999-05-08 01:09:09 +00:00
perry
7c5c9764b5
turn off ttyE[123] by default -- default installs don't configure them.
1999-05-01 00:23:27 +00:00
tv
56d7789c45
New systems should NOT ship with /usr/pkg/lib or /usr/X11R6/lib in
...
ld.so.conf. (Frankly, new systems shouldn't ship with a ld.so.conf.) We
use rpath for that purpose now. Unfortunately, 1.4 won't have this
change, so it will be in 1.4.1.
1999-05-01 00:06:20 +00:00
leo
7552438f3f
Add the tty device-nodes on the install floppy. You'll need them for
...
slip connections.
1999-04-30 19:05:47 +00:00
perry
9c072e268f
make -s flags for syslogd and lpd the default
1999-04-29 18:26:43 +00:00
ross
bc05796ee2
Set console and ttyE? term types to vt100.
1999-04-29 01:26:15 +00:00
nathanw
5e40cf296d
Move the knowledge that /usr and /var should be mounted early from
...
rc.subr to the default rc.conf.
While this is no longer necessary to supress noise,
it increases the clarity of the situation and removes
one more bit of what should be adjustable configuration
from scripts that site admins shouldn't have to edit.
Addresses PRs misc/7406 and (partially) bin/7491.
1999-04-28 23:32:29 +00:00
simonb
bdd6ce47a7
Greatly simplify by doing the moral equivalent of
...
cd ../distrib/pmax && make install
1999-04-27 12:32:08 +00:00
simonb
31aebad029
+ Build (but don't install) INSTALL and RAMDISK kernels.
...
+ Make installation/diskimage installation/netboot in ${RELEASEDIR}
+ snap_md_post depends on the diskimage, the diskimage tar file and
the install kernel, and installs these into the right places in
${RELEASEDIR}.
1999-04-27 04:36:25 +00:00
simonb
ae25beb28c
+ Put directories to create in ${RELEASEDIR} into a variable that
...
port-specific Makefiles can add to.
+ Separate snap_md into snap_md_pre and snap_md_post that are depended
on before and after snap_kern.
+ Build all kernels listing in ${BUILD_KERNELS}, but don't put them in
${RELEASEDIR}.
1999-04-27 03:08:02 +00:00
ad
eebf5c0180
Add code for creating pxN. px{0-2} are created as part of std.
1999-04-26 04:46:46 +00:00
abs
adb6375b6b
Add a 'ramdisk' target, and create ptys on both ramdisk and floppy
...
(Needed for sysinst).
1999-04-26 04:20:04 +00:00
dbj
51a0d74d06
fixed syntax for using an nfs mounted mfs partition
1999-04-24 19:57:11 +00:00
dbj
9e14da1db9
change default console terminal type to "unknown" instead of "dumb"
1999-04-24 19:20:46 +00:00