reed
2ae533f9b5
Use absolute path for various /sbin tools.
...
This is consistent with several other rc.d scripts
and fixes problem with /sbin not in PATH.
(Tested several times for over three weeks, but not all
parts of this code were used by me.)
2008-07-24 19:48:19 +00:00
dholland
7c82bc00af
The default named.conf should not contain a query-source statement.
...
Comment it out and describe what it's for and why not to use it.
2008-07-23 05:47:48 +00:00
dyoung
d4ef85aece
Add MKNVI to RELEASEVARS. Thanks lukem@.
2008-07-23 01:57:19 +00:00
apb
a41d4962be
s/msgs/msgs(1)/ in a comment. From PR 39167.
2008-07-18 21:12:03 +00:00
perry
654ac37d1c
so long, mom.
2008-07-16 21:27:36 +00:00
apb
b09e1b8e1d
Let "MAKEDEV ptm" create the /dev/pts directory. Requested
...
in pkgsrc-users by Christian Biere.
2008-07-13 15:22:39 +00:00
mishka
bdb4f49309
The wscons.conf syntax is assuming all arguments on their own fields.
2008-07-03 11:19:34 +00:00
christos
fc2d56c7e9
Fix perms for /var/db/postfix thanks to Matthias Drochner for the report.
2008-06-27 14:29:30 +00:00
christos
c210eb854d
/var/lib/postfix -> /var/db/postfix
2008-06-25 01:36:03 +00:00
dholland
dbdaee06a4
fix typo
2008-06-23 03:26:18 +00:00
jnemeth
f2370a7841
Add /var/lib before /var/lib/postfix as all parent directories MUST exist
...
as per mtree(8). Unbreak build.
2008-06-23 03:12:19 +00:00
christos
0d8a2b1868
add /var/lib/postfix
2008-06-22 23:12:33 +00:00
peter
5f47c5620b
Add entries for /etc/pf.conf and /etc/pf.os.
...
Suggested by Luke Mewburn in PR/35188.
2008-06-20 17:05:26 +00:00
yamt
86a4e26fc8
add a default for ftp_proxy as reminded by Geoff Wing and others.
2008-06-20 15:21:56 +00:00
jmcneill
0814e53527
Don't try to standby on a lid_switch pressed event, this has a few problems:
...
1. ACPI S1 doesn't work properly for many people on NetBSD
2. It prevents someone from using their laptop with an external display
2008-06-20 02:38:00 +00:00
yamt
fff57c5525
merge yamt-pf42 branch.
...
(import newer pf from OpenBSD 4.2)
ok'ed by peter@. requested by core@
2008-06-18 09:06:25 +00:00
lukem
e042dc6573
Provide /etc/openldap/
2008-06-11 23:56:15 +00:00
perry
dc28a7678e
make the example more generic, and include a test
2008-06-11 17:14:52 +00:00
aymeric
2974b82da3
enable the wcurses-enabled vi as 'nvi', 'nex', and 'nview'.
...
Will be put in place of the default "non-n" variants when they are stable.
2008-06-10 18:41:47 +00:00
ad
0964f00a45
Replace the example with something a bit more up to date.
2008-06-09 21:58:57 +00:00
jmcneill
e0099699ff
Stop and start bluetooth services across suspend.
2008-06-06 23:13:58 +00:00
ad
51a52ea260
i386 doesn't need ld.so.conf at this time.
2008-06-03 18:49:59 +00:00
joerg
32455b2087
Allow per-interface DHCP configuration using dhcpcd via
...
ifconfig_xxN=dhcp or a dhcp line in /etc/ifconfig.xxN.
2008-05-29 15:38:35 +00:00
joerg
e4890f8abd
Hook dhcpcd into build.
2008-05-24 19:39:30 +00:00
wiz
d07f1e1727
Sort variables.
2008-05-23 13:06:40 +00:00
hauke
f5ede5dc2e
Added driver for the Creative Systems Inc. Hurdler CPI parallel printer card.
...
Timecounter support for the Z8536 counters A + B is not complete, yet.
Reviewed by Martin Husemann.
2008-05-22 19:49:43 +00:00
lukem
1b6b1060cc
MKLDAP, USE_LDAP
2008-05-22 14:09:27 +00:00
he
4ff90c621b
Add support for optionally setting some environment variables before
...
starting ${command}, via ${name}_env.
Discussed with lukem.
2008-05-22 14:03:26 +00:00
jmcneill
1cba716bb9
If machdep.sleep_state is present, use it in favour of apm. Also stop and
...
start wpa_supplicant across suspend/resume just to be safe.
2008-05-21 13:06:10 +00:00
ad
14cd43625f
Install kernel modules into the proper locations, taking machine and
...
kernel version into account.
2008-05-20 19:01:10 +00:00
nonaka
511069cd63
copy zbsdmod.o into installation/ and create sums.
2008-05-18 01:45:47 +00:00
jmcneill
911f972dcf
Add sgi_fam, one less thing that has to be done when one wants to run
...
GNOME on NetBSD.
2008-05-17 21:37:09 +00:00
chris
2d9b8b788b
As part of make release copy the miniroot.kmod into installation/miniroot/
...
and create sums for it.
This means all the pieces to do network installation are easily accessible
following a release build (and will also come out of the build servers).
netbsd-GENERIC is in binary/kernel/
pxeboot_ia32.bin is in installation/misc/
miniroot.kmod is in installation/miniroot/
2008-05-11 12:31:45 +00:00
macallan
3b2abbc7b0
add ttyE1-3
2008-05-08 16:15:05 +00:00
tsutsui
a48fac26d7
vt100 is better than unknown for ttyZ[01].
2008-05-08 16:03:09 +00:00
gdt
6231d15c35
Remove gzipped kernel file just before running gzip >, avoiding
...
permission errors in unprivileged builds using a pre-existing
releasedir.
2008-05-07 21:30:26 +00:00
ad
59978d093b
Put the GENERIC kernel onto i386 installation CDs and load a kernel module
...
from the boot loader to provide the miniroot.
2008-05-02 23:13:05 +00:00
ad
7d1f779aa2
Build and install modules into /kernel/modules. Each module gets a
...
directory for properties, blobs, etc. It's not fixed in stone and
can easily be changed if there are issues with the location/layout.
2008-05-02 23:12:00 +00:00
jmmv
322798e84e
Adjust directory list after import of atf-0.5.
2008-05-01 15:32:46 +00:00
garbled
4b476699e2
Add a netboot directory to releasedir/installation. Put symlinks to the
...
kernels and ofwboot in there.
2008-05-01 01:58:10 +00:00
ad
928d6a0983
Give i386 and amd64 a default boot.cfg.
2008-04-30 16:48:53 +00:00
ad
da694a1ffc
For PR kern/38537:
...
- Make MULTIPROCESSOR mandatory on i386.
Installation changes:
- Update installation section of release notes to match reality.
- Rename INSTALL to INSTALL_FLOPPY, retire INSTALL_LARGE.
- Build INSTALL kernel from GENERIC, like on amd64.
- Update boot menu to allow disabling ACPI and/or SMP.
- Remove GENERIC.NOACPI from the installed kernel list.
- TODO: install default boot.cfg in etc.tgz.
- TODO: possibly enable PCI fixup stuff at runtime if ACPI is disabled.
Build changes:
- No longer build ALL, it's for verification, is slow to build and the
build process is already crippled by the number of kernels built.
- No longer build GENERIC.NOACPI.
2008-04-30 15:29:11 +00:00
martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
xtraeme
fe3dc8ad88
Fixup the rfact for the -12V sensor in the Gigabyte P35C-DS3R
...
motherboard.
2008-04-26 13:02:35 +00:00
jmmv
44baf61c66
Add sample (commented-out) entries to change the keyboard's repeat rate.
...
I always do this after a system install but never remember the correct
syntax.
2008-04-25 13:09:13 +00:00
xtraeme
1b916313b0
- Fixup rfact values for itesio(4) in the Gigabyte P35C-DS3R mobo.
...
Only a sensor is only returning unknown data, all the other ones
match what the BIOS returns.
- Improve comments and add a note for contacting me if the values
returned by drivers are not correct.
2008-04-22 13:16:32 +00:00
plunky
486e4624e5
some changes to serial bluetooth host controller interfaces
...
btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD
make btattach(8) a single-use tool for less complexity
device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.
btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland
2008-04-15 11:17:47 +00:00
apb
af04b66a89
Remove an extraneous "%" from the end of a line.
2008-04-15 09:53:58 +00:00
apb
0a0e65b2a1
In the nooutput function, use {...} to ensure that shell messages
...
like "cmd: not found" are also redirected.
This should fix a problem reported by Chavdar Ivanov in which
the message "mtree: not found" appears during installation.
2008-04-15 09:52:41 +00:00
mjf
702dec85cb
Remove entry for ttyv0. To quote chris@
...
"we're wscons on acorn32 now, and we're not going back"
2008-04-14 19:51:06 +00:00