is
490bb906c8
not enough inodes for two more tapes
2003-01-15 22:06:03 +00:00
is
33ce194471
Create device nodes for 2nd and 3rd CD drive (and while we're here, also
...
2nd and third SCSI tape drive) on install media. Fixes PR 14356.
2003-01-14 20:05:29 +00:00
wiz
d7f2ae353c
Add /usr/include/dev/dmover.
2003-01-14 11:29:02 +00:00
fair
50c44f90f7
Add bktr* and radio*
2003-01-14 08:49:07 +00:00
matt
f5eb8b2e72
Build and supply a GENERIC.MP now that SMP works.
2003-01-13 07:11:42 +00:00
yamt
567c0a7e50
in comment, metion about src/distrib/sets/lists/etc/mi as well.
2003-01-10 05:07:45 +00:00
mrg
b83a08e1ff
allow NO_SENDMAIL to equal "no"
2003-01-09 16:57:45 +00:00
christos
99f6c8054f
add staticroute
2003-01-09 15:58:23 +00:00
christos
e4cf375b81
Script to add and remove static routes:
...
eg:
$ cat /etc/route.conf
# Turn on/off IP forwarding.
+sysctl -w net.inet.ip.forwarding=1
-sysctl -w net.inet.ip.forwarding=0
net 192.168.2.0 -netmask 255.255.255.0 192.168.150.2
2003-01-09 15:57:02 +00:00
christos
8d1054dc70
revert previous; luke and matt want this as a separate script.
2003-01-09 15:52:58 +00:00
christos
22aa10c0a0
Add /etc/route.conf processing to add static routes. Removes one more
...
reason for netstart.local.
2003-01-09 15:12:47 +00:00
perry
9ae5a89aa8
it is okay for the sendmail and postfix .cf files to be writable by root
2003-01-08 15:34:18 +00:00
jhawk
2c3ae584e1
Run ldconfig with ${rc_flags} so you can set ldconfig_flags in rc.conf
...
to specify additional a.out directories to merge into the runtime link
cache.
2003-01-08 04:17:19 +00:00
tron
2005231632
Revert last change for now. It causes hangs during system shutdown when
...
NFS filesystems are mounted.
2003-01-07 08:41:55 +00:00
wiz
1035faff1d
writable, not writeable.
2003-01-06 20:30:28 +00:00
wiz
74994bbeaf
Add comments for ld and mlx (hi allen!).
2003-01-06 19:14:51 +00:00
lukem
bc4b0716ee
Missed a 'cd ${.CURDIR}' when adding the OBJDIR support here,
...
causing "make distribution" to fail on "install-etc-files".
(oops!)
2003-01-06 14:47:28 +00:00
wiz
c053751628
compatibility, not compatiblity.
2003-01-06 13:26:24 +00:00
tron
74efbb051c
Add keyword "shutdown" so that this script is really executed on system
...
shutdown to delete clone interfaces.
2003-01-06 10:11:14 +00:00
lukem
ef98b9ddca
Fix logic error I introduced recently into mount_critical_filesystems().
...
Noted by kilbi@rad.rwth-aachen.de in [bin/19703].
2003-01-05 22:59:35 +00:00
christos
611f2a6106
say what don't you like about $when, approved by luke.
2003-01-05 22:47:12 +00:00
briggs
f23e0c65e4
Understand how to create device nodes for mlx and ld.
...
As part of 'all', create mlx0 and ld0-3.
Pointed out by Daniel Eggert in PR 18487.
2003-01-05 19:24:05 +00:00
lukem
dd2a7e0da5
'if ! command;' is not POSIX sh, even though our /bin/sh supports it
2003-01-05 11:40:29 +00:00
lukem
7b4296a270
- Enable OBJ support for etc/; a scratch dir is needed for iso-image.
...
- Add ${.CURDIR} to various rules.
- Remove the ${KERNOBJDIR} (sys/arch/${MACHINE}/compile) objdir creation
from here.
- Rework iso-image to copy temporary files (such as kernels or boot files)
into a temporary directory instead of stomping over ${RELEASEDIR}, and
use mkisofs -graft-points to merge the temporary directory and
${RELEASEDIR}/${MACHINE}.
NOTE: mkisofs 2.0 is highly recommended for functioning -graft-points
- Add some more comments
2003-01-04 15:49:29 +00:00
lukem
15388316f6
Change how internal boolean variables are used to:
...
if ! ${_somevar:-false}; then
_somevar=true
fi
(Consisent, slightly quicker, and slightly cleaner)
2003-01-04 15:27:43 +00:00
lukem
a250e57c96
Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of
...
"${RELEASEDIR}/...".
${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only
cleaned if UPDATE is not defined.
2003-01-03 15:34:30 +00:00
lukem
cdee7cbdf4
Don't remove ${RELEASEDIR} if UPDATE is defined.
2003-01-03 14:27:54 +00:00
shin
031dbfcca0
add PCI bus access device.
2002-12-31 06:54:13 +00:00
tron
08eb23c3fe
Do last change differently so that the script doesn't print out "//" if
...
"DESTDIR" is set to "/" as suggested by Luke Mewburn in private e-mail.
2002-12-30 13:16:43 +00:00
tron
f0df353967
Fix postinstall message for builds with "${DESTDIR}" set to "/".
2002-12-30 12:24:45 +00:00
tsutsui
8fda9330fe
Make gdrom device on ramdisk.
2002-12-29 18:31:12 +00:00
lukem
8ab934ee29
If "check" and some items failed, output the postinstall command-line
...
required to fix the issues.
2002-12-27 00:04:49 +00:00
grant
47224db054
fix /etc/security stderr redirection.
...
from rad@twig.com in PR bin/19553.
2002-12-25 02:41:03 +00:00
lukem
144b55005f
Rework METALOG manipulation:
...
- add '-D ${DESTDIR}' to INSTPRIV, so install(8) removes the leading
${DESTDIR} from the metalogged path
- provide ${METADB.add} variable (for "${CAT} -l >> ${METALOG}"), to make
it easier to replace manual metalog manipulation in the future.
- with manual metalog additions, don't add the leading ${DESTDIR} in the path
- in maketars, use "mtree -C ..." instead of
"mtree -D ... | sed -e 's,\(.*\) \(\..*\),\2 \1,";
Benefits:
- maketars "Parsing METALOG" step speeds up from 29 seconds to 1.2 seconds
on a P3-600.
(This also benefits "make installworld" at the top level.)
- ${DESTDIR}/METALOG is easier to read without the leading "${DESTDIR}"
on all the pathnames, and it's smaller as well.
2002-12-23 06:52:48 +00:00
lukem
d9aa9519e8
Invoke ${PAX} with '-O' so that various errors don't hang the make
...
or the command with an interactive question. (This also prevents
weird problems if a directory element of '-f path' is missing and
'make -j N' is being used).
2002-12-21 15:54:48 +00:00
lukem
ebdb5fe2ad
Remove /usr/local (and children) from the base distribution; we shouldn't
...
be creating directories or modifying permissions under there.
(/usr/local/* is still retained in various default PATHs, for convenience)
2002-12-20 06:39:53 +00:00
lukem
9dac6e17e3
Remove /sys -> /usr/src/sys symlink.
2002-12-19 23:04:26 +00:00
jdolecek
67705b22ff
use single minimal default disktab file for most archs, replacing
...
MD disktab where possible (everything but vax)
the MD disktab was often either empty, or contained entries even for disks
which support geometry autodetection (SCSI), and/or non-interesting/long
obsolete entries
the old records are still available in example disktab in
/usr/share/examples/disktab/disktab in case anyone would need them
2002-12-19 20:03:46 +00:00
jdolecek
0565cccc1a
remove entries which were used for distrib builds only
2002-12-19 13:54:19 +00:00
lukem
9f5d4466a9
Always invoke mtree & pax with "-N ${NETBSDSRCDIR}/etc" so that user & group
...
lookups occur from there rather than from the host system.
2002-12-19 12:35:01 +00:00
wiz
76a3ef11cd
Describe twe device.
2002-12-18 20:27:25 +00:00
jdolecek
1e127d86d1
ttyaction is ${MACHINE}-specific, not per ${MACHINE_ARCH}
...
remove special ttyaction hook from etc/etc.sun[23]/Makefile.inc, it's no longer
needed
ld.so.conf is ${MACHINE}-specific, the code happened to work for i386 and sparc
only because ${MACHINE} == ${MACHINE_ARCH} there
remove basesrc/etc/ld.so.conf and its special vax/ns32k/m68k hook in Makefile -
vax & m68k are ELF now, and ns32k doesn't need to be handled here
2002-12-17 15:54:59 +00:00
jdolecek
7043473827
reference disktab(5) and /usr/share/examples/disktab/ rather than
...
duplicating the Key info here
2002-12-17 15:20:04 +00:00
jdolecek
800e198ba6
add example disktab file
2002-12-17 15:16:40 +00:00
jdolecek
bd9e4effc1
g/c, not used anywhere anymore
2002-12-17 13:18:49 +00:00
lukem
f1de01bbc3
- makedev: look for MAKEDEV in ${SRC_DIR}/etc/etc.${MACHINE} & ${SRC_DIR}/dev,
...
so that postinstall on an extracted etc.tgz set works for this check
- implement find_file_in_dirlist(), and use in do_makedev() and do_postfix()
2002-12-17 12:47:48 +00:00
perry
6bb51beb04
add postfix html directory
2002-12-17 04:26:42 +00:00
pooka
b79588a8fa
remove duplicate https entry added in last commit
...
noticed by salo
2002-12-16 10:48:59 +00:00
pooka
1890d52963
add https (443) and microsoft-ds (445)
2002-12-15 22:23:53 +00:00
seb
dc89e919cf
Reorder dpti and dpt cases so that 'dptiN' is not interpreted as dpt unit number
...
'iN'.
2002-12-15 16:56:10 +00:00