christos
b224530c28
Use more concise shell syntax:
...
1. for i in $* -> for i
2. foo=$* -> foo="$@"
2003-06-03 14:00:45 +00:00
martin
23ccfa6b2c
Add nsmb support.
2003-06-01 20:25:02 +00:00
thorpej
846d276e6f
Don't build a big-endian image on platforms which don't run big-endian.
2003-05-26 15:46:48 +00:00
lukem
6087671da1
* Always include <bsd.endian.mk>, and include it much earlier so that
...
it's available for the MD etc.${MACHINE}/Makefile.inc
* Set PWD_MKDB_ENDIAN to the cap_mkdb(8) endian flag, rather than
overriding TARGET_ENDIANNESS.
2003-05-18 08:28:05 +00:00
wiz
5b143c1fff
No point in a qms device if there is no qms driver.
2003-05-15 19:05:28 +00:00
wiz
b0b2ab2055
Not much point in creating a device node for a driver that doesn't exist
...
(qms in this case).
2003-05-15 19:01:38 +00:00
wiz
804526377b
Remove device nodes for obsolete olms and omms drivers.
...
Except for i386, the driver never existed for that port anyway...
2003-05-15 13:18:05 +00:00
lukem
6409af4cfe
use find_file_in_dirlist() (instead of private version) when searching
...
for the ssh moduli file
2003-05-15 05:25:24 +00:00
ragge
9f99c49364
Remove kvm.db, reminded by atatat.
2003-05-14 16:36:22 +00:00
thorpej
003c4a9e6c
Add /dev/icp*.
2003-05-13 15:44:32 +00:00
lukem
35bfe45330
Ensure that the exit status in do_obsolete() is correctly determined.
...
Problem introduced in previous, and noticed by Rob Quinn in private email.
2003-05-13 02:41:27 +00:00
ragge
91b1808f8e
Remove kvm_mkdb, it's not used anymore.
2003-05-11 18:17:30 +00:00
lukem
db48ae2bcb
reverse sort all of the obsolete lists before attempting to removing,
...
incase an obsolete directory appeared in a setfile whose filename
alphasorted before another setfile with obsolete "children" of that directory.
fixes [install/21348] from Rob Quinn.
2003-05-10 10:20:31 +00:00
augustss
528dbaae90
Remove ksyms before mknod ksyms.
2003-05-09 00:13:50 +00:00
lukem
b8984d0017
etc/mail/aliases.db is optional. From [misc/18536] by Jeremy Reed.
2003-05-09 00:10:52 +00:00
christos
e98429f32c
fix ugen issue from latest shell changes that treat numeric constants
...
differently depending on their prefix.
2003-05-07 13:41:34 +00:00
gmcgarry
cd3c6906c0
Add wsfont support. Addresses PR#18388.
2003-05-04 01:18:56 +00:00
tron
8595228212
identd(8) must run as "root" to use TCPCTL_IDENT via sysctl(3). This fixes
...
PR bin/21261 by myself.
2003-05-02 08:51:08 +00:00
wiz
e50c267861
Add arc and cobalt html4 subdirs.
2003-04-30 09:40:43 +00:00
lukem
14ec4984a1
etc/powerd/** is optional
2003-04-30 09:05:56 +00:00
bjh21
24a7d37d49
Create man4 and cat4 directories for arc and cobalt.
2003-04-30 09:01:41 +00:00
ragge
ce0bf5c28d
Add ksyms to "std" devices.
2003-04-27 13:15:28 +00:00
wiz
c42e1fac66
Management, not managment. Mostly from jmc@openbsd.
2003-04-26 22:07:12 +00:00
fvdl
41f90fa6c0
x86_64 -> amd64
2003-04-26 21:59:43 +00:00
fvdl
043f21d9ea
x86_64 -> amd64
2003-04-26 19:14:17 +00:00
fvdl
0945a6df17
x86_64 -> amd64
2003-04-26 19:02:50 +00:00
perry
a6c2c6c171
Add more descriptive header comments for default dotfiles.
...
Text based on suggestions by Igor Sobrado in PR misc/21223
2003-04-24 01:02:26 +00:00
perry
66adc5d938
Add a default .logout file.
...
Suggested by Igor Sobrado in PR misc/21223
2003-04-24 01:01:39 +00:00
perry
c2c36bf309
Make a bunch of names mindlessly consistent with the one true way
...
(e.g., massbus->MASSBUS, unibus->UNIBUS, and similar for some device
names.)
Proposed by Igor Sobrado in PR port-vax/21183 -- but he sent in a
patch that he'd obviously cut and pasted from an xterm or something
that similarly destroyed all the tab characters so I had to re-do it
by hand.
2003-04-23 23:25:02 +00:00
thorpej
953de79cde
Add a reset_button script.
2003-04-20 20:55:39 +00:00
martin
66baae11eb
Add sysmon.
2003-04-20 17:03:32 +00:00
wiz
71dd417eff
{cat4,html4,man4}/arm32 not needed any longer.
2003-04-18 14:54:57 +00:00
thorpej
860e1121cf
Add /dev/power (part of sysmon).
2003-04-18 06:00:46 +00:00
thorpej
8332742ea3
Add powerd rc.d script and configuration scripts.
2003-04-18 05:42:04 +00:00
thorpej
3449ccac0f
Install powerd(8) scripts when installing etc files.
2003-04-18 05:41:47 +00:00
thorpej
e45c396415
Add a default power_button script for powerd(8).
2003-04-18 05:40:06 +00:00
thorpej
324cf4c7d6
Add /etc/rc.d/powerd.
2003-04-18 05:38:40 +00:00
thorpej
7fcb5daedb
Add defaults for powerd(8).
2003-04-18 05:21:20 +00:00
thorpej
f0150db8f2
Add an rc script for powerd(8).
2003-04-18 05:19:35 +00:00
thorpej
7591178b00
Create /etc/powerd and /etc/powerd/scripts.
2003-04-18 05:15:29 +00:00
thorpej
f72721d957
Add man4 acorn32 dirs.
2003-04-17 22:23:47 +00:00
fvdl
c3065b2a37
Create two ptys in the init case. You never know, you might need them
...
(sysinst does).
2003-04-17 18:51:23 +00:00
fvdl
750b5b8327
Add an 'init' target, that creates the device nodes in the case where
...
MAKEDEV is being called from init(8) to create an MFS /dev. For most
ports, this is the same as 'all'. The only exceptions are i386 and
x86_64.
2003-04-17 18:03:10 +00:00
wiz
4b9534ebf5
Remove quadmouse comment without matching code; remove unused qms and mouse-qms targets.
2003-04-16 10:02:43 +00:00
cjs
957075b57b
Change ipsec.conf not to be world-readable and nodiff, so we don't expose keys
...
if they happen to be in that file. Also add /etc/racoon stuff.
2003-04-16 03:16:38 +00:00
lukem
a1e70625a5
remove superfluous "uname=root gname=wheel" from etc/postfix/** entries
2003-04-15 06:21:51 +00:00
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