Bruce Evans
b1d3fc49a9
Fixed a missing #include in the synopsis.
1998-01-16 18:06:23 +00:00
Martin Cracauer
7cb9d73216
Fix typo
1998-01-15 13:42:28 +00:00
John Birrell
5bd65ce6ad
Choose the default binary format based on machine type.
...
Alpha is elf, not aout.
1998-01-13 06:00:56 +00:00
Julian Elischer
4308b69579
Add code to the example 'driver-o-matic' to support being an LKM
...
This may not quite work yet but should head the user in the right
direction.
1998-01-12 07:47:03 +00:00
Ollivier Robert
89d224d415
Add support for dead keys in the French ISO keymap.
...
Submitted by: Pierre Beyssac <pb@fasterix.freenix.org>
1998-01-08 23:15:53 +00:00
Joerg Wunsch
0c860bdede
Reflect reality when documenting the link-level flags for 3c509 cards.
1998-01-08 17:09:38 +00:00
Kazutaka YOKOTA
98a2a48522
icelandic.iso.kbd
...
- New, Icelandic keymap with accent (dead) key definitions.
Based on the work done by totii@est.is .
spanish iso.kbd
- Added accent (dead) key definitions.
Based on the work done by jmrueda@diatel.upm.es .
1998-01-07 08:46:53 +00:00
Steve Price
62c1db1d1b
Revert previous commit and SEE ALSO yp(4) instead.
1998-01-07 00:57:31 +00:00
Jamil J. Weatherbee
7614b43094
documentation changes.
1998-01-06 09:39:07 +00:00
Wolfgang Helbig
d260b397c1
Add Latin LC_TIME file.
1998-01-06 00:54:33 +00:00
Wolfgang Helbig
85c0df274a
Add Finnish LC_TIME file.
...
This is the finish :-)
PR: 5409
Submitted by: Ville Eerola Thanks!
1998-01-05 00:21:18 +00:00
Steve Price
949af4d183
Note in the BUGS section that /etc/ethers has been deprecated and
...
that using a DNS server is preferred to a static file.
PR: 5233
Obtained from: partially NetBSD
1998-01-04 17:34:42 +00:00
Wolfgang Helbig
3325d1e522
Add LC_TIME file for Netherlands (nl_NL) and via symlink for
...
the northern part of Belgium (nl_BE). The southern part of
Belgium is supposed to be covered by the LC_TIME file in fr_BE.
Now only the LC_TIME for Finland is left to close PR 5409.
PR: 5409
Submitted by: Arjan de Vet Thanks!
1998-01-04 16:02:09 +00:00
Wolfram Schneider
195940cc1e
Always copy the source file map3270 during install.
...
Pointed out by: Bruce
1998-01-04 10:42:29 +00:00
Wolfgang Helbig
d7a708a41b
Add Swedish LC_TIME file.
...
Submitted by Peter Olsson. Thanks!
Changed weekdays -> weekday, as suggested by Steve Price.
PR: 5409 can be closed if someone sends in LC_TIME files
for Belgium, Finland and the Netherlands.
~
1998-01-04 00:03:53 +00:00
Steve Price
5ea3b08056
Add a couple of ?='s missed in the previous commit.
...
Noticed by: Paul Allenby <pallenby@zibbi.mikom.csi.co.za>
1998-01-04 00:00:21 +00:00
Steve Price
857f817c5c
Comment out xref to buf(9) manpage.
...
PR: 5421
1998-01-03 22:26:00 +00:00
Steve Price
6790c0cc3d
(u|w)tmp files are maintained by newsyslog(8).
...
PR: 5414
1998-01-03 20:31:25 +00:00
Wolfram Schneider
c7d591d647
Add new variables:
...
LIBCOMPATDIR [/usr/lib/compat]
LIBDATADIR [/usr/libdata]
INCLUDEDIR [/usr/include]
LIBEXECDIR [/usr/libexec]
1998-01-03 19:07:30 +00:00
Wolfram Schneider
1b0e091ab1
444 -> ${SHAREMODE}
1998-01-03 14:13:48 +00:00
Wolfram Schneider
a2ef3b1555
444 -> ${SHAREMODE}
...
/usr/share -> ${SHAREDIR}
1998-01-03 14:09:21 +00:00
Wolfram Schneider
19a80d07de
Use INFO* variables.
1998-01-03 14:06:26 +00:00
Wolfram Schneider
32bebd8d26
Undo rev 1.11, the cd is null since NOOBJ is set.
...
444 -> ${SHAREMODE}
1998-01-03 14:04:55 +00:00
Wolfram Schneider
1dd43f126a
Delete unused BINDIR variable.
1998-01-03 12:22:56 +00:00
Wolfram Schneider
8791c0511a
Set BINDIR correctly. Add BINOWN and BINGRP variables.
1998-01-03 11:29:01 +00:00
Wolfram Schneider
d073c22061
These files are now ports in ports/misc.
1998-01-02 19:32:37 +00:00
Alexander Langer
e69bcfc3bc
Expanded cross references.
1998-01-02 19:22:52 +00:00
Alexander Langer
efc0456fef
Typo fix.
...
Removed "...when it is published" from conformity statement.
1998-01-02 19:19:50 +00:00
Wolfram Schneider
0577853914
Fix install target again.
...
Pointed out by: bde
1998-01-02 17:47:07 +00:00
Mike Smith
b1303e6e75
Sample program using the ppi(4) interface to control LCD modules.
...
Currently supports the (very common) Hitachi HD44780, but can be
easily modified to add other chipsets.
1998-01-02 12:10:56 +00:00
Wolfgang Helbig
cd64468d52
Add Spanish LC_TIME file.
...
PR: conf/5409
Submitted by: Jose M. Alcaide, thanks!
1998-01-02 11:44:29 +00:00
Satoshi Asami
68ce8f76e8
About one month worth of bsd.port.mk improvements.
...
(1) Allow multiple checksums of same file.
Submitted by: hoek
(2) Add "deinstall" target as an alias to "pkg_delete $(make package-name)"
(well, something like that, see diff for details).
(3) Add new port variable USE_AUTOCONF. It appends BUILD_DEPENDS to
devel/autoconf and runs autoconf before configure.
Submitted by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi)
(4) Clarify USE_X11 and USE_IMAKE usage.
(5) Add new user-overridable variable MASTER_SITE_KDE.
Submitted by: vanilla
(6) Add support for "Latest" package links.
Idea by: Terry Lambert
(7) Try to catch obsolete tcl/tk installations that could cause problems.
Annoyed by various bogus commits by: you-know-who
1998-01-02 10:37:14 +00:00
Mike Smith
bcdf3adee7
Add a manpage for the 'ppi' device, detailing its use and feeding.
1998-01-02 09:31:18 +00:00
Wolfram Schneider
c34b37c88a
Do not install the file `zipcodes'. It is now a port (misc/na-zipcodes).
...
Fix INSTALL variables.
1998-01-01 14:05:30 +00:00
Bruce Evans
1e1642b7ec
Install diskless.8.
1998-01-01 10:50:53 +00:00
Bruce Evans
cd17eef542
Sorted lists.
1998-01-01 10:45:52 +00:00
Bruce Evans
8fd99582d2
skey.access.5 has been rotting here for more than 3 years. The version
...
in libskey is used.
1998-01-01 10:39:40 +00:00
Bruce Evans
fc372b5422
Sorted lists. Use the same style as most Makefiles for `MLINKS+=' lines.
1998-01-01 10:12:14 +00:00
Bruce Evans
3cfd401c74
Install devfs_remove_dev.9 and suser.9.
1998-01-01 09:40:21 +00:00
Wolfram Schneider
539704280d
Sync: add FreeBSD 2.2.6, OpenBSD 2.3; Correct 4.4BSD Lite2 integreation links.
1997-12-30 19:27:30 +00:00
Bruce Evans
d03815ca62
Remove `retval' from syscall functions here too.
1997-12-30 08:38:34 +00:00
Julian Elischer
f7fa6f6471
The example drivers should use 'poll' now that it has replaced select.
1997-12-30 03:23:13 +00:00
Brian Somers
339fead651
Fix typos.
...
Xref ssc(4).
1997-12-29 21:07:49 +00:00
Brian Somers
bbb985d41c
Add ssc(4).
1997-12-29 21:07:10 +00:00
Wolfram Schneider
de635b0683
The terminating character in strings is NUL', not
NULL'.
1997-12-28 12:06:29 +00:00
Steve Price
bee116f120
An a termcap entry for ancient Wyse60 terminals, wy60-nt, that don't
...
have hardware tab support.
PR: 5386
Submitted by: Kevin Day <toasty@dragondata.com>
1997-12-28 06:29:36 +00:00
Steve Price
936b0c3052
Document the new ldconfig_paths variable.
...
PR: 5178
Submitted by: Evan Champion <evanc@synapse.net>
1997-12-27 19:50:55 +00:00
Jordan K. Hubbard
6293b3997d
Update moused docs.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-12-27 05:55:54 +00:00
Wolfgang Helbig
d9730bd932
For regular files the sticky bit is ignored, but the user can still set it.
1997-12-26 12:26:43 +00:00
Jordan K. Hubbard
935f96e769
DISTRIBUTION is bin (we'll make the info dist another way).
1997-12-26 00:19:23 +00:00