dbj
48019a3a47
simply logic and flow of check_part function
2004-04-21 18:27:26 +00:00
dbj
1b003e4b0c
abstract superblock field reading into shell function
2004-04-21 18:06:06 +00:00
dbj
115f147f20
add function for reporting verbose messages
2004-04-21 17:26:42 +00:00
dbj
496faa9025
tweak return value of check_part function
2004-04-21 17:07:47 +00:00
dbj
324ebbbef7
some minor shell programming tweaks recommended by christos
...
use [ -n ] instead of [ ! -z ]
use $() instead of ``
use just "$@" instead ${1+"$@"}
2004-04-21 17:02:41 +00:00
dbj
bbf17112c5
use shell constructs and cat instead of sed since
...
sed may not be available early in the rc.d sequence
2004-04-21 16:12:31 +00:00
dbj
4fe7bbb7da
enable rc.d fixsb script
...
initial testing suggests that it is working and I am confident it
will not cause irrevocable damage
2004-04-18 04:02:27 +00:00
dbj
1195d38f2f
add support for turning off fixsb in rc.conf
...
default is fixsb=YES
2004-04-18 03:49:43 +00:00
dbj
d328d71583
This rc.d script attempts to correct problems
...
which may have been introduced by booting a netbsd-current kernel
from between April of 2003 and January 2004. For more information
see <http://mail-index.NetBSD.org/current-users/2004/01/11/0022.html >
This script was developed as a response to NetBSD pr install/25138
This should not be added to the Makefile or the default install until
it has been further tested
2004-04-16 14:52:52 +00:00
jwise
42d56e7289
actually, `submission' had already been added elsewhere, so remove this part
...
of rev 1.73.
2004-04-15 18:29:39 +00:00
jwise
45a0404432
IANA aliases for port 80, and give `http' as the first, as IANA does.
2004-04-15 16:42:15 +00:00
jwise
db7bfa1c0c
Add assigned ports for mail submission (587), and zephyr udp ports.
2004-04-15 16:39:09 +00:00
lukem
f1b860ea33
Convert lines of the form
...
(cd ${.CURDIR}/somedir && ${MAKE} AVAR=value atarget)
to
${MAKEDIRTARGET} somedir atarget AVAR=value
which results in a "prettier" display of these operations
2004-04-13 12:43:12 +00:00
kim
ed816845e6
Avoid the output "Running xxx.local" if the "xxx.local" script
...
does not produce any output. This matches what /etc/security
already does with /etc/security.local output.
2004-04-09 17:35:21 +00:00
kim
4d55452261
Catch STDERR from /etc/security.local (not just STDOUT).
2004-04-09 17:33:35 +00:00
lukem
68909c287b
Store the full path to the /usr/sbin/postfix in $postfix_command
...
and use the latter postfix_op() to implement start/stop/reload.
(We generally use full paths in rc.d scripts.) Problem noted by Bill Squier.
2004-04-08 06:15:27 +00:00
mrg
f79db8d04e
move ipmon's "-D" argument from "command_args" to "ipmon_flags" so that
...
passing an (optional) filename argument (that must come last) works fine
from $ipmon_flags. from PR#25006.
2004-04-04 13:59:36 +00:00
mrg
a2dc58e139
add 587 tcp/udp for submission "Message Submission" protocol; from PR#25028
2004-04-04 12:53:03 +00:00
jmmv
3c8a1444d9
Introduce and use the rcvar_manpage variable, which contains the manual page
...
name where the user should look at for documentation about rcvar. It defaults
to 'rc.subr(5)', as rc.subr is mainly used by rc.d scripts.
This variable is useful to let the daily, weekly, monthly and security scripts
tune the warning message shown when any of the variables they handle is not
properly set.
Closes PR misc/23908.
2004-04-02 13:13:47 +00:00
fredb
f6e9f3cb15
Backout last change. I failed to note that the problem described in
...
PR bin/24653 had already been fixed with revision 1.9 of this file.
2004-03-31 18:01:07 +00:00
fredb
ee6be08283
Take account of the fact that "ntpd" writes it's pidfile after chroot().
...
Closes PR bin/24653.
2004-03-31 17:52:06 +00:00
mrg
9be30af863
apply kre's patch from PR#18628:
...
if /var/account/acct.0.gz exists, keep all the old accounting files
in gzipped format.
2004-03-29 02:17:26 +00:00
dan
0909a31142
Note master.cf change and provide instructions regarding the fact that
...
postfix does not listen on the network by default.
2004-03-27 00:07:48 +00:00
dan
b594741397
note that postfix requires a source of domain name information, along
...
with several options
2004-03-26 23:54:29 +00:00
matt
336f743b3b
s/CDROM.work/CDROM.dir/ VAX ISOs can be built again.
2004-03-23 22:35:30 +00:00
enami
ef38ad00a0
Search and replace by hand rather than using gsub() in loop. This reduces
...
number of search and prevents DFA cache overflow (and script runs faster).
2004-03-18 22:51:59 +00:00
mycroft
b28430ff55
Build a SMDK2410 kernel.
2004-03-17 23:37:20 +00:00
scw
7ff62916e2
Specify both Cayman kernels in KERNEL_SETS
2004-03-17 20:29:43 +00:00
lukem
c16dc445c3
style consistency cleanup
...
support "diff -p"
use "err 1" instead of "diff_usage"
2004-03-16 23:15:40 +00:00
enami
3ad4f06f88
Add missing close().
2004-03-16 23:08:10 +00:00
enami
4e3d261647
Add new operation `diff', which is similar to `check' but also runs diff
...
command on files need to copy while compare_dir.
2004-03-16 23:03:14 +00:00
matt
bc0e841788
Build EV64260 and EXPLORA451 kernels
2004-03-13 07:21:41 +00:00
jdolecek
5923227e2c
the device name is 'verifiedexec', not 'veriexec' (the filename is 'veriexec',
...
tho)
2004-03-10 18:33:12 +00:00
garbled
4790f1f739
Apply patch from PR bin/24695 by Peter Postma. Add additional
...
directories required by sushi.
2004-03-09 20:09:40 +00:00
cgd
a8d81512fb
add a relatively trimmed 'init' case.
2004-03-09 06:04:33 +00:00
lukem
6e46cc7242
Use "mknod -R" for "MAKEDEV -f".
...
Fixes problem noted by Bernd Ernesti on current-users,
with solution suggested by David Laight.
2004-03-08 23:05:37 +00:00
cgd
335ed73c4c
sync after building kernels. on some host systems (Linux) on NFS
...
have been seen to fail with the error:
pax: File ./netbsd was modified during copy to archive
and this avoids it.
2004-03-08 05:46:44 +00:00
agc
c0585f5a71
Allow CKSUM to be overridden.
2004-02-25 15:00:59 +00:00
jonb
c384cda06a
Add ssh_keygen_flags variable to rc.conf to allow users to set the
...
size of auto-generated keys if desired.
2004-02-18 17:36:34 +00:00
enami
4b4d77a7b2
Disable parallel build when doing make params so that `---- params ----'
...
won't be emitted into /etc/release.
2004-02-13 23:48:10 +00:00
jdolecek
ba30c144ea
add missing && in the home directory group writability condition;
...
gawk somehow coped even without (defaults to && ?), but nawk printed
bogus warnings (defaults to || ?)
2004-02-09 09:04:13 +00:00
lukem
7833fb35ce
Move the 'build date' & 'built by' stuff to the "build settings" section.
2004-02-07 07:59:17 +00:00
itohy
867dc753a9
Add /etc/locate.conf
2004-02-06 15:36:52 +00:00
itohy
b38b0bf922
Configuration file of locate(1) database.
2004-02-06 15:24:25 +00:00
jdolecek
fce24261df
create the lpt?ctl device when making lpt? or lpa?; this device has
...
no meaning for 'old' lpt(4) (lpt?ctl is equal to lpt? there), but
has some special meaning for 'new', ppbus-based lpt(4)
2004-02-03 21:43:43 +00:00
lukem
0541807809
The ssh_known_hosts check for "NetBSD RCSID matches" does not belong in
...
postinstall, so remove it; sshd functions fine without the entries.
This type of functionality is performed as part of etcupdate(8) (et al).
2004-02-03 08:02:41 +00:00
sommerfeld
41f92bdfec
Update to 2004012900 version
2004-02-01 14:19:44 +00:00
christos
0120b80220
add identd
2004-02-01 02:32:58 +00:00
christos
a73f51dc63
new lines for identd [ipv6 support and option adjustment]
2004-01-31 21:51:53 +00:00
christos
1359f873c4
new identd script
2004-01-31 21:50:45 +00:00