martin
093f5dbc55
Rename ISDN devices, per discussion on tech-kern. The network devices
...
become ippp (ISDN ppp) and irip (ISDN raw IP). The character device now
are called: /dev/isdn (isdnd <-> kernel communication), /dev/isdnctl (dialing
and other control), /dev/isdntrc* (tracing), /dev/isdnbchan* (raw B channel
access, i.e. for user land PPP) and /dev/isdntel* (telephone devices, i.e.
for answering machines).
2002-03-16 17:03:28 +00:00
ad
087ddca279
Move stic*' before
st*' to avoid a false match.
2002-03-16 16:56:44 +00:00
tsutsui
ffe9018d26
Remove st1 and unnecessary wscons devices from floppy.
2002-03-16 16:42:46 +00:00
tsutsui
fbe3c6dd52
Make also sd2 and sd3 devices for install floppy.
2002-03-16 16:05:22 +00:00
jandberg
9ddf538d8e
added wscons vts
2002-03-13 19:38:05 +00:00
lukem
9bcc098690
Use ${_arg}_postcmd even if we're not using the default ${_arg}_cmd method.
2002-03-13 06:58:34 +00:00
lukem
9cfa003dc7
Implement ${_arg}_postcmd support, which is run if a default
...
start/stop/reload/restart operation succeeds (i.e, zero exit code).
Code from Lubomir Sedlacik <salo@Xtrmntr.org>.
2002-03-13 04:50:08 +00:00
simonb
f5612134fc
Remove trailing semicolons from lines that don't need them.
...
TABify many lines.
2002-03-13 01:26:54 +00:00
simonb
af03fa8023
Add an RCS id.
2002-03-11 11:29:29 +00:00
itojun
0a2445c3b6
move sshd config files to /etc/ssh
2002-03-11 04:57:55 +00:00
itojun
ce418d6d8e
dig /etc/ssh
2002-03-11 04:38:41 +00:00
bjh21
9d5896ee9e
When making a release, build the release notes, and copy them and boot26
...
into the release directory. Also make checksums for boot26.
2002-03-07 23:12:54 +00:00
thorpej
f44b824188
Use ${PRINTOBJDIR}.
2002-03-05 19:53:19 +00:00
lukem
4b99ad4ad4
provide check_DESTDIR and check_RELEASEDIR targets in <bsd.own.mk>
...
and use those rather than local versions
2002-03-05 03:51:21 +00:00
shiba
c6fac1444f
Clean up make release procedure. But just make through
...
in distrib/mac68k/miniroot.
Reviewed by fredb, briggs
2002-03-04 16:43:06 +00:00
lukem
6b68804273
various cleanups inspired by etc.i386/MAKEDEV:
...
* use "ln -fs foo bar" instead of "rm -f bar; ln -s foo bar"
* remove unnecessary chown root or chgrp wheel directives; older code here
didn't bother doing this, so why be inconsistent
* when making directories, don't use -p and don't redirect stdout to /dev/null
* clean up whitespace
* wrap the main parser code in a function makedev(), and call makedev
instead of "sh $0". (this is a bit faster)
* don't barf when we have fdesc mounted; just skip the devices fdesc provides
(these files should really be automagically generated...)
2002-03-04 14:02:29 +00:00
minoura
3b21dd73bb
rm ; ln -s -> ln -fs
2002-03-04 09:56:41 +00:00
lukem
6afd7807f4
be consistent with every other port and use symlinks rather than hardlinks
2002-03-04 07:10:46 +00:00
nathanw
3d66460938
Add sysmon devices.
2002-03-03 18:19:02 +00:00
toshii
0d030b3347
Use a tab instead of 7 spaces.
2002-03-03 14:15:58 +00:00
mrg
685d1c413a
clean up a little:
...
- don't set the securelevel to the same thing
- don't try to lower the securelevel
inspired by PR#13647
2002-03-01 17:58:00 +00:00
chs
4318a1a32b
copy kernels to the releasedir even when KERNELS_DONE is defined
...
(i.e. only skip building the kernels). fix some comments while I'm here.
2002-03-01 06:22:09 +00:00
lukem
c5a625870b
ipmon: set -D via command_args rather than the default ipmon_flags.
...
resolves [install/15753]
2002-02-28 01:06:13 +00:00
scw
5b72ef673a
MD etc glue for mvmeppc.
2002-02-27 21:17:52 +00:00
kleink
80f8e27ae5
Bring pseudo terminal devices' major numbers in sync with reality again.
2002-02-26 21:13:32 +00:00
kleink
696ed33e26
Bring pseudo terminal devices' major numbers in sync with reality again.
2002-02-26 20:46:59 +00:00
itojun
9820da6ce1
supply reverse lookup for ::1 on ip6.arpa too
2002-02-26 08:48:35 +00:00
lukem
1f04f759a5
remove chown root:wheel . that I added in 1.164; too many warnings with fdesc
2002-02-25 13:03:36 +00:00
lukem
80ce7c6cb7
Fixes derived from [bin/15563] submitted by Ron Roskens:
...
- Don't su(1) to ${name}_user if running as that user.
- Support $procname as the name of the process to search for.
Defaults to the value of $command.
2002-02-25 12:49:33 +00:00
lukem
5bf3bfa2bb
fix spelo. crank copyright year
2002-02-25 08:11:23 +00:00
atatat
681a706ec7
Change a 62 to a 16, so that the proper number of slots is skipped.
...
Fixes PR 15650.
2002-02-25 07:34:55 +00:00
lukem
04784cf374
Don't run "status" as if "force" is set, thus reverting part of rev 1.29.
...
I can't remember the rationale for why I made that change in the first place,
and there's been some good arguments presented to me as to why the rcvar
should be checked before status is run.
2002-02-25 07:12:47 +00:00
lukem
0ccd65df49
run_rc_script() improvements:
...
- always unset the variables used by run_rc_command() before sourcing an
rc.d script, rather than just when rc_fast_and_loose is in effect.
this allows run_rc_command() to be used in .sh scripts (with care).
- remove comment describing now-former limitation of .sh scripts.
- make the rc_fast_and_loose check only after the `` not *.sh / not scratch
/ script-is-executable '' checks. rc_fast_and_loose now behaves a lot more
like the normal operation, in that it skips scratch files and
non-executable files
2002-02-25 06:58:14 +00:00
wiz
a287908210
Mark mk.conf optional, addressing install/15572.
2002-02-24 17:17:48 +00:00
lukem
7d6824228d
Support alternate config dir for sshd conf file and keys (defaults to "/etc").
...
Based on [misc/12473] from Jim Bernard.
2002-02-24 12:50:08 +00:00
ad
5fcb6944f5
- Make stic0 as part of wscons.
...
- Remove wsmouse0/wskbd0 from all, since it already calls MAKEDEV wscons.
2002-02-22 16:20:44 +00:00
thorpej
2658062b61
Add "bin" to the list of valid kernel suffixes.
2002-02-22 05:08:16 +00:00
garbled
120f0525b3
add a note requesting people edit share/sushi/system/rcconf/form when editing
...
this file to keep it in sync.
2002-02-21 19:59:09 +00:00
lukem
0c7bc63d83
oops; forgot to retain previous setting of $_flags (aka $syslogd_flags)
...
which adding "-P /var/run/syslogd.sockets"...
2002-02-20 01:49:59 +00:00
veego
908b0c7ea5
Add ./etc/ipf6.conf
2002-02-19 21:33:13 +00:00
tron
17e6126494
Back out last change as suggested by Hubert Feyrer in private e-mail:
...
The "ttys" file is modified by "sysinst" during installation.
2002-02-17 21:04:31 +00:00
tron
b08c6b723c
Enable for "getty" processes because because the i386 port used wscons(4)
...
default these days and the default "wsconf.conf" creates four screens.
2002-02-17 20:41:42 +00:00
ross
a70d2bc993
Comments here are harvested for a man page, so avoid &<>.
2002-02-14 13:42:05 +00:00
martti
8f0fa118e2
Added ttyp[g-zA-Z] (bin/15594).
2002-02-13 09:46:01 +00:00
gmcgarry
9c180c43cc
EXTRA_KERNELS -> BUILD_KERNELS
2002-02-13 06:30:46 +00:00
reinoud
d4a4f7bbb8
Remove an old `shark' comment and enable ttyv0 for now until we completely
...
switch over to wscons.
2002-02-12 14:01:58 +00:00
lukem
a402e4cd01
populate /var/spool/postfix/etc with /etc/{localtime,resolv.conf,services}.
...
per suggestion from perry.
2002-02-12 02:19:27 +00:00
lukem
852ef3de6f
improve comment, and clean up a test
2002-02-12 01:26:36 +00:00
lukem
62498fc17a
reset perms of ptyX[0-9a-zA-Z] instead of just ptyX[0-9a-f]
2002-02-12 01:23:11 +00:00
skrll
dd6c2b08f4
Add in the changes tls@netbsd.org made to all the other ports recently.
2002-02-11 15:57:54 +00:00