wiz
8c98a58428
Make it "Risc PC" instead of RiscPC.
...
Noted by Ben Harris who pointed at
http://www.riscos.com/faqs/spelling_and_pronunciation.htm .
2003-04-14 11:57:10 +00:00
wiz
c08f5994be
Correct casing of RiscPC. From Igor Sobrado in PR 21144.
2003-04-14 06:32:02 +00:00
wiz
a20ec90fe2
Uppercase ITE. Addresses PRs 21138 to 21141 by Igor Sobrado.
2003-04-14 05:45:40 +00:00
salo
0db44986d2
Add slovak language libc message catalog.
2003-04-14 05:21:47 +00:00
jmmv
8fee00a553
... ca/LC_MESSAGES is not needed.
2003-04-13 09:54:41 +00:00
jmmv
4f7db6cd44
Finally add complete support for Catalan (ca_ES, ca) LC_CTYPE and libc
...
catalog messages.
Thanks to salo for letting me know what was missing.
2003-04-13 09:48:18 +00:00
thorpej
b5154d96e4
Build a selection of install kernels.
2003-04-10 02:22:06 +00:00
jmmv
33b8c350b6
Add a Catalan libc message catalog file (plus everything else needed to
...
track the file). Closes my own PR lib/19498.
2003-04-09 20:17:06 +00:00
perry
cb606faa7a
add :ht: to the Pc entry so wscons consoles will have proper tab
...
handling (i.e. not oxtabs.)
From Geoff C. Wing in PR misc/21006
2003-04-04 16:43:38 +00:00
jdolecek
772fa9214a
add /usr/share/examples/smbfs/dot.nsmbrc
2003-04-04 07:53:09 +00:00
is
f334171ccc
Variable substitution happens at trap installation time, not at trap
...
execution time - so it used to print "Using default configuration of
/etc/passwd".
2003-04-03 11:25:10 +00:00
atatat
4beb2262be
Capitalize the word "if".
2003-04-02 18:17:27 +00:00
atatat
a7627e5f06
Reorganize/clarify the configuration checks (and subsequent messages)
...
that might block startup, and be more permissive in general about
allowing the daemons to start.
Add some descriptive comments to the top of the smmsp script that
describe the purpose of the process.
2003-04-02 18:00:13 +00:00
atatat
8deab10532
Add more style points to a few places in the do_sendmail section, and
...
teach it how to install sample config files so that people aren't as
lost.
2003-04-02 17:56:46 +00:00
perry
c85da95565
For consistency and simplicity, move the default location for cron logs
...
from /var/cron/log to /var/log/cron
2003-04-02 14:38:26 +00:00
perry
2f1f870fa8
make ipl consistently "IP Filter"
2003-03-31 03:58:55 +00:00
wiz
6b225e1f2c
MicroVAX, not microvax.
2003-03-30 21:13:22 +00:00
perry
24c4870c9c
Ip filter->IP filter
2003-03-30 20:19:51 +00:00
perry
7109d49cfa
builtin->built-in
2003-03-30 20:18:47 +00:00
perry
30156fc1d9
readd->re-add
2003-03-30 20:18:14 +00:00
perry
524e93ae17
reenable->re-enable
2003-03-30 20:17:15 +00:00
perry
3367c22e5b
IPilter->IP filter
2003-03-30 20:16:34 +00:00
perry
58825b7dac
builtin->built-in, newstyle->new style
2003-03-30 20:15:36 +00:00
wiz
0be80bf193
Sync vnd descriptions to one wording.
2003-03-30 18:11:34 +00:00
wiz
4f7f654a46
Uppercase scsi.
2003-03-30 18:08:31 +00:00
wiz
8dab8f4d58
Miscellaneous fixes from Igor Sobrado, in PRs 20943-20959.
2003-03-30 17:41:51 +00:00
wiz
7d7647a831
Correct spelling of "RS-232" and IP filter. PR 20942 by Igor Sobrado.
2003-03-30 17:24:40 +00:00
ichiro
a7d0ae612f
add pci*
2003-03-28 22:40:19 +00:00
tshiozak
c2cadb8a46
add support for zh_CN.GB18030 locale.
...
(lib/20835 by sigsegv at s25 dot xrea dot com)
XXX: charclass for GBK compatible area is not supported.
2003-03-25 18:26:51 +00:00
atatat
ffb0f92a6c
Add the new queue directory for the sendmail "mail submission" mode.
2003-03-24 15:21:18 +00:00
atatat
d47616429d
Expand the sendmail settings section (from two to five) and elaborate
...
(in brief) on what it's all about.
2003-03-24 15:20:36 +00:00
atatat
9dc7b7c964
Tweak postinstall to check for (and help out on) the upgrade to
...
sendmail 8.12.8. Some of the same machinery (in shorter form) is in
the additions to rc.d/sendmail. Also, add a smmsp startup script for
the sendmail client queue runner.
2003-03-24 15:19:27 +00:00
chris
41bc088bc8
Add bpf0 to the ramdisk for MAKEDEV
...
While here also remove the qms related devices, cats is very unlikely to have
a quadrature mouse attached to it.
2003-03-23 13:28:45 +00:00
chris
cad8f58de0
Correct gunzip behaviour, feed the output into stdout, so the redirect works.
2003-03-22 00:13:35 +00:00
mrg
84bea27ae2
back out revision 1.5: put back the "default to sendmail" lines. once again
...
netbsd ships with a working mailer out of the box. (be nice if it *wasn't*
sendmail, but until there is a working in-tree replacement that requires no
further configuration, ie, "just works", sendmail is all we have to choose
from.)
approved by: core
2003-03-20 23:09:56 +00:00
wiz
4f30393de2
Allow ccd autoconfiguration to be turned off (by setting ccd=NO in
...
/etc/rc.conf; default is YES.)
Suggested by elric, ok'ed by lukem.
2003-03-19 08:54:00 +00:00
wiz
4c74ff3fdd
Allow cgd configuration to be skipped (by setting cgd=NO, defaults to YES).
...
Closes my PR/20766. Based on a suggestion by lukem.
2003-03-19 06:06:47 +00:00
jdolecek
2a74d10407
atc uses /var/games/atc_score, not atc_scores
...
Problem pointed out and fix supplied in PR install/20709 by Kazuhito Tsuburaya
2003-03-15 08:44:16 +00:00
martin
047a69a2e5
Make it start before "SERVERS" and remove redundant dependency on
...
"network". This brings it in line with the altqd script, which has
very similar requirements.
2003-03-14 09:18:50 +00:00
matt
8344279675
Synchronize macppc and evbppc majors when possible. Add a lot of missing
...
devices to evbppc.
2003-03-13 17:02:52 +00:00
hannken
42cc9f8839
Add wscons to MAKEDEV. Add wsfont major number.
2003-03-13 14:56:56 +00:00
lukem
325e31e279
rcconf_is_set(): add optional 4th arg to control whether "obsolete"
...
warnings are printed. this means it can now be used for "non obsolete"
rc.conf checks as well...
2003-03-11 04:49:18 +00:00
lukem
b307261961
clarify that lkm needs /usr
2003-03-10 18:21:00 +00:00
lukem
f70738da04
move altqd slightly later in the boot sequence; as it's in /usr/sbin,
...
it needs to depend upon mountcritremote, not run before NETWORKING ...
2003-03-10 18:17:06 +00:00
lukem
7dbfbdf511
- rename 'iso-image_*' -> 'iso-image-*'
...
- run MAKESUMS in iso-image, *after* the MD iso-image-md-post has run,
since the latter might actually modify the generated image...
2003-03-08 00:22:29 +00:00
lukem
4d531936c1
use distrib/common/sunbootcd.sh instead of building the
...
non-cross-friendly distrib/utils/mksunbootcd/mksunbootcd
2003-03-07 09:46:51 +00:00
fvdl
a5e1ea426b
Add GENERIC.MP to the kernel sets.
2003-03-07 00:48:48 +00:00
tron
071441c2a1
Remove "/etc/X11" and "/etc/fonts". The other X11 directories are not
...
listed here, too.
2003-03-05 16:47:03 +00:00
jmmv
db97c4116c
Use the pidfile created by wsmoused.
2003-03-04 22:32:11 +00:00
jmmv
29e803a523
Add the /usr/share/examples/wsmoused directory (hi wiz!).
2003-03-04 14:53:01 +00:00
bjh21
892091f675
Use ${HOST_INSTALL_FILE} to put the bootloader in the release tree,
...
rather than cp. This seems to be what everyone else does, and saves
problems if the release tree is already part-populated.
2003-03-01 15:36:22 +00:00
tron
7a18de142d
Add "/etc/X11" and "/etc/fonts".
2003-02-28 23:04:48 +00:00
atatat
3065ba7178
Execute the actual command as it's set instead of calling the sh
...
routine directly. This allows one to to override a specific command
via the use of /etc/rc.conf.d/sysdb.
2003-02-24 01:04:45 +00:00
lukem
6bce155b9e
now that the obsolete lists are part of the "base" set (instead of "etc"),
...
only look for them in ${DEST_DIR}/var/db/obsolete
2003-02-22 23:46:46 +00:00
lukem
4f6381b784
all:
...
Use /var/db/obsolete instead of /etc/obsolete
etc/Makefile:
Create separate target "install-obsolete-files" to populate
/var/db/obsolete, instead of using "install-etc-files".
Makefile:
Add do-obsolete target, to run "cd etc && make install-obsolete-files",
and add this to BUILDTARGETS.
This moves the "obsolete files" creation from "distribution" to "build".
Per discussion with Andrew Brown.
2003-02-22 03:20:45 +00:00
jhawk
1d79603c81
Use $diff_options when running diff in /etc/security.
...
Default diff_options to -u, for unified-format context diffs,
because context is essential to a useful evaluation of differences.
This represents a behavior change.
Implements change-request PR security/17247 from
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.
2003-02-21 22:47:51 +00:00
jhawk
3b390ffb5f
Suppress emailing the daily security report if it is empty, unless
...
send_empty_security=YES. Implements change-request PR security/17249
from Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.
2003-02-21 22:35:46 +00:00
martin
5463479362
Add a few devices.
2003-02-20 13:37:33 +00:00
lukem
4777a3b44a
rm -f target file before cp -f.
2003-02-20 12:47:29 +00:00
lukem
5c198ab018
etc/postinstall
...
* Improve message display in find_file_in_dirlist()
* do_obsolete(): instead of running distrib/sets/makeobsolete to
temporarily generate the obsolete sets lists, look for them in
${SRC_DIR}/etc/obsolete/* or ${DEST_DIR}/etc/obsolete/*.
The obsolete check now works for "extracted etc.tgz" as the source dir.
etc/Makefile (install-etc-files), distrib/sets/lists/*
* Install obsolete set lists into /etc/obsolete/
* Tweak how pwd_mkdb files are added to METALOG
distrib/sets/makeobsolete
* Don't bother with "_obsolete" suffix on generated file names.
2003-02-20 11:40:28 +00:00
jdolecek
68756e42ca
don't need duplicate nsmb entry in 'Special devices'
2003-02-18 12:29:43 +00:00
jdolecek
3b055749f1
fix nsmb* to use correct assigned major, hook creation of nsmb devices
...
into 'all' target
2003-02-18 12:28:57 +00:00
lukem
31e59fe101
- add [-m machine] support, from David Laight dsl@
...
- parenthesise some messages
- add some bugs and todo items
2003-02-18 10:12:52 +00:00
grant
117844eb75
change behaviour of 'reload' to only reload the NAT rules and NOT flush
...
the state table, making it much more useful.
The behaviour of 'restart' is unchanged (flush state table and reload
rules), but is now done slightly more elegantly.
ok'd by lukem.
2003-02-16 22:18:46 +00:00
lukem
ed45489d27
be more obvious about the requirement on mkisofs 2.0
2003-02-16 00:22:37 +00:00
lukem
cd8d483609
Do not ship with (an empty) /home in the base distribution.
...
The old behaviour caused problems when /home is a symlink on a system
and pax is used to extract base.tgz or "installworld" the base set
(because pax will remove the symlink before creating the now-empty
directory). It also made it more difficult for a site that wants
permissions on /home to be something other than what the NetBSD
defaults are.
For sites which want /home, it's a "once off" operation to create it,
and "useradd -m" (with the default "base-dir" of /home) will create
it anyway.
This resolves PR [install/19673], as well as being more consistent
with our defacto policy of "not stomping on stuff we don't need to".
2003-02-16 00:18:59 +00:00
bouyer
3f0c6192ac
Also register rquota version 2.
2003-02-14 14:56:45 +00:00
jhawk
687107d3c0
Under check_mtree, invoke mtree with -L if check_mtree_follow_symlinks is set.
...
Apparently mtree -L is imperfect, but it is far better than the lack thereof
if symlinks are involved reaching files mtree verifies.
2003-02-13 02:42:06 +00:00
jhawk
1a4c8c0295
Add some flexibility to /etc/security, by way of security.conf options:
...
check_passwd_nowarn_shells Don't warn about these non-/etc/shells shells
check_passwd_nowarn_users Don't warn about these users
check_passwd_permit_star Don't warn about "*" in the $2 field
Behavior change: check_passwd_nowarn_shells defaults to /sbin/nologin and
/usr/libexec/uucp/uucico, so that it will not warn about the default
master.passwd.
The rationale here is that an administrator who chooses to permit these
warnable conditions should not be warned about them day after day, yet
should not be forced to disable check_passwd entirely.
check_passwd_permit_star is primarily of interest to sites who use *'d
entries for Kerberos or ssh logins, despite the fact that we permit
"*ssh" (etc.) for this purpose (legacy).
2003-02-13 01:55:10 +00:00
martin
afe227f25f
Make the single-arch ISO image created by "make iso-image" bootable.
...
(Using partition f to boot, since that is the default on sparc64
machines and we don't have to consider conflicts for single arch CDs -
this means "boot cdrom" just works)
2003-02-08 18:39:56 +00:00
atatat
3ce3a9a2c4
When finding core files, only print the names of things that are
...
*files*, (ie, not directories, or symlinks, or...). Also remove
the -a instances. They're implicit.
2003-02-04 05:31:18 +00:00
thomas
8b5dc32381
WS keyboard device.
2003-02-02 18:05:08 +00:00
lukem
2c589141ff
Implement start_cmd as:
...
start_cmd="${name} "'${rc_arg}'
and stop_cmd & reload_cmd as:
stop_cmd=$start_cmd
reload_cmd=$start_cmd
(Just to be tricky)
2003-01-31 06:47:16 +00:00
thorpej
9a1f475221
Add ADI_BRH, IXM1200, and SMDK2800 kernel sets.
2003-01-27 16:13:27 +00:00
wiz
3f943a41ed
Add /usr/share/locale/gl{,/LC_MESSAGES}.
2003-01-26 22:17:02 +00:00
ross
6f90a0ed10
Add ms-sql-{s,m}, currently quite popular in packet filter logs worldwide.
...
(I did this last night but it must have timed out.)
2003-01-26 04:16:36 +00:00
jmmv
b85005e4c0
Add missing ta=4.2BSD to the `a' partition of `floppy' entry.
...
Okay'ed by jdolecek.
2003-01-25 18:28:44 +00:00
soren
15b88bc43f
Oops, didn't mean to remove toor (just yet).
2003-01-25 01:14:03 +00:00
soren
c552afcd61
Consistently with previous such changes, make daemon's default group 1(daemon)
...
rather than 31(guest). FreeBSD and OpenBSD have done the same thing.
2003-01-25 01:13:29 +00:00
keihan
d7a3ec11fd
TYPO:
...
bounary => boundary
Reviewed by Luke Mewburn.
2003-01-21 23:50:05 +00:00
martin
46ca961c02
Let v9 machines (ultras running sparc64 32bit kernels) use the v8
...
library too.
2003-01-21 18:15:54 +00:00
abs
cb588f7bde
Among the many things postinstall should check are up to date is... postinstall
2003-01-21 14:28:55 +00:00
salo
6d9616b35d
Add IANA-assigned number for SILC (Secure Internet Live Conferencing).
...
Closes PR misc/19945 by me, approved by martin.
2003-01-20 09:06:02 +00:00
rafal
032cef8c03
Add comments for MAKEDEV.8; thanks to Thomas for the reminder!
2003-01-20 01:52:19 +00:00
soren
179d452ef6
Add panel driver.
2003-01-20 01:21:13 +00:00
rafal
b88f8bcfad
Add PCI and audio devices; from Chris Sekiya.
2003-01-19 23:21:44 +00:00
pooka
5aef2cf2a4
add IANA-assigned subversion port number
2003-01-19 17:49:39 +00:00
wiz
b001228eca
Add more locale dirs for texinfo-4.3 files.
2003-01-17 15:50:44 +00:00
minoura
59cc4d6235
Add rc.d/staticroute check.
2003-01-16 15:26:14 +00:00
martti
405c73366e
Back out previous (as discussed with releng). The correct way to set this is:
...
# echo "myserver" > /var/yp/binding/`domainname`.ypservers
2003-01-16 11:55:28 +00:00
martti
1e0411d0d5
Script to bind a NIS client to a known server.
...
$ grep yp /etc/rc.conf
ypbind=YES
ypbind_flags="-ypset"
ypset=YES
ypset_flags="myserver"
2003-01-16 07:37:33 +00:00
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
tsutsui
ef2ce0a66d
Fix some disk entries to match MAXPARTITIONS == 16.
2002-12-14 05:28:47 +00:00
christos
0cc4fbf335
add twe control device
2002-12-13 23:26:47 +00:00
fvdl
56b55c3081
Nearly-empty disktab file (only floppy types).
2002-12-10 19:50:28 +00:00
scw
69e33812c6
Delete section 8 manpage dirs for walnut, and add evbppc.
2002-12-09 12:48:22 +00:00
scw
0ca6c9c4d5
Move etc.walnut/* to etc.evbppc and tweak BUILD_KERNELS in Makefile.inc
...
to pick up the renamed install kernel.
2002-12-09 12:37:10 +00:00
lukem
557baa699b
mipsco actually needs the RAMDISK kernel for distrib/ ...
2002-12-09 05:20:29 +00:00
ad
ee3446eabf
Create dpt(4) nodes.
2002-12-07 19:50:58 +00:00
jdolecek
79c873ff0a
Make the release bits more complete for hpcsh & dreamcast.
...
Change sent by FUKAUMI Naoki in private e-mail, thanks.
2002-12-06 09:09:05 +00:00
lukem
e1af106002
remove unnecessary cruft after the recent etc/Makefile cleanup
2002-12-06 00:14:11 +00:00