jdolecek
94172cbcb1
in short netstat output, use 12 characters for [IO]pkts columns, so that
...
it doesn't overflow too easily
2006-05-27 08:56:47 +00:00
lukem
6d23caf285
Implement check_devices_ignore_paths, which is a list of paths to
...
avoid traversing during check_devices.
2006-05-25 02:38:10 +00:00
liamjfoy
4876c304b1
Integrate Common Address Redundancy Procotol (CARP) from OpenBSD
...
'pseudo-device carp'
Thanks to: joerg@ christos@ riz@ and others who tested
Ok: core@
2006-05-18 09:05:49 +00:00
simonb
c1cf826a2c
In the rc.d file list, start a new line for each first letter of
...
the rc.d scripts. Indent by an extra tab to match indentation of
usr.sbin/postinstall/postinstall
2006-05-14 15:43:54 +00:00
mrg
c31382a543
add /usr/include/g++/{debug,tr1}.
2006-05-12 01:57:59 +00:00
rpaulo
b70b378d36
add missing files
2006-04-30 19:57:07 +00:00
rpaulo
80cb906203
Add a script to start irdaattach on boot.
2006-04-30 15:18:19 +00:00
rpaulo
c90cd3ee2c
./usr/share/examples/hostapd
2006-04-30 13:54:16 +00:00
rpaulo
32cb3ed274
Remove wrong comment.
2006-04-30 13:00:04 +00:00
rpaulo
6971718ee3
rc script to control hostapd.
2006-04-30 12:54:26 +00:00
thorpej
7906863b14
Add /usr/include/prop
2006-04-28 03:27:49 +00:00
blymn
f79b447e34
Fix rtc offset calculation for timezones that are not integral hours.
2006-04-26 09:57:01 +00:00
hubertf
831546110a
When switching the /etc/etc.current symlink, make it relative to /etc,
...
not absolute.
This affects an update with sysinst, which will try to look at
/targetroot/etc/fstab, which points to /etc/etc.whatever, which is
not there during the upgrade, and results in all (/targetroot)/etc
files getting nuked!
2006-04-23 23:26:26 +00:00
uwe
0bef15d29d
Build GENERIC kernel as part of make release.
2006-04-22 02:19:47 +00:00
veego
f43a65b85e
Don't try to backup a 'nfs' disklabel, which will happen because of the
...
recent iostat changes.
Patch supplied in pr# 33274 by Geoff C. Wing.
2006-04-17 07:38:53 +00:00
rpaulo
94c889ba30
Add dict port numbers.
2006-04-16 23:29:29 +00:00
nonaka
407f05e765
A port of NetBSD to the I-O DATA HDL-G "Giga LANDISK".
...
Please refer to following URL for this machine.
http://www.iodata.com/products/products.php?cat=HNP&sc=HDL&ts=2&tsc=14&sc=HDL&pId=HDL-G400U
2006-04-16 02:22:33 +00:00
tnozaki
a3e63d71ca
add following encoding support to iconv:
...
* KOI-7(iso-ir-37, iso-5427)
* KOI-8(old KOI8)
* KOI7-switched(iso-2022 variant)
* KOI8-C -- Pablo Saratxaga's X_LOCALE KOI8-C(Caucasus)
* KOI8-CyrillicOld -- Serge Winitzki's KOI8-C(Cyrillic-Old)
** not exported yet **
* KOI8-E(iso-ir-111, ecma-cyrillic)
* KOI8-RU
* KOI8-T
2006-04-08 14:15:48 +00:00
gdamore
232fbf8220
OMSAL-400 and MTX-1 should only be built little endian.
2006-04-07 15:26:59 +00:00
drochner
9a7f5fbd60
cdk is obsolete
2006-04-07 12:40:10 +00:00
gdamore
f212995691
Remove AR531X. Its too soon for this to be released, IMO. We may need
...
to change this kernel to AP30 and add other configs for AP43, AP51, etc.
2006-04-07 05:08:04 +00:00
uwe
dff51916a7
Spell "baud" correctly.
2006-04-06 22:31:11 +00:00
tsutsui
a149bb200b
Create /dev/panel0 on target all_md.
2006-04-06 15:02:12 +00:00
scw
34b4a96dbb
Add a kernel driver and userland program for the Topfield TF5000PVR range
...
of digital video recorders popular in Europe and Australia.
These devices have a USB client port which can be used to upload and
download recordings (and other files, such as MIPS binaries for execution
on the DVR's CPU) to/from their internal hard disk, in addition to some
other operations on files and directories.
2006-04-03 08:15:48 +00:00
jdolecek
dbfcc2f3c5
don't check ntfs and msdosfs for devices/set[ug]id files; neither of those
...
are supported on the filesystem, so no need for checking
PR: 33092 by Aleksey Cheusov
2006-04-01 17:13:19 +00:00
he
5e1904ecea
In order to handle some perl scripts running as daemons, add a
...
pattern which also matches "`basename $interpreter`: $command" in the
ps listing. Should fix PR#31932.
2006-04-01 10:05:50 +00:00
tnozaki
b37120b682
add iconv support for Armenian State Standard encoding:
...
ARMSCII-7, ARMSCII-8, ARMSCII-8A
2006-04-01 04:13:21 +00:00
he
588e007881
If we're building for mipsel, we need to build the INSTALL_OMSAL400 kernel
...
so that the build of the install image works.
2006-03-31 21:25:59 +00:00
gdamore
dc7ac4a98c
Added kernels for AR531X, DBAU1500, DBAU1550, and MTX-1.
2006-03-28 18:18:12 +00:00
shige
c4e1d3e7c7
Add OMSAL400.
2006-03-28 18:00:30 +00:00
tnozaki
307ce80709
add kk_KZ.PT154 locale and iconv support for PTCP154.
2006-03-28 14:44:00 +00:00
ghen
5f73509dc3
Document the defaultroute6 rc.conf variable and the /etc/mygate6 file in
...
/etc/defaults/rc.conf, /etc/mtree/special, and rc.conf(5). Ok with wiz.
2006-03-27 10:07:07 +00:00
christos
6aba0a176a
Add parentheses.
2006-03-25 17:19:02 +00:00
tnozaki
ade0b1e1b5
add following locales:
...
af_AZ.ISO8859-1/15
be_BY.ISO8859-5
en_NZ.ISO8859-1/15
et_EE.ISO8859-15
eu_ES.ISO8859-1/15
pt_BR.ISO8859-1
ro_RO.ISO8859-2
sr_YU.ISO8859-2/5
ukUA.CP1251/ISO8859-5
2006-03-23 23:23:38 +00:00
wiz
eaefa28b52
Remove some more kerberosIV remnants.
2006-03-23 20:02:56 +00:00
itojun
682cc4ce96
disable recursion by attackers (yes, attackers do use recursion to perform DoS).
2006-03-23 13:50:44 +00:00
hubertf
2785aa55bc
Add to comment for "mapfile": see also /usr/share/wscons/keymaps
2006-03-22 00:13:44 +00:00
bouyer
2c84df432e
Build XEN3_U and INSTALL_XEN3_U kernels as part of release process.
2006-03-20 22:36:37 +00:00
christos
ad4cee0d1e
remove KerberosV
2006-03-20 04:14:42 +00:00
christos
85e611dd01
Goodbye KerberosIV
2006-03-20 04:03:10 +00:00
tnozaki
10269f58df
added be_BY.CP1251, ru_BY.CP1251, ru_RU.CP1251 locale.
...
requested by cheusov AT tut DOT by, thanks.
2006-03-14 16:16:44 +00:00
tnozaki
274950e65d
added macintosh encodings(single-byte only).
2006-03-13 19:45:35 +00:00
scw
0647057b83
Add NSLU2 to armeb KERNEL_SETS.
2006-02-28 20:41:31 +00:00
wiz
e793469a2f
Remove ./usr/include/dev/vinum, already marked as obsolete.
2006-02-25 10:30:11 +00:00
simonb
f265cb64ba
Use "default" instead of "std.38400" for console and tty entries.
...
38400 doesn't seem to work well on 115200 baud consoles...
2006-02-24 10:15:23 +00:00
dsl
af7a34f15a
A version of etc/Makefile that doesn't contain the word WAIT.
...
Only slightly dissimilar to the one Chuck Silvers posted to tech-toolchain.
Builds are now likely to proceed as far as running out of space in the
install media.
2006-02-17 22:09:33 +00:00
agc
ff442725b0
Update the default targets file to reflect the new syntax.
...
Don't try to be cute with magic values like "any" here, since the netmask
is probably more easily understood in "slash notation".
2006-02-16 19:30:57 +00:00
dsl
4975ba94fa
Add some more .MAKE so that we don't run multiple parallel makes.
2006-02-15 21:59:08 +00:00
dsl
977304b7cd
Remove the dependencies against 'check_DESTDIR' and 'check_RELEASEDIR' from
...
snap_pre so that make will execute it before building the kernels.
This is all because .WAIT doesn't recursively apply to dependencies.
Add some .PHONY and .MAKE so that child makes use the same job pipe.
2006-02-11 20:56:29 +00:00
agc
8ea6bf9b52
Install the iscsi/auths file as mode 600.
2006-02-11 09:33:16 +00:00
gdamore
bcbff1364b
Add evbmips and manual pages to distribution files, as requested by wiz@
2006-02-11 01:51:22 +00:00
agc
2235f2dadf
Add distribution entries and supporting files for the iSCSI target.
2006-02-08 19:02:58 +00:00
christos
1dec6a8251
remove sushi records.
2006-02-08 17:19:00 +00:00
christos
689068aead
remove reference to sushi
2006-02-08 15:32:24 +00:00
he
121de2c74e
Follow up the rename of the PB1000 kernel to ALCHEMY.
2006-02-06 20:14:36 +00:00
wiz
d1be1d7143
Add some dirs for groff-1.19.2.
2006-02-06 18:35:27 +00:00
hamajima
779483779d
EP93xx has 8 GPIOs. I increased /dev/gpio*.
2006-02-06 13:12:41 +00:00
rpaulo
17c8f9e65d
PR 32666: /etc/security may cause tapes to rewind. By Duncan McEwan.
2006-01-29 23:17:24 +00:00
apb
37bd5c7de8
mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord.
...
Reported by Jukka Salmi.
2006-01-29 14:03:59 +00:00
apb
c5a4ad0143
Explicitly include ${.OBJDIR} in the definition of CDROM.dir
...
and CDROM.pathlist. This probably makes no difference,
but is less confusing.
2006-01-28 21:37:11 +00:00
dsl
182dbda602
Until someone fixes .WAIT (see PR/32594) add a .NOTPARALLEL so that we
...
don't try to build the kernel sets before the kernel itself is built.
2006-01-22 20:19:52 +00:00
tsutsui
00d4bf02ec
Do ${MAKESUMS} for miniroot image.
2006-01-22 14:46:45 +00:00
tsutsui
76dc80af73
Do ${MAKESUMS} for install floppies.
2006-01-22 14:42:34 +00:00
kleink
ce1abcb4d5
zoneinfo/SystemV is gone; forgot to commit this with tzdata2005r.
2006-01-21 09:54:03 +00:00
garbled
708af10eb8
Add the pjlfilter to the HP printer example entry.
2006-01-20 08:41:29 +00:00
thorpej
13f83a7396
Add /libdata, /libdata/firmware, and /usr/libdata/firmware directories.
2006-01-17 06:58:28 +00:00
is
d3b456094f
don't build any kernels, for now
2006-01-14 23:05:28 +00:00
is
e58608126f
copied from etc.amiga/
2006-01-11 16:06:36 +00:00
tsutsui
98d3b4882a
Install bootloader binaries into ${RELEASEDIR} for netboot.
2006-01-09 01:36:29 +00:00
dsl
f5d380b30d
Remove the sp#9600 from the entry for Pc|Pc console.
...
wscons will have set 9600 somewhere, and if it is a real serial port the
kernel will have set the baud rate based on information passed by /boot.
Now an unmodified system will boot in a Soekris net4801 at 38400 baud.
2006-01-08 22:23:46 +00:00
wiz
722d027127
Remove ./usr/X11R6/include/X11/fonts/codeconv, its contents have
...
been obsoleted quite some time ago.
2006-01-06 16:59:20 +00:00
apb
6e6270281c
After running ${TOOL_MTREE} to create directories from the
...
specification in .../mtree/NetBSD.dist, run ${TOOL_MTREE} again with
different args to register the new directories in the metalog.
Previously, these directories were not mentioned at all
in the metalog.
Reviewed by agc
2006-01-04 15:27:12 +00:00
rjs
968e3b9beb
Add INSTALL_IPAQ to build.
2005-12-30 11:37:06 +00:00
rjs
8675bf897f
Add GENERIC_ACPI and INSTALL_ACPI kernels to the build.
2005-12-30 11:31:36 +00:00
tsutsui
6d7a926f8c
Add md etc files for ews4800mips.
2005-12-29 15:28:36 +00:00
rpaulo
611aa56a92
Add 4 new protocols: rsvp-e2e-ignore, mobility-header, udplite and mpls-in-ip.
2005-12-18 21:39:52 +00:00
mrg
01a1429f89
add altq.
2005-12-18 03:01:40 +00:00
peter
3c194e239e
Add an extra argument to "setvar" to indicate whether a keyboard,
...
display or mouse variable should be changed. This is backwards compatible
with the old setvar style: if the argument is not specified, it defaults
to `keyboard'.
2005-12-13 21:46:47 +00:00
christos
c77312c21b
set the query source address to 53; with this setup, the vanilla config
...
file will work in most situations.
2005-11-29 21:08:13 +00:00
christos
6491f15ca3
fix migration problems:
...
1. missing slash created namedb127 files in the dest dir.
2. /etc/named.conf was not getting migrated.
2005-11-29 21:07:25 +00:00
rpaulo
7acb962baa
RFC 3879 deprecated the IPv6 site-local prefix (fec0::/10):
...
* remove all references to $ip6sitelocal and output a warning
message if the variable is defined.
* introduce $ip6uniquelocal (defaults to 'NO') that will control the
behaviour of the system when $ip6mode is ``router'' (i.e. fc00::/7
will not be routed if the variable is ``NO'') as per RFC 4193.
Thanks to Jonathan A. Kollasch for pointing this out in PR 32152.
2005-11-24 17:28:45 +00:00
tsutsui
5fcffc47a7
Build small INSTALL kernel for bootstrap with the cobalt native bootloader.
2005-11-23 08:22:54 +00:00
rpaulo
db8440ab65
Add smtps: 465 tcp/udp. We need it for postfix since we ship it with
...
TLS support.
2005-11-21 12:29:41 +00:00
wiz
850fd51087
Add /usr/share/legal.
2005-10-22 12:31:52 +00:00
hubertf
3b644e49b3
Per Christos (board):
...
* move src/etc/COPYRIGHT to src/share/legal/COPYRIGHT and install that
(in /usr/share/legal)
* nuke src/share/man/man0/COPYRIGHT
* mark /usr/share/man/COPYRIGHT as obsolete
2005-10-22 06:04:57 +00:00
hubertf
df48f941aa
Fix comment: "Below", variables are assigned with += not =
2005-10-22 05:46:06 +00:00
elad
07a01daf00
Load Veriexec signatures after mountall. Use veriexec_strict and
...
veriexec_verbose to set strict level and verbose level in rc.conf.
Defaults are 0.
2005-10-15 23:26:30 +00:00
tsutsui
387175fffe
- tty0? -> ttyZ?
...
- add ttyE0
2005-10-15 03:00:30 +00:00
tsutsui
822346a086
tty0? -> ttyZ?
2005-10-15 02:58:31 +00:00
elad
78df0b1930
Revert previous commit; I'll find a better solution.
2005-10-11 21:36:11 +00:00
elad
d8980923a4
We need mountall here.
2005-10-11 21:24:09 +00:00
he
6de0a4bd6a
Add entries so that ./usr/share/doc/html/bind9/arm gets created,
...
now that we want to install something there.
2005-10-11 06:12:43 +00:00
jmc
38f5f32c9c
After building sets, make sure and checksum the kern-* files in binary/sets.
2005-10-07 17:22:12 +00:00
tsutsui
a1987ab423
Remove old tty0? entries and add new ttyC? and ttyM?.
2005-10-07 16:20:43 +00:00
tsutsui
76540c92cb
Remove compat symlink entries for old dca(4), dcm(4) and apci(4).
...
Now they might cause other problems.
2005-10-07 16:15:41 +00:00
rpaulo
995861ac50
Replace tty0[0-1] with ttyZ[0-1] because if we list symlinks, PAM
...
would break and remove tty0[2-7] since they don't exist.
2005-10-07 11:38:19 +00:00
martin
c1a47858e9
Better size estimation (the previous code counted the compressed kernels,
...
but we only need the constant size volume header)
2005-10-04 16:11:15 +00:00
christos
1cd51a7e8a
update todo items.
2005-10-03 00:17:53 +00:00
jmcneill
d94618bd3e
Add gpio devices to template.
2005-09-27 02:44:12 +00:00
christos
bc249013c1
Add the TOG copyright.
2005-09-24 18:22:22 +00:00
tsarna
a3e8f0991e
Add pam_afslog. Like pam_krb5, this is a fast, quiet no-op if you aren't
...
actually using it the subsystem.
Approved by: gendalia
2005-09-22 01:02:12 +00:00
elad
392d31ddc2
Use more sane defaults for commented out fingerd entry.
...
From OpenBSD and Zafer Aydogan.
PR/31341.
2005-09-18 19:47:28 +00:00
tsarna
9cb3a4de17
Default rwhod to running as _rwhod (but leave disabled by default).
...
I thought I already comitted this one...
2005-09-15 03:40:34 +00:00
tsarna
384be89761
Adjust for ownership of /var/rwho
2005-09-14 14:01:57 +00:00
tsarna
cd41b5d099
add _rwhod user (and group)
2005-09-12 16:21:56 +00:00
rpaulo
0a8fc88cf5
Remove the localhost ip6.int example since, as per RFC 4159, ip6.int is
...
now depreciated.
Discussedon tech-net.
2005-09-01 14:02:01 +00:00
tron
f851540ac2
Move "named.conf" example configuration to "/etc" because that is where
...
named(8) looks for it. You can now really get a caching name server
by simply setting "named=yes" in "/etc/rc.conf" as documented in
The NetBSD Guide. This fixes PR bin/30662 by Christian Hattemer.
2005-08-30 10:58:33 +00:00
peter
9c1da17e90
pf needs to be started after the network is up, because some pf rules
...
derive IP address(es) from the interface (e.g "... from any to fxp0").
This however, creates window for possible attacks from the network.
Implement the solution proposed by YAMAMOTO Takashi:
Add /etc/defaults/pf.boot.conf and load it with the /etc/rc.d/pf_boot
script before starting the network. People who don't like the default
rules can override it with their own /etc/pf.boot.conf.
The default rules have been obtained from OpenBSD.
No objections on: tech-security
2005-08-23 12:12:56 +00:00
perry
15e3f0cc19
Small ugly hack -- sed "Mounted on" to "Mount" so that the df line
...
fits in <80 columns.
We should probably do this better -- I'm going to look into importing
der mouse's halign program to make a cleaner job of this.
2005-08-22 14:24:45 +00:00
perry
9e84da172c
Make max_loginlen and max_grouplen 16.
...
We've handled 16 character logins for quite some time, and we even
have packages that create >8 character accounts. There is no point in
pretending the limit is 8 any more by default.
Discussed (very lightly -- there was little comment) on tech-userlevel
2005-08-22 14:09:23 +00:00
rpaulo
82bdaacb4f
Adapted to the changes of grfinfo(1) MANSUBDIR (hp300). (thanks Klaus Klein)
2005-08-20 17:23:53 +00:00
drochner
35a754577f
add SIP
...
(not going to import everything from IANA, but this is an increasingly
popular one)
2005-08-16 19:41:01 +00:00
peter
ad9c34ce5c
Changes suggested by lukem:
...
1. Order pf to start before the network is configured.
2. If the pf_rules cannot be found at boot time, abort the boot (from the
ipfilter script).
2005-08-10 13:52:05 +00:00
peter
c9c458f33c
Add command_args="-D" to the ftpd rc.d script. This flag is always needed
...
when running ftpd as daemon and it will now automatically be appended to the
command line, even if ftpd_flags doesn't have it.
Suggested by Alan Barrett and Luke Mewburn, thanks.
2005-08-09 14:59:33 +00:00
peter
c100ff5b4d
Add "-ll" to ftpd_flags to be consistent with the entry in inetd.conf.
...
Suggested by lukem@.
2005-08-08 00:20:46 +00:00
peter
9cfba4bb75
Add a note telling that ftpd_flags should always contain "-D".
...
Suggested by lukem@.
2005-08-08 00:19:37 +00:00
peter
d0b18db569
Allow to change the location of the pf ruleset with the variable $pf_rules.
2005-08-07 01:03:39 +00:00
chris
3d4b482c1f
As requested in PR port-cats/30460 add support for GENERIC.ABLE kernel to
...
sysinst, and also add the ABLE install kernel to the generated release
kernels.
2005-08-07 00:21:38 +00:00
peter
f74a86ef4f
Add the new ftpd rc.d script.
2005-08-04 22:32:44 +00:00
peter
cbc0c4b837
Add defaults for ftpd.
2005-08-04 22:29:01 +00:00
peter
7eb092e6c3
Add rc.d support for standalone ftpd, suggested by perry@.
2005-08-04 22:28:17 +00:00
shige
9bc1bf15c8
Add md-kernel for installation: INSTALL_OPENBLOCKS266.
2005-08-03 14:55:37 +00:00
nakayama
69b6d49897
Add man page for teliosio(4).
2005-07-31 00:12:16 +00:00
skrll
acd7c4c5ca
Add a driver for Cypress microcontroller based USB serial adapters.
...
XXX hw flow control is not supported.
2005-07-30 06:14:49 +00:00
christos
0e7146df89
Improve on the migration bit. Check if files are different, and if not,
...
remove the source and leave a symlink behind. Otherwise, let the user know.
2005-07-17 21:28:45 +00:00
christos
a2663103c5
Copy and link files to allow a chrooted named to start-up automatically.
2005-07-17 16:30:57 +00:00
kiyohara
c1a84a4d12
ieee1394 import from FreeBSD.
2005-07-11 15:29:05 +00:00
lukem
fccd5bd47c
Update permissions of /var/log/wtmp{,x} to match those installed by
...
etc/Makefile.
Fixes PR 30717 from Jukka Salmi.
2005-07-11 08:41:40 +00:00
macallan
478cf01748
added ttyC00 and ttyC01 fopr the SPARCbook's internal modem and PCMCIA
...
modems
2005-07-03 18:08:53 +00:00
rpaulo
aafff09728
Add ptyfs to the file-system types ignored by the find_core check.
...
Ok'ed by Christos Zoulas and Hubert Feyrer.
2005-06-30 18:23:26 +00:00
perry
03c94431fb
add /usr/libexec/ching
2005-06-30 12:40:22 +00:00
symka
87283c876e
PR/29317: ifconfig.if does not allow parameters with spaces
...
OKeyd by christos@
2005-06-28 13:36:40 +00:00
peter
df0caa2637
Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it
...
appeared and whether it's really part of pf or not is still unclear. Looking
at the other *BSDs it seems that they have left out spamd when importing pf,
and now we do that too. Also, the name conflicted with another more popular
used tool, after the rename to pfspamd it was left with completely unusable
documentation which apparently no-one wanted to fix.
A port of the latest spamd will be imported into pkgsrc soon.
Suggested by several people, no objections on last proposal on tech-userlevel.
2005-06-27 20:32:39 +00:00
jdc
92c2871701
Make fb a link to fb0.
...
Add an entry for fb1.
2005-06-24 06:43:40 +00:00
jdc
7a2ed0814d
Add an entry for fb1.
2005-06-24 06:43:06 +00:00
elad
68988657cd
Don't allow unprivileged users to access the veriexec device.
2005-06-16 15:31:21 +00:00
elad
faffb35d60
Run veriexec before securelevel and sysctl scripts. Suggested by Nino Dehne.
2005-06-15 18:49:40 +00:00
christos
3ccdf9a0d7
default swapoff to yes, and explain why.
2005-06-15 03:34:45 +00:00
he
c4f693fe6b
Make a simple fix for inculsion of disklabel.h. Since this script
...
doesn't do CPP conditionals, just avoid trying to "include" files
in the newly established nbinclude area, the in-tree version in the
normal place should work fine.
Fixes build problem for (among several others) cats.
2005-06-14 20:47:46 +00:00
tron
abba7e56c8
Enable RAIDframe support in the NetBSD-macppc installation media.
...
Based on patches submitted by Ian Spray in PR port-macppc/30465.
2005-06-09 13:29:57 +00:00
he
82e01bc59d
Now that /var/log/wtmp and /var/log/wtmp should have group=utmp,
...
instruct newsyslog to follow up this when rotating these logs.
2005-06-05 07:33:17 +00:00
bouyer
44d1677f84
Remove support for build.sh -m xen, this has been merged in the i386
...
build. Pointed out by Chuck Silvers.
2005-05-29 10:54:40 +00:00
blymn
c1a5be3d85
Fix naming of the verified exec character device placeholder.
2005-05-28 14:54:06 +00:00
tsutsui
d4c33e9952
Ecoff kernels are no longer needed.
2005-05-23 13:05:04 +00:00
macallan
d2d9cb8374
added wd*
2005-05-23 00:43:13 +00:00
lukem
1bd2839e9a
Consistently use 0664 root:utmp for /var/log/{lastlog,wtmp}{,x}.
...
Rest of PR 18670.
2005-05-22 14:34:20 +00:00
chs
1c2ca83340
add a ramdisk and LIF image for sysinst-based installation.
2005-05-18 14:04:26 +00:00
chs
408467d27a
allow rsh if the user's password is null. from christos.
2005-05-14 15:17:47 +00:00
lukem
e03970d626
correct line for "password"
2005-05-13 02:56:34 +00:00
christos
4aafff6cc5
it makes no sense to check ptyfs for new and gone devices. From Rui Paulo,
...
many thanks.
2005-05-12 14:02:05 +00:00