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