jmcneill
8ebbe63269
Fix typo.
2002-06-02 19:04:10 +00:00
jmcneill
fdbb6f9c72
Add mixerctl rc.d script.
2002-06-02 18:38:35 +00:00
jmcneill
56d95e6efe
Add mixerctl script.
2002-06-02 18:37:45 +00:00
jmcneill
b055b3e3e4
Add boot script to load mixer settings from /etc/mixerctl.conf, if present.
...
This allows one to preserve mixer settings across reboots by running:
mixerctl -a >/etc/mixerctl.conf
2002-06-02 18:36:46 +00:00
wiz
71661ba46a
Dig man page directories for pmppc.
2002-05-31 12:20:04 +00:00
itojun
dbbcec2c04
have bsd.endian.mk, which detects target endian.
...
generate *.db in target endian. (see tech-userlevel for discussions)
2002-05-30 21:40:47 +00:00
leo
81127fce22
Also do a 'make release' for the prepare.fs and sysinst.fs images.
2002-05-30 21:00:05 +00:00
eeh
9469f62c90
Create a bootable WALNUT and INSTALL kernel images.
2002-05-30 16:23:30 +00:00
itojun
b837b667b8
set TARGET_ENDIANNESS appropriately.
2002-05-30 09:49:22 +00:00
augustss
fe7cd55d73
Add Artesyn PMPPC files.
2002-05-30 08:54:07 +00:00
lukem
1d999ae30d
Fix cosmetic issue in check_ids() when printing out multiple missings IDs.
...
Resolves [toolchain/17024] from Tracy Di Marco White.
2002-05-26 04:38:13 +00:00
uch
d2b36af297
type miss of i partition: 9->8
2002-05-25 16:31:09 +00:00
hamajima
ecab1bf0f8
type miss of i partition: 9->8
2002-05-25 09:25:25 +00:00
simonb
fd401c6634
Add port 121/udp (erpc).
2002-05-23 04:34:39 +00:00
uch
c46d7a2d08
increase partition to 16.
2002-05-22 15:02:22 +00:00
uch
dd2fce922b
fix device minor.
2002-05-22 01:28:57 +00:00
rafal
be1025a9ed
Add glue for release stuff, extra ramdisk kernels, etc.
2002-05-21 20:56:19 +00:00
lukem
1dfde69630
Support shell metacharacters (`*', '?', '[') in /etc/changelist lines,
...
including checks for "backups that exist when actual file is deleted", a la
the existing mechanism used for "/etc/ifconfig.*" ... "/etc/rc.d/*" checks.
This resolves [security/15798] from Bob Kemp <bob@allegory.demon.co.uk>.
2002-05-21 13:50:46 +00:00
lukem
a40243df30
When using backup_uses_rcs=YES in backup_file(), after checking the file
...
in and setting -kb, check it out again, since the initial check in
trashes any RCSIDs (because -kb wasn't set at that time).
This stops the annoying situation where you add a new file (e.g, "foo")
which contains an RCSID and you get *two* notifications of differences
in two successives runs of /etc/security; the first when the file is
initially checked in and a second when diff finds the RCSID is different
(contains "foo.conf,v 1.1" instead of "foo,v 1.66").
2002-05-21 12:31:01 +00:00
atatat
adf9f4096f
tweak GECOS for games
2002-05-20 15:08:25 +00:00
atatat
feed2cb114
tweak GECOS for postfix
2002-05-20 15:06:19 +00:00
wiz
ccb70a5dbd
Add /usr/share/man/{cat,man}4/sgimips.
2002-05-20 11:03:58 +00:00
lukem
96e2ff62c8
Add two new rc.conf(5) variables:
...
rc_rcorder_flags extra flags to rcorder(8) in /etc/rc
rcshutdown_rcorder_flags extra flags to rcorder(8) in /etc/rc.shutdown
This can be used to specify extra directories to search for rc.d scripts in.
For example, adding the following to rc.conf(5):
rc_rcorder_flags="/usr/pkg/etc/rc.d/*"
rcshutdown_rcorder_flags="/usr/pkg/etc/rc.d/*"
will add the files in /usr/pkg/etc/rc.d to the list of files that rcorder(8)
uses to build the list of scripts to start or stop.
I proposed this functionality on tech-userlevel@ over one month ago.
Closes the recent [misc/16888], which asked for a similar feature.
2002-05-19 01:01:32 +00:00
lukem
1a7212d4da
Added support for the __ramdisk pseudo-argument. When given,
...
we make fewer devices to conserve inodes on the ramdisk.
(ripped off from rev 1.12 of etc.sun2/MAKEDEV)
2002-05-17 16:32:18 +00:00
toshii
f993c7b729
hpcarm isn't hpcmips.
2002-05-17 16:16:14 +00:00
lukem
634dcabc44
fix ~sshd. tweak GECOS for named,ntpd,sshd
2002-05-17 05:47:41 +00:00
lukem
0ede5cc7ca
- add check_dir(), which checks or creates the given directory, and
...
use appropriately (rather than replicating effort)
- add check_ids(), to check if the lists ids exist in the first field
of a : separated file.
- implement do_gid() and do_uid() using check_ids()
- check for ${DEST_DIR}/var/chroot/ssh instead of /var/chroot/ssh
- rename rcconf_isset() to rcconf_is_set()
- rename cmpdir() to compare_dir()
- be consistent about referring to variables with ${...}
2002-05-17 05:40:42 +00:00
itojun
e26b1052bb
use /var/chroot/sshd instead of /var/empty. suggested by christos
2002-05-16 20:59:35 +00:00
briggs
52c64de3c7
Make GENERIC.X2 as well as GENERIC, and include the srec versions.
2002-05-16 19:29:36 +00:00
itojun
2d4044e40b
check sshd uid/gid, as well as /var/empty
2002-05-14 23:35:35 +00:00
itojun
4d9f2174f9
dig sshd uid/gid, and /var/empty, for sshd privilege separation
2002-05-14 23:26:24 +00:00
thorpej
3a8cbe5d2b
Fix the do_uid() and do_gid() functions so they actually work
...
(a junk var is needed to slurp up the rest of the line that we
don't want).
2002-05-14 22:41:36 +00:00
itojun
c8ade0d0d1
check required UID/GID (named and ntpd at this moment)
2002-05-14 05:31:11 +00:00
itojun
242ce0ff66
typo in usage
2002-05-14 05:26:13 +00:00
soren
f514efc600
Make the build machinery happy for now.
2002-05-13 01:26:27 +00:00
jdolecek
afd89a8792
kill leftovers from the original
2002-05-10 21:19:05 +00:00
mason
2607ebcf46
/usr/mdec/installboot no longer exists
2002-05-09 17:06:01 +00:00
jdolecek
bdab257c56
add skeleton snapshot/release build hook
...
someone should actually write the distrib bits for luna68k eventually
2002-05-08 13:50:22 +00:00
jdolecek
8c1a587c2e
sgimips doesn't have GENERIC ATM
2002-05-08 12:17:47 +00:00
isaki
af51b338a9
Reduce pty to make more smaller install image.
2002-05-07 14:13:01 +00:00
isaki
62ed4db5a4
Dig installation/misc. because new distrib/x68k does not create it.
2002-05-07 14:11:37 +00:00
simonb
cb4eb5a74c
Fix some white space niggles.
2002-05-07 11:29:37 +00:00
jdolecek
a2624ed432
add minimal disktab, with comments only (derived from pmax one)
2002-05-07 09:28:43 +00:00
jdolecek
f298b07c59
fix typos
2002-05-07 09:27:19 +00:00
lukem
42f8815d89
Change -s srcdir and -d destdir so that they don't contain the "/etc" portion.
...
srcdir now defaults to /usr/src (from /usr/src/etc).
destdir now defaults to / (from /etc).
2002-05-07 02:11:07 +00:00
lukem
f0e51dbf17
Check for obsolete "mux 1" wscons.conf(5) entries.
...
Suggested by George Coulouris <george@coulouris.org>.
2002-05-06 03:02:59 +00:00
jdolecek
5beaf30ad8
Move the sample fstab files to /usr/share/examples/fstab/. Duplicates
...
or very similar configs removed.
2002-05-04 20:06:09 +00:00
jdolecek
abadcdeb3e
add /usr/share/exmples/fstab
2002-05-04 20:03:14 +00:00
jdolecek
074863cac2
Move the sample fstab files to /usr/share/examples/fstab/. Duplicates
...
or very similar configs removed.
2002-05-04 19:43:57 +00:00
tron
a3ed40ee7c
Sync ipf(4) after starting or stopping. This is necesarry to make filter
...
rules for dynamically created interfaces like pppoe(4) effective.
2002-05-04 13:53:02 +00:00